diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-24 14:12:41 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-24 14:12:41 +0000 |
commit | bfceb9e58ea27ea9524a66435827545326328c1f (patch) | |
tree | f051af38514c6fdf9c66d85b6aac4c5bdc9c91ad /style.css | |
parent | 2aa3048e96ee9c9357a081d0f5a847508463fe45 (diff) |
tidy up the root folder for go-live
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,12 +11,12 @@ @font-face { font-family: 'Franklin'; - src: url(LibreFranklin-VariableFont_wght.ttf); + src: url(fonts/LibreFranklin-VariableFont_wght.ttf); } @font-face { font-family: 'Franklin-Italic'; - src: url(LibreFranklin-Italic.ttf); + src: url(fonts/LibreFranklin-Italic.ttf); } body { |