FIX Cross-Origin Problem
This commit is contained in:
parent
7239b2c45e
commit
28b0d490b6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $font: {{ .Param "font" }};
|
|||
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue