-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
48 lines (43 loc) · 1.46 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* web latest */
@font-face {
font-family: 'Source Han Sans Regular';
src: url('./latest/source-han-sans-regular.eot');
src:
url('./latest/source-han-sans-regular.eot') format('embedded-opentype'),
url('./latest/source-han-sans-regular.woff') format('woff'),
url('./latest/source-han-sans-regular.ttf') format('truetype'),
url('./latest/source-han-sans-regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Han Sans Light';
src: url('./latest/source-han-sans-light.eot');
src:
url('./latest/source-han-sans-light.eot') format('embedded-opentype'),
url('./latest/source-han-sans-light.woff') format('woff'),
url('./latest/source-han-sans-light.ttf') format('truetype'),
url('./latest/source-han-sans-light.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Han Sans Normal';
src: url('./latest/source-han-sans-normal.eot');
src:
url('./latest/source-han-sans-normal.eot') format('embedded-opentype'),
url('./latest/source-han-sans-normal.woff') format('woff'),
url('./latest/source-han-sans-normal.ttf') format('truetype'),
url('./latest/source-han-sans-normal.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body .part-light {
font-family: 'Source Han Sans Light';
}
body .part-regular {
font-family: 'Source Han Sans Regular';
}
body .part-nomral {
font-family: 'Source Han Sans Normal';
}