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 | |
parent | cd04c7cdb98095deb08cde9c3c3ba5a6f049a6f4 (diff) |
fix font link
-rwxr-xr-x | deploy | 4 | ||||
-rw-r--r-- | static/styles.css | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -1,4 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail -rsync index.html vps:/srv/well-ordered/staging/ -rsync -az static vps:/srv/well-ordered/staging/ 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; } |