diff options
-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; } |