diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:29:56 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-25 16:29:56 -0500 |
commit | 55ed2be2877ac9423d5cb3ea88d16317bebe7a37 (patch) | |
tree | 147595620d0347c383c199860568d6d8c9db61ae /static | |
parent | cd04c7cdb98095deb08cde9c3c3ba5a6f049a6f4 (diff) |
fix font link
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 045f4da..9dfa070 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(/well-ordered/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(/well-ordered/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); font-style: italic; } |