기본 골격
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/* 폰트 시작*/
|
||||
@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');
|
||||
}
|
||||
Reference in New Issue
Block a user