-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.css
39 lines (37 loc) · 897 Bytes
/
fonts.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
@font-face {
font-family: 'Architects Daughter';
src: url('fonts/ArchitectsDaughter-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Overlock';
src: url('fonts/Overlock-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Overlock';
src: url('fonts/Overlock-Bold.ttf');
font-weight: bold;
font-style: normal;
}
/* Chinese (Traditional) */
@font-face {
font-family: 'LXGW WenKai TC Light';
src: url('fonts/LXGWWenKaiTC-Light.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LXGW WenKai TC';
src: url('fonts/LXGWWenKaiTC-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LXGW WenKai TC';
src: url('fonts/LXGWWenKaiTC-Bold.ttf');
font-weight: bold;
font-style: normal;
}