aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/fonts.scss')
-rw-r--r--src/styles/fonts.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/fonts.scss b/src/styles/fonts.scss
index 432332b49..1b2c99945 100644
--- a/src/styles/fonts.scss
+++ b/src/styles/fonts.scss
@@ -5,6 +5,7 @@
5 src: url('../assets/fonts/OpenSans-Light.ttf'); 5 src: url('../assets/fonts/OpenSans-Light.ttf');
6 font-weight: 300; 6 font-weight: 300;
7 font-style: normal; 7 font-style: normal;
8 display: swap;
8} 9}
9 10
10@font-face { 11@font-face {
@@ -12,6 +13,7 @@
12 src: url('../assets/fonts/OpenSans-Regular.ttf'); 13 src: url('../assets/fonts/OpenSans-Regular.ttf');
13 font-weight: normal; 14 font-weight: normal;
14 font-style: normal; 15 font-style: normal;
16 display: swap;
15} 17}
16 18
17@font-face { 19@font-face {
@@ -19,6 +21,7 @@
19 src: url('../assets/fonts/OpenSans-Bold.ttf'); 21 src: url('../assets/fonts/OpenSans-Bold.ttf');
20 font-weight: bold; 22 font-weight: bold;
21 font-style: normal; 23 font-style: normal;
24 display: swap;
22} 25}
23 26
24@font-face { 27@font-face {
@@ -26,6 +29,7 @@
26 src: url('../assets/fonts/OpenSans-BoldItalic.ttf'); 29 src: url('../assets/fonts/OpenSans-BoldItalic.ttf');
27 font-weight: bold; 30 font-weight: bold;
28 font-style: italic; 31 font-style: italic;
32 display: swap;
29} 33}
30 34
31@font-face { 35@font-face {
@@ -33,6 +37,7 @@
33 src: url('../assets/fonts/OpenSans-ExtraBold.ttf'); 37 src: url('../assets/fonts/OpenSans-ExtraBold.ttf');
34 font-weight: 800; 38 font-weight: 800;
35 font-style: normal; 39 font-style: normal;
40 display: swap;
36} 41}
37 42
38@font-face { 43@font-face {
@@ -40,4 +45,5 @@
40 src: url('../assets/fonts/OpenSans-ExtraBoldItalic.ttf'); 45 src: url('../assets/fonts/OpenSans-ExtraBoldItalic.ttf');
41 font-weight: 800; 46 font-weight: 800;
42 font-style: italic; 47 font-style: italic;
48 display: swap;
43} 49}