-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanum.css
23 lines (20 loc) · 901 Bytes
/
nanum.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@charset "utf-8";
@font-face {
font-family: 'NanumSquareR';
src: local(나눔스퀘어), 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.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquareB';
src: local(나눔스퀘어 Bold), local(NanumSquareB),
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.woff) format('woff'),
url(https://qutabase.github.io/fonts/NanumSquareB.ttf) format('truetype');
}
body {
font-family: "NanumSquareB", "나눔스퀘어", "맑은 고딕";
}