diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:30:35 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:30:35 -0500 |
commit | 777f16fd5cee89acd0fa2f6ce521853c7b0c385d (patch) | |
tree | 8ef4c79a69d9d8a4d28a956edb36429aeb211c51 | |
parent | 3e99e1eb418b4b6046f85880ef70d3c78267a2e2 (diff) |
fix font css link
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 1e8103a..97484ea 100644 --- a/static/style.css +++ b/static/style.css @@ -1,12 +1,12 @@ @font-face { font-family: EBGaramond; - src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); + src: url(/spectral-renga/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(/spectral-renga/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); font-style: italic; } |