54 lines
1.7 KiB
CSS
54 lines
1.7 KiB
CSS
/* 폰트 시작*/
|
|
@font-face {
|
|
font-family: 'codicon';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
url(/fonts/codicon.ttf) format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'NanumGothicCoding';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
local('NanumGothicCoding-Regular'),
|
|
url(/fonts/NanumGothicCoding-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'NotoSansKR';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('NotoSansKR-Light.eot');
|
|
src: local('Noto Sans CJK kr Light'),
|
|
local('NotoSansKR-Light'),
|
|
url(/fonts/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
|
|
url(/fonts/NotoSansKR-Light.woff2) format('woff2'),
|
|
url(/fonts/NotoSansKR-Light.woff) format('woff'),
|
|
url(/fonts/NotoSansKR-Light.ttf) format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'NotoSansKR';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('NotoSansKR-Regular.eot');
|
|
src: local('Noto Sans CJK kr Regular'),
|
|
local('NotoSansKR-Regular'),
|
|
url(/fonts/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
|
|
url(/fonts/NotoSansKR-Regular.woff2) format('woff2'),
|
|
url(/fonts/NotoSansKR-Regular.woff) format('woff'),
|
|
url(/fonts/NotoSansKR-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'NotoSansKR';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('NotoSansKR-Medium.eot');
|
|
src: local('Noto Sans CJK kr Medium'),
|
|
local('NotoSansKR-Medium'),
|
|
url(/fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
|
|
url(/fonts/NotoSansKR-Medium.woff2) format('woff2'),
|
|
url(/fonts/NotoSansKR-Medium.woff) format('woff'),
|
|
url(/fonts/NotoSansKR-Medium.ttf) format('truetype');
|
|
}
|