-
Notifications
You must be signed in to change notification settings - Fork 8
/
nanumbarungothicsubset.css
32 lines (32 loc) · 1.14 KB
/
nanumbarungothicsubset.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
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 400;
src: local("나눔바른고딕"),
url(NanumBarunGothicSubset.woff2) format('woff2'),
url(NanumBarunGothicSubset.woff) format('woff'),
url(NanumBarunGothicSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 700;
src: local("나눔바른고딕 Bold"),
url(NanumBarunGothicBoldSubset.woff2) format('woff2'),
url(NanumBarunGothicBoldSubset.woff) format('woff'),
url(NanumBarunGothicBoldSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 300;
src: local("나눔바른고딕 Light"),
url(NanumBarunGothicLightSubset.woff2) format('woff2'),
url(NanumBarunGothicLightSubset.woff) format('woff'),
url(NanumBarunGothicLightSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 200;
src: local("나눔바른고딕 UltraLight"),
url(NanumBarunGothicUltraLightSubset.woff2) format('woff2'),
url(NanumBarunGothicUltraLightSubset.woff) format('woff'),
url(NanumBarunGothicUltraLightSubset.ttf) format('truetype');
}