기본 폰트 변경

This commit is contained in:
현성필
2024-01-17 18:01:27 +09:00
parent b379cd44aa
commit 8a53e4dd23
3 changed files with 52 additions and 3 deletions
+8 -1
View File
@@ -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');
}
}