-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanumall.css
49 lines (44 loc) · 2.14 KB
/
nanumall.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
@charset "utf-8";
@font-face {
font-family: 'NanumSquare';
font-weight: 300;
src: local(나눔스퀘어 Light), local(NanumSquareOTFL), local(NanumSquareL),
url(https://qutabase.github.io/fonts/NanumSquareL.eot);
src: url(https://qutabase.github.io/fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
url(https://qutabase.github.io/fonts/NanumSquareL.woff2) format('woff2'),
url(https://qutabase.github.io/fonts/NanumSquareL.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareL.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 400;
src: local(나눔스퀘어), local(NanumSquareOTFR), local(NanumSquareR),
url(https://qutabase.github.io/fonts/NanumSquareR.eot);
src: url(https://qutabase.github.io/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
url(https://qutabase.github.io/fonts/NanumSquareR.woff2) format('woff2'),
url(https://qutabase.github.io/fonts/NanumSquareR.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 700;
src: local(나눔스퀘어 Bold), local(NanumSquareOTFB), local(NanumSquareL),
url(https://qutabase.github.io/fonts/NanumSquareB.eot);
src: url(https://qutabase.github.io/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
url(https://qutabase.github.io/fonts/NanumSquareB.woff2) format('woff2'),
url(https://qutabase.github.io/fonts/NanumSquareB.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 900;
src: local(나눔스퀘어 ExtraBold), local(NanumSquareOTFEB), local(NanumSquareL),
url(https://qutabase.github.io/fonts/NanumSquareEB.eot);
src: url(https://qutabase.github.io/fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
url(https://qutabase.github.io/fonts/NanumSquareEB.woff2) format('woff2'),
url(https://qutabase.github.io/fonts/NanumSquareEB.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareEB.ttf) format('truetype');
}
body {
font-family: "NanumSquare", "나눔스퀘어", "맑은 고딕";
}