From cc240042d568f8d463d9520e2b1da98ed91ca164 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 28 Mar 2024 10:58:31 -0400 Subject: Custom serif open source font --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index 0305a3f..a3fe647 100644 --- a/local.css +++ b/local.css @@ -51,15 +51,18 @@ pre,code{font-size:12pt;} @font-face { font-family: 'Alegreya'; font-style: normal; + font-weight: 300; src: url(./public/fonts/Alegreya-Regular.ttf) format('truetype'); } @font-face { font-family: 'Alegreya'; font-style: italic; + font-weight: 300; src: url(./public/fonts/Alegreya-Italic.ttf) format('truetype'); } @font-face { font-family: 'Alegreya'; font-style: bold; + font-weight: 600; src: url(./public/fonts/Alegreya-Bold.ttf) format('truetype'); } -- cgit v1.2.3-54-g00ecf