From 5680ce1ae204e985e92fb3e75161f5f1ca113638 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 10:43:11 +0100 Subject: [PATCH] Correct font links --- style/fonts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/fonts.css b/style/fonts.css index 7e46d49..befce0b 100644 --- a/style/fonts.css +++ b/style/fonts.css @@ -27,8 +27,8 @@ @font-face { font-family: 'raleway-light'; - src: url('/style/fonts/railway/raleway-light.woff2') format('woff2'), - url('/style/fonts/railway/raleway-light.woff') format('woff'); + src: url('/style/fonts/raleway/raleway-light.woff2') format('woff2'), + url('/style/fonts/raleway/raleway-light.woff') format('woff'); font-weight: normal; font-style: normal; }