diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:32:35 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:32:35 -0500 |
commit | b794a02df45f7e29461e658ce2d94abdf9f1356a (patch) | |
tree | 1be6ddc08faa63dc71fe8093f046862ccef8ecd3 /static | |
parent | 36af38bb79f2310138853f59f4aff18908ad5abc (diff) |
links
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 96b9109..d46a8d2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,12 +1,12 @@ @font-face { font-family: EBGaramond; - src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); + src: url(/prosodyle/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(/prosodyle/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); font-style: italic; } |