-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
67 lines (64 loc) · 4.21 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
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
@font-face {
font-family:'NanumBarunGothic';
font-weight: 400;
font-style: normal;
src: url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothic.eot');
src: url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothic.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothic.svg#NanumBarunGothic') format('svg'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothic.ttf') format('truetype');
}
@font-face {
font-family:'NanumBarunGothic';
font-weight: 700;
font-style: normal;
src: url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothicBold.eot');
src: url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothicBold.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothicBold.svg#NanumBarunGothicBold') format('svg'),
url('https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumBarunGothicBold.ttf') format('truetype');
}
@font-face {
font-family: "NanumSquareRound";
font-style: normal;
font-weight: 300;
src: local("NanumSquareRoundL"), /* computer */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundL.eot"), /* IE9 Compat Modes */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundL.woff2") format("woff2"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundL.woff") format("woff"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundL.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
font-family: "NanumSquareRound";
font-style: normal;
font-weight: 400;
src: local("NanumSquareRoundR"), /* computer */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundR.eot"), /* IE9 Compat Modes */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundR.woff2") format("woff2"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundR.woff") format("woff"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundR.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
font-family: "NanumSquareRound";
font-style: normal;
font-weight: 700;
src: local("NanumSquareRoundB"), /* computer */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundB.eot"), /* IE9 Compat Modes */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundB.woff2") format("woff2"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundB.woff") format("woff"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundB.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
font-family: "NanumSquareRound";
font-style: normal;
font-weight: 800;
src: local("NanumSquareRoundEB"), /* computer */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundEB.eot"), /* IE9 Compat Modes */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundEB.woff2") format("woff2"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundEB.woff") format("woff"), /* Modern Browsers */
url("https://cdn.jsdelivr.net/gh/buppagi/webfonts/fonts/NanumSquareRoundEB.ttf") format("truetype"); /* Safari, Android, iOS */
}