Skip to content

Commit 286239c

Browse files
committed
Fix font not styling as bold
1 parent b99d3e2 commit 286239c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gcs/src/css/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44

55
@font-face {
66
font-family: "Inter";
7-
font-weight: 400;
87
font-display: swap;
98
src: url("Inter.ttf");
109
}
1110

1211
@font-face {
1312
font-family: "Inter";
1413
font-style: italic;
15-
font-weight: 400;
1614
font-display: swap;
1715
src: url("Inter-Italic.ttf");
1816
}

0 commit comments

Comments
 (0)