style: change fonts

This commit is contained in:
무라쿠모 2024-09-07 18:59:39 +09:00
parent 92f7f90a5c
commit 9c6ac47a5c
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7

View file

@ -8,6 +8,27 @@
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp.min.css"); @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 { :root {
--radius: 12px; --radius: 12px;
--marginFull: 16px; --marginFull: 16px;
@ -44,7 +65,7 @@ html {
accent-color: var(--accent); accent-color: var(--accent);
overflow: auto; overflow: auto;
overflow-wrap: break-word; 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-size: 14px;
font-feature-settings: "ss05"; font-feature-settings: "ss05";
line-height: 1.35; line-height: 1.35;