forked from buppagi/webfonts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
40 lines (40 loc) · 2.33 KB
/
style.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
@font-face {
font-family: 'NanumBarunGothic';
font-weight: normal;
font-style: normal;
src: url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothic.eot');
src: url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothic.woff') format('woff'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothic.svg#NanumBarunGothic') format('svg'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothic.ttf') format('truetype');
}
@font-face {
font-family: 'NanumBarunGothicBold';
font-weight: 700;
font-style: normal;
src: url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothicBold.eot');
src: url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothicBold.woff') format('woff'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothicBold.svg#NanumBarunGothicBold') format('svg'),
url('https://github.com/singihae/Webfonts/blob/master/NanumBarunGothicBold.ttf') format('truetype');
}
@font-face {
font-family: 'BM JUA';
font-weight: normal;
font-style: normal;
src: url('https://github.com/singihae/Webfonts/blob/master/BM-JUA.eot');
src: url('https://github.com/singihae/Webfonts/blob/master/BM-JUA.eot?#iefix') format('embedded-opentype'),
url('https://github.com/singihae/Webfonts/blob/master/BM-JUA.woff') format('woff'),
url('https://github.com/singihae/Webfonts/blob/master/BM-JUA.svg#BM-JUA') format('svg'),
url('https://github.com/singihae/Webfonts/blob/master/BM-JUA.ttf') format('truetype');
}
@font-face {
font-family: 'BM HANNA';
font-weight: normal;
font-style: normal;
src: url('https://github.com/singihae/Webfonts/blob/master/BM-HANNA.eot');
src: url('https://github.com/singihae/Webfonts/blob/master/BM-HANNA.eot?#iefix') format('embedded-opentype'),
url('https://github.com/singihae/Webfonts/blob/master/BM-HANNA.woff') format('woff'),
url('https://github.com/singihae/Webfonts/blob/master/BM-HANNA.svg#BM-HANNA') format('svg'),
url('https://github.com/singihae/Webfonts/blob/master/BM-HANNA.ttf') format('truetype');
}