diff options
author | Bradley Taunt <bt@btxx.org> | 2024-03-28 10:58:31 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-03-28 10:58:31 -0400 |
commit | cc240042d568f8d463d9520e2b1da98ed91ca164 (patch) | |
tree | 93913f4649af1da03bf253da3ff51828a2b9c126 /local.css | |
parent | a617929fa99e05af664fe5aaf84a8af5ac1abcd9 (diff) |
Custom serif open source font
Diffstat (limited to 'local.css')
-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'); } |