From c9ef40a1717c8462f613cae1c5ce75f929a1d35f Mon Sep 17 00:00:00 2001 From: Steve Richardson Date: Fri, 22 Mar 2024 11:51:15 +0000 Subject: [PATCH] ci: deployment config --- src/scss/_typography.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index fdd1804..c48bd1c 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -2,28 +2,28 @@ @font-face { font-family: Aspekta; - src: url('assets/fonts/Aspekta-400.woff2') format('woff2'); + src: url('/assets/fonts/Aspekta-400.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Aspekta SemiBold'; - src: url('assets/fonts/Aspekta-500.woff2') format('woff2'); + src: url('/assets/fonts/Aspekta-500.woff2') format('woff2'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Aspekta Bold'; - src: url('assets/fonts/Aspekta-700.woff2') format('woff2'); + src: url('/assets/fonts/Aspekta-700.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Aspekta Light'; - src: url('assets/fonts/Aspekta-300.woff2') format('woff2'); + src: url('/assets/fonts/Aspekta-300.woff2') format('woff2'); font-weight: 300; font-style: normal; }