File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ const VERSION = '[VI]v{version}[/VI]'; // uses version injector plugin to Rollup
30
30
const GlobalStyle = createGlobalStyle `
31
31
@font-face {
32
32
font-family: 'Montserrat';
33
- src: url(${ montserratRegular } ) format('ttf '),
33
+ src: url(${ montserratRegular } ) format('truetype '),
34
34
font-weight: 400;
35
35
font-style: normal;
36
36
}
37
37
38
38
@font-face {
39
39
font-family: 'Montserrat-Bold';
40
- src: url(${ montserratBold } ) format('ttf '),
40
+ src: url(${ montserratBold } ) format('truetype '),
41
41
font-weight: 700;
42
42
font-style: bold;
43
43
}
44
44
45
45
@font-face {
46
46
font-family: 'Montserrat-Italic';
47
- src: url(${ montserratItalic } ) format('ttf '),
47
+ src: url(${ montserratItalic } ) format('truetype '),
48
48
font-weight: 400;
49
49
font-style: italic;
50
50
}
You can’t perform that action at this time.
0 commit comments