Skip to content

Commit

Permalink
fix font-style (#680)
Browse files Browse the repository at this point in the history
* fix font-style

* del font-variant in forkawesome
  • Loading branch information
HueHa-v committed Aug 2, 2024
1 parent 1c51989 commit c23aff7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions sass/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url("assets/fonts/GrueneType-BlackCondensedItalic.ttf") format("truetype"),
url("assets/fonts/GrueneType-BlackCondensedItalic.svg#GrueneType-BlackCondensedItalic") format("svg");
font-weight: 900;
font-style: 400;
font-style: normal;
font-display: swap;
}

Expand All @@ -22,7 +22,7 @@
url("assets/fonts/PTSans-Regular.ttf") format("truetype"),
url("assets/fonts/PTSans-Regular.svg#PTSans-Regular") format("svg");
font-weight: 400;
font-style: 400;
font-style: normal;
font-display: swap;
}

Expand All @@ -36,7 +36,7 @@
url("assets/fonts/PTSans-Bold.ttf") format("truetype"),
url("assets/fonts/PTSans-Bold.svg#PTSans-Bold") format("svg");
font-weight: 700;
font-style: 400;
font-style: normal;
font-display: swap;
}

Expand Down Expand Up @@ -70,7 +70,7 @@

@font-face {
font-family: ForkAwesome;
font-style: 400;
font-style: normal;
font-weight: 400;
src: url("assets/vndr/fork-awesome/fonts/forkawesome-webfont.eot");
src:
Expand All @@ -86,8 +86,7 @@
font-family: ForkAwesome !important;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: 400;
font-variant: 400;
font-style: normal;
text-rendering: auto;
line-height: 1;
}
Expand Down

0 comments on commit c23aff7

Please sign in to comment.