From b94e3f518d45027d05cd489a60bfa733cc0a48ad Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 7 Nov 2024 15:50:47 +1100 Subject: make fonts relative --- template.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template.txt') 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; -- cgit v1.2.3