기본 폰트 변경
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
/* 폰트 시작*/
|
||||
@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;
|
||||
@@ -36,4 +43,4 @@
|
||||
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