summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2024-11-07 15:50:47 +1100
committerDaniel Jones <daniel@danieljon.es>2024-11-07 15:50:47 +1100
commitb94e3f518d45027d05cd489a60bfa733cc0a48ad (patch)
treedbe89f2d4b97b556af2541d1b3b3d2d87346fe71 /template.txt
parentb748d5b70b9a28757c57695143f299a3ad03df85 (diff)
downloadwebsitegenerator-b94e3f518d45027d05cd489a60bfa733cc0a48ad.tar.gz
websitegenerator-b94e3f518d45027d05cd489a60bfa733cc0a48ad.zip
make fonts relative
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.txt b/template.txt
index 5500779..1c79671 100644
--- a/template.txt
+++ b/template.txt
@@ -30,8 +30,8 @@ url(Agave-Regular.woff2) format('woff2');
@font-face {
font-family: 'allys_sad_handwritingregular';
- src: url('https://danieljones.au/media/allys_sad_handwriting-webfont.woff2') format('woff2'),
- url('https://danieljones.au/media/allys_sad_handwriting-webfont.woff') format('woff'),
+ src: url('/media/allys_sad_handwriting-webfont.woff2') format('woff2'),
+ url('/media/allys_sad_handwriting-webfont.woff') format('woff'),
url('allys_sad_handwriting-webfont.woff2') format('woff');
font-weight: normal;
font-style: normal;