all repos — h3rald @ 0bb3e81df0be4731c68a8ca5eebc103074800c8b

The sources of https://h3rald.com

Fixed fonts.
h3rald h3rald@h3rald.com
Thu, 22 Feb 2024 16:58:26 +0100
commit

0bb3e81df0be4731c68a8ca5eebc103074800c8b

parent

1b05cc8b9cf8cc21bc99ee75b740873f7e751634

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M assets/styles/fonts.cssassets/styles/fonts.css

@@ -1,27 +1,27 @@

@font-face { font-family: 'Noway'; - src: url('../fonts/noway_light-webfont.woff2') format('woff2'); + src: url('../fonts/noway-light-webfont.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Noway'; - src: url('../fonts/noway_light_italic-webfont.woff2') format('woff2'); + src: url('../fonts/noway-light-italic-webfont.woff2') format('woff2'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Noway'; - src: url('../fonts/noway_regular-webfont.woff2') format('woff2'); + src: url('../fonts/noway-regular-webfont.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Noway'; - src: url('../fonts/noway_regular_italic-webfont.woff2') format('woff2'); + src: url('../fonts/noway-regular-italic-webfont.woff2') format('woff2'); font-weight: bold; font-style: italic; }