style: use Pretendard font for better reading experience

This commit is contained in:
무라쿠모 2024-07-21 21:42:15 +09:00
parent 23dd73877b
commit d7588e55c5
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7

View file

@ -6,6 +6,8 @@
* SPDX-License-Identifier: AGPL-3.0-only * SPDX-License-Identifier: AGPL-3.0-only
*/ */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp.min.css");
:root { :root {
--radius: 12px; --radius: 12px;
--marginFull: 16px; --marginFull: 16px;
@ -42,8 +44,9 @@ html {
accent-color: var(--accent); accent-color: var(--accent);
overflow: auto; overflow: auto;
overflow-wrap: break-word; overflow-wrap: break-word;
font-family: 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; font-family: 'Pretendard JP', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-size: 14px; font-size: 14px;
font-feature-settings: "ss05";
line-height: 1.35; line-height: 1.35;
text-size-adjust: 100%; text-size-adjust: 100%;
tab-size: 2; tab-size: 2;