Skip to content

Commit

Permalink
Add Korean font for landing page(GoyangIlsan)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltlapy committed Mar 20, 2022
1 parent 703a63e commit fe6b027
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/.vuepress/layouts/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,20 @@ html {
}
}
@font-face {
font-family: 'GoyangIlsan';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangIlsan.woff') format('woff');
font-weight: normal;
font-style: normal;
}
#root:lang(ko-KR) {
font-family: "M PLUS Rounded 1c", Roboto, HelveticaNeue, 'GoyangIlsan', Arial, sans-serif;
}
html.dark #root {
background: #1a1a1a;
color: #dfddcc;
Expand Down

0 comments on commit fe6b027

Please sign in to comment.