FIX Cross-Origin Problem

This commit is contained in:
Hoernschen 2022-03-22 10:24:07 +01:00
parent 7239b2c45e
commit 28b0d490b6
No known key found for this signature in database
GPG key ID: 8B027F540E7DBD58

View file

@ -3,7 +3,7 @@ $font: {{ .Param "font" }};
@font-face { @font-face {
font-family: $font; font-family: $font;
src: url("/fonts/#{$font}/#{$font}-Regular.ttf") format('truetype'); src: local("/fonts/#{$font}/#{$font}-Regular.ttf") format('truetype');
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
} }