summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy4
-rw-r--r--static/styles.css4
2 files changed, 2 insertions, 6 deletions
diff --git a/deploy b/deploy
deleted file mode 100755
index 4c23c10..0000000
--- a/deploy
+++ /dev/null
@@ -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;
}