From 55ed2be2877ac9423d5cb3ea88d16317bebe7a37 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 25 Feb 2022 16:29:56 -0500 Subject: fix font link --- deploy | 4 ---- static/styles.css | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100755 deploy 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; } -- cgit v1.2.3