Skip to content

Commit c23aff7

Browse files
authored
fix font-style (#680)
* fix font-style * del font-variant in forkawesome
1 parent 1c51989 commit c23aff7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sass/_fonts.scss

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
url("assets/fonts/GrueneType-BlackCondensedItalic.ttf") format("truetype"),
99
url("assets/fonts/GrueneType-BlackCondensedItalic.svg#GrueneType-BlackCondensedItalic") format("svg");
1010
font-weight: 900;
11-
font-style: 400;
11+
font-style: normal;
1212
font-display: swap;
1313
}
1414

@@ -22,7 +22,7 @@
2222
url("assets/fonts/PTSans-Regular.ttf") format("truetype"),
2323
url("assets/fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
2424
font-weight: 400;
25-
font-style: 400;
25+
font-style: normal;
2626
font-display: swap;
2727
}
2828

@@ -36,7 +36,7 @@
3636
url("assets/fonts/PTSans-Bold.ttf") format("truetype"),
3737
url("assets/fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
3838
font-weight: 700;
39-
font-style: 400;
39+
font-style: normal;
4040
font-display: swap;
4141
}
4242

@@ -70,7 +70,7 @@
7070

7171
@font-face {
7272
font-family: ForkAwesome;
73-
font-style: 400;
73+
font-style: normal;
7474
font-weight: 400;
7575
src: url("assets/vndr/fork-awesome/fonts/forkawesome-webfont.eot");
7676
src:
@@ -86,8 +86,7 @@
8686
font-family: ForkAwesome !important;
8787
-webkit-font-smoothing: antialiased;
8888
display: inline-block;
89-
font-style: 400;
90-
font-variant: 400;
89+
font-style: normal;
9190
text-rendering: auto;
9291
line-height: 1;
9392
}

0 commit comments

Comments
 (0)