WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6c73348

Browse files
committed
Add MiSans woff, woff2, css
1 parent 512ff39 commit 6c73348

21 files changed

+89
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
@font-face {
2+
font-family: "MiSans";
3+
font-display: swap;
4+
font-weight: 100;
5+
font-style: normal;
6+
src: local("MiSans-Thin"),
7+
url("../fonts/MiSans-Thin.woff2") format("woff2"),
8+
url("../fonts/MiSans-Thin.woff") format("woff");
9+
}
10+
11+
@font-face {
12+
font-family: "MiSans";
13+
font-display: swap;
14+
font-weight: 200;
15+
font-style: normal;
16+
src: local("MiSans-ExtraLight"),
17+
url("../fonts/MiSans-ExtraLight.woff2") format("woff2"),
18+
url("../fonts/MiSans-ExtraLight.woff") format("woff");
19+
}
20+
21+
@font-face {
22+
font-family: "MiSans";
23+
font-display: swap;
24+
font-weight: 300;
25+
font-style: normal;
26+
src: local("MiSans-Light"),
27+
url("../fonts/MiSans-Light.woff2") format("woff2"),
28+
url("../fonts/MiSans-Light.woff") format("woff");
29+
}
30+
31+
@font-face {
32+
font-family: "MiSans";
33+
font-display: swap;
34+
font-weight: 400;
35+
font-style: normal;
36+
src: local("MiSans-Normal"), local("MiSans"),
37+
url("../fonts/MiSans-Normal.woff2") format("woff2"),
38+
url("../fonts/MiSans-Normal.woff") format("woff");
39+
}
40+
41+
@font-face {
42+
font-family: "MiSans";
43+
font-display: swap;
44+
font-weight: 500;
45+
font-style: normal;
46+
src: local("MiSans-Medium"),
47+
url("../fonts/MiSans-Medium.woff2") format("woff2"),
48+
url("../fonts/MiSans-Medium.woff") format("woff");
49+
}
50+
51+
@font-face {
52+
font-family: "MiSans";
53+
font-display: swap;
54+
font-weight: 600;
55+
font-style: normal;
56+
src: local("MiSans-SemiBold"),
57+
url("../fonts/MiSans-SemiBold.woff2") format("woff2"),
58+
url("../fonts/MiSans-SemiBold.woff") format("woff");
59+
}
60+
61+
@font-face {
62+
font-family: "MiSans";
63+
font-display: swap;
64+
font-weight: 700;
65+
font-style: normal;
66+
src: local("MiSans-Bold"),
67+
url("../fonts/MiSans-Bold.woff2") format("woff2"),
68+
url("../fonts/MiSans-Bold.woff") format("woff");
69+
}
70+
71+
@font-face {
72+
font-family: "MiSans";
73+
font-display: swap;
74+
font-weight: 800;
75+
font-style: normal;
76+
src: local("MiSans-Heavy"),
77+
url("../fonts/MiSans-Heavy.woff2") format("woff2"),
78+
url("../fonts/MiSans-Heavy.woff") format("woff");
79+
}
80+
81+
@font-face {
82+
font-family: "MiSans";
83+
font-display: swap;
84+
font-weight: 900;
85+
font-style: normal;
86+
src: local("MiSans-Demibold"),
87+
url("../fonts/MiSans-Demibold.woff2") format("woff2"),
88+
url("../fonts/MiSans-Demibold.woff") format("woff");
89+
}
5.19 MB
Binary file not shown.
4.83 MB
Binary file not shown.
5.18 MB
Binary file not shown.
4.75 MB
Binary file not shown.
5.2 MB
Binary file not shown.
4.51 MB
Binary file not shown.
5.16 MB
Binary file not shown.
4.77 MB
Binary file not shown.
5.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)