diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-22 21:53:46 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-22 21:53:46 -0500 |
commit | 28eaf16f8ee1bcda3404c1e9461b13e6cc9c3ca7 (patch) | |
tree | 849a1dd76cd32b2dd32a4e33704cda05f4c2881f /static | |
parent | 22129a2fcb660a29e1ed6935713282bc78c8d62f (diff) |
build
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 382da4f..86d1fed 100644 --- a/static/style.css +++ b/static/style.css @@ -1,18 +1,18 @@ @font-face { font-family: EBGaramond; - src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); + src: url(/sumcheck/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); font-style: normal; } @font-face { font-family: EBGaramond; - src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); + src: url(/sumcheck/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); font-style: italic; } @font-face { font-family: FiraMono; - src: url(/static/FiraMono-Regular.ttf); + src: url(/sumcheck/static/FiraMono-Regular.ttf); font-style: normal; } |