Skip to content

Commit 5045962

Browse files
author
nvisionative
authored
Merge pull request #94 from nvisionative/issue-93
Change font-display descriptor to fallback
2 parents 68db899 + b57d9b5 commit 5045962

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/scss/components/_fonts.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url('../fonts/OpenSans-Regular.ttf') format('truetype');
88
font-weight: normal;
99
font-style: normal;
10-
font-display: auto;
10+
font-display: fallback;
1111
}
1212

1313
@font-face {
@@ -19,7 +19,7 @@
1919
url('../fonts/OpenSans-Bold.ttf') format('truetype');
2020
font-weight: bold;
2121
font-style: normal;
22-
font-display: auto;
22+
font-display: fallback;
2323
}
2424

2525
@font-face {
@@ -31,7 +31,7 @@
3131
url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
3232
font-weight: 800;
3333
font-style: normal;
34-
font-display: auto;
34+
font-display: fallback;
3535
}
3636

3737
@font-face {
@@ -43,7 +43,7 @@
4343
url('../fonts/OpenSans-Light.ttf') format('truetype');
4444
font-weight: 300;
4545
font-style: normal;
46-
font-display: auto;
46+
font-display: fallback;
4747
}
4848

4949
@font-face {
@@ -55,5 +55,5 @@
5555
url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
5656
font-weight: 600;
5757
font-style: normal;
58-
font-display: auto;
58+
font-display: fallback;
5959
}

0 commit comments

Comments
 (0)