style: change fonts
This commit is contained in:
parent
92f7f90a5c
commit
9c6ac47a5c
1 changed files with 22 additions and 1 deletions
|
@ -8,6 +8,27 @@
|
|||
|
||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp.min.css");
|
||||
|
||||
@font-face {
|
||||
font-family: "NEXON Lv1 Gothic";
|
||||
src: url("https://board.oscar.surf/fonts/NEXONLv1GothicLight.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "NEXON Lv1 Gothic";
|
||||
src: url("https://board.oscar.surf/fonts/NEXONLv1GothicRegular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "NEXON Lv1 Gothic";
|
||||
src: url("https://board.oscar.surf/fonts/NEXONLv1GothicBold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
:root {
|
||||
--radius: 12px;
|
||||
--marginFull: 16px;
|
||||
|
@ -44,7 +65,7 @@ html {
|
|||
accent-color: var(--accent);
|
||||
overflow: auto;
|
||||
overflow-wrap: break-word;
|
||||
font-family: 'Pretendard JP', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
font-family: "NEXON Lv1 Gothic", "Pretendard JP", "Hiragino Maru Gothic Pro", "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-feature-settings: "ss05";
|
||||
line-height: 1.35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue