From e38d67f066fa00ee6f53c47921e3049148ad32a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A1kon=20Hjaltal=C3=ADn?= Date: Tue, 14 Jan 2025 13:29:31 +0000 Subject: [PATCH] fix font links in styles --- _sass/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/custom.scss b/_sass/custom.scss index b5f1b28fa39..735972ec3c6 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,7 +1,7 @@ @font-face { font-family: 'icomoon'; - src: url('/assets/fonts/icomoon.eot'); - src: url('/assets/fonts/icomoon.eot') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf') format('truetype'), url('/assets/fonts/icomoon.woff') format('woff'), url('/assets/fonts/icomoon.svg') format('svg'); + src: url('../fonts/icomoon.eot'); + src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg'); font-weight: normal; font-style: normal; }