From 0a6bfd5e79789ea0763625d2569c18ccb137e19d Mon Sep 17 00:00:00 2001 From: playCosmos <33890422+playCosmos@users.noreply.github.com> Date: Tue, 8 Mar 2022 13:24:58 +0900 Subject: [PATCH] Update Fonts.CSS --- sample/Fonts.CSS | 52 ++++++++++++++---------------------------------- 1 file changed, 15 insertions(+), 37 deletions(-) diff --git a/sample/Fonts.CSS b/sample/Fonts.CSS index 67bb3f2..531e65e 100644 --- a/sample/Fonts.CSS +++ b/sample/Fonts.CSS @@ -1,5 +1,15 @@ body { - font-family: 'Noto Sans KR', sans-serif; + font-family: 'Pretendard-Regular'; +} + +@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); +.notosanskr * { + font-family: 'Noto Sans KR', sans-serif; +} + +@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); +.nanumgothic * { + font-family: 'Nanum Gothic', sans-serif; } @font-face { @@ -16,12 +26,6 @@ body { font-style: normal; } - -@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); -.notosanskr * { - font-family: 'Noto Sans KR', sans-serif; -} - @font-face { font-family: 'SUIT-Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2'); @@ -36,42 +40,16 @@ body { font-style: normal; } -@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); -.nanumgothic * { - font-family: 'Nanum Gothic', sans-serif; -} - -@font-face { - font-family: 'IBMPlexSansKR-Regular'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'GowunBatang-Bold'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NanumBarunpen'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - @font-face { - font-family: 'Dovemayo-Bold'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.0/Dovemayo-Bold.woff') format('woff'); + font-family: 'MinSans-Bold'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Bold.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { - font-family: 'MinSans-Bold'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Bold.woff') format('woff'); + font-family: 'IBMPlexSansKR-Text'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Text.woff') format('woff'); font-weight: normal; font-style: normal; }