-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfont.css
More file actions
44 lines (36 loc) · 1007 Bytes
/
font.css
File metadata and controls
44 lines (36 loc) · 1007 Bytes
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
@font-face {
font-family: 'NotoSansCJKkr-Black';
src: url(../fonts/NotoSansCJKkr-Black.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-Bold';
src: url(../fonts/NotoSansCJKkr-Bold.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-DemiLight';
src: url(../fonts/NotoSansCJKkr-DemiLight.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-Light';
src: url(../fonts/NotoSansCJKkr-Light.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-Medium';
src: url(../fonts/NotoSansCJKkr-Medium.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-Regular';
src: url(../fonts/NotoSansCJKkr-Regular.otf);
}
@font-face {
font-family: 'NotoSansCJKkr-Thin';
src: url(../fonts/NotoSansCJKkr-Thin.otf);
}
@font-face {
font-family: 'NotoSansMonoCJKkr-Bold';
src: url(../fonts/NotoSansMonoCJKkr-Bold.otf);
}
@font-face {
font-family: 'NotoSansMonoCJKkr-Regular';
src: url(../fonts/NotoSansMonoCJKkr-Regular.otf);
}