diff options
-rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'); } |