Skip to content

Commit b2a6495

Browse files
committed
refactor: minify svg and delete useless font
1 parent f1bdcbf commit b2a6495

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

app/src/styles/utilities/_fonts.scss

-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
@font-face {
2-
font-family: "Inter";
3-
src: url("../../assets/fonts/Inter/Inter-Light.otf");
4-
font-weight: lighter;
5-
}
6-
7-
@font-face {
8-
font-family: "Inter";
9-
src: url("../../assets/fonts/Inter/Inter-Regular.otf");
10-
font-weight: normal;
11-
}
12-
13-
@font-face {
14-
font-family: "Inter";
15-
src: url("../../assets/fonts/Inter/Inter-Bold.otf");
16-
font-weight: bold;
17-
}
18-
191
@font-face {
202
font-family: "Poppins";
213
src: url("../../assets/fonts/Poppins/Poppins-Regular.otf");

0 commit comments

Comments
 (0)