Skip to content

Commit 2387f9a

Browse files
authored
chore(frontend): replace font files from otf2 to woff2 [skip ci] (#1440)
1 parent c38369b commit 2387f9a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
-7.81 MB
Binary file not shown.
4.51 MB
Binary file not shown.
-7.87 MB
Binary file not shown.
4.44 MB
Binary file not shown.

β€Žsrc/styles/fonts.cssβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@font-face {
22
font-family: "Sinter";
3-
src: url("../../public/fonts/Sinter/Sinter-Regular.otf") format("opentype");
3+
src: url("../../public/fonts/Sinter/Sinter-Regular.woff2") format("woff2");
44
font-weight: normal;
55
font-style: normal;
66
}
77

88
@font-face {
99
font-family: "Sinter";
10-
src: url("../../public/fonts/Sinter/Sinter-Medium.otf") format("opentype");
10+
src: url("../../public/fonts/Sinter/Sinter-Medium.woff2") format("woff2");
1111
font-weight: bold;
1212
font-style: normal;
1313
}

0 commit comments

Comments
Β (0)