-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 기존의 국민연금 폰트는 서브셋이여서 보이지 않는 글자가 있었음(눜, 뷁)
- Loading branch information
Showing
2 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); | ||
@font-face { | ||
font-family: 'NPSfontBold'; | ||
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/[email protected]/NPSfontBold.woff2') | ||
format('woff2'); | ||
font-weight: 700; | ||
font-style: bold; | ||
} | ||
|
||
@font-face { | ||
font-family: 'NPSfontBold'; | ||
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontRegular.woff2') | ||
format('woff2'); | ||
font-family: 'CookieRun-Regular'; | ||
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/CookieRun-Regular.woff') | ||
format('woff'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
@@ -28,9 +21,9 @@ | |
|
||
@layer base { | ||
html { | ||
font-family: 'NPSfontBold', 'Noto Color Emoji', ui-sans-serif, system-ui; | ||
font-family: 'CookieRun-Regular', 'Noto Color Emoji', ui-sans-serif, system-ui; | ||
box-sizing: border-box; | ||
color: #5f6e76; | ||
color: #687880; | ||
} | ||
*, | ||
*::before, | ||
|