forked from hiun/NanumBarunGothic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnanumbarungothic.css
More file actions
58 lines (53 loc) · 1.97 KB
/
nanumbarungothic.css
File metadata and controls
58 lines (53 loc) · 1.97 KB
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
/*
* Nanum Barun Gothic Web Fonts
* https://github.com/hiun/NanumBarunGothic
* Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
*/
@font-face {
font-family: 'Nanum Barun Gothic';
font-style: normal;
font-weight: 200;
src: url(./NanumBarunGothicUltraLight.eot);
src: local('Nanum Barun Gothic UltraLight'),
local('NanumBarunGothicUltraLight'),
url(./NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
url(./NanumBarunGothicUltraLight.woff2) format('woff2'),
url(./NanumBarunGothicUltraLight.woff) format('woff'),
url(./NanumBarunGothicUltraLight.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Barun Gothic';
font-style: normal;
font-weight: 300;
src: url(./NanumBarunGothicLight.eot);
src: local('Nanum Barun Gothic Light'),
local('NanumBarunGothicLight'),
url(./NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
url(./NanumBarunGothicLight.woff2) format('woff2'),
url(./NanumBarunGothicLight.woff) format('woff'),
url(./NanumBarunGothicLight.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Barun Gothic';
font-style: normal;
font-weight: 400;
src: url(./NanumBarunGothic.eot);
src: local('Nanum Barun Gothic'),
local('NanumBarunGothic'),
url(./NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
url(./NanumBarunGothic.woff2) format('woff2'),
url(./NanumBarunGothic.woff) format('woff'),
url(./NanumBarunGothic.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Barun Gothic';
font-style: normal;
font-weight: 700;
src: url(./NanumBarunGothicBold.eot);
src: local('Nanum Barun Gothic Bold'),
local('NanumBarunGothicBold'),
url(./NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
url(./NanumBarunGothicBold.woff2) format('woff2'),
url(./NanumBarunGothicBold.woff) format('woff'),
url(./NanumBarunGothicBold.ttf) format('truetype');
}