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; }