Skip to content

Commit a5ac531

Browse files
committed
upload fonts
1 parent 30bda39 commit a5ac531

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed
615 KB
Binary file not shown.

frontend/src/assets/fonts/NotoSans-Medium.ttf

100644100755
63.1 KB
Binary file not shown.

frontend/src/assets/fonts/NotoSans-Regular.ttf

100644100755
58.4 KB
Binary file not shown.
10.1 MB
Binary file not shown.
10.1 MB
Binary file not shown.
10.1 MB
Binary file not shown.

frontend/src/assets/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
@font-face {
22
font-family: 'Noto Sans';
33
src: url('./fonts/NotoSans-Regular.woff2') format('woff2');
4+
src: url('./fonts/NotoSans-Regular.ttf') format('truetype');
45
font-weight: normal;
56
font-style: normal;
67
font-display: swap;
78
}
89

910
@font-face {
1011
font-family: 'Noto Sans SC';
11-
src: url('./fonts/NotoSansSC-Regular.woff2') format('woff2');
12+
src: url('./fonts/NotoSansSC-Regular.woff2') formatttf('woff2');
13+
src: url('./fonts/NotoSansSC-Regular.ttf') format('truetype');
1214
font-weight: normal;
1315
font-style: normal;
1416
font-display: swap;

0 commit comments

Comments
 (0)