-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.scss
140 lines (125 loc) · 3.81 KB
/
font.scss
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
@font-face {
font-family: 'Arita Sans';
src: url('./src/AritaSans-Thin.woff');
src: url('./src/AritaSans-Thin.woff') format('woff'),
url('./src/AritaSans-Thin.ttf') format('truetype'),
url('./src/AritaSans-Thin.svg#AritaSans-Thin') format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Arita Sans';
src: url('./src/AritaSans-SemiBold.woff');
src: url('./src/AritaSans-SemiBold.woff') format('woff'),
url('./src/AritaSans-SemiBold.ttf') format('truetype'),
url('./src/AritaSans-SemiBold.svg#AritaSans-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Arita Sans';
src: url('./src/AritaSans-Bold.woff');
src: url('./src/AritaSans-Bold.woff') format('woff'),
url('./src/AritaSans-Bold.ttf') format('truetype'),
url('./src/AritaSans-Bold.svg#AritaSans-Bold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Arita Sans';
src: url('./src/AritaSans-Medium.woff');
src: url('./src/AritaSans-Medium.woff') format('woff'),
url('./src/AritaSans-Medium.ttf') format('truetype'),
url('./src/AritaSans-Medium.svg#AritaSans-Medium') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Arita Sans';
src: url('./src/AritaSans-Light.woff');
src: url('./src/AritaSans-Light.woff') format('woff'),
url('./src/AritaSans-Light.ttf') format('truetype'),
url('./src/AritaSans-Light.svg#AritaSans-Light') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Arita';
src: url('./src/Arita4.0_T.woff');
src: url('./src/Arita4.0_T.woff') format('woff'),
url('./src/Arita4.0_T.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Arita';
src: url('./src/Arita4.0_SB.woff');
src: url('./src/Arita4.0_SB.woff') format('woff'),
url('./src/Arita4.0_SB.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Arita';
src: url('./src/Arita4.0_M.woff');
src: url('./src/Arita4.0_M.woff') format('woff'),
url('./src/Arita4.0_M.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Arita';
src: url('./src/Arita4.0_L.woff');
src: url('./src/Arita4.0_L.woff') format('woff'),
url('./src/Arita4.0_L.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Arita';
src: url('./src/Arita4.0_B.woff');
src: url('./src/Arita4.0_B.woff') format('woff'),
url('./src/Arita4.0_B.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Arita buri';
src: url('./src/Arita-buri-SB.woff');
src: url('./src/Arita-buri-SB.woff') format('woff'),
url('./src/Arita-buri-SB.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Arita buri';
src: url('./src/Arita-buri-M.woff');
src: url('./src/Arita-buri-M.woff') format('woff'),
url('./src/Arita-buri-M.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Arita buri';
src: url('./src/Arita-buri-L.woff');
src: url('./src/Arita-buri-L.woff') format('woff'),
url('./src/Arita-buri-L.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Arita buri';
src: url('./src/Arita-buri-HL.woff');
src: url('./src/Arita-buri-HL.woff') format('woff'),
url('./src/Arita-buri-HL.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Arita buri';
src: url('./src/Arita-buri-B.woff');
src: url('./src/Arita-buri-B.woff') format('woff'),
url('./src/Arita-buri-B.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}