1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 13:49:27 -05:00

Update fonts

This commit is contained in:
fly_mc 2024-09-07 21:51:30 +08:00
parent 460f918221
commit 1a0404989a
2 changed files with 9 additions and 1 deletions
packages
backend/assets/fonts
frontend/src

View file

@ -1,5 +1,13 @@
@charset "utf-8";
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
src: url('/static-assets/fonts/Lexend-VariableFont_wght.ttf') format('opentype');
}
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
*
@ -42,7 +50,7 @@ html {
accent-color: var(--accent);
overflow: auto;
overflow-wrap: break-word;
font-family: 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-family: 'Lexend', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-size: 14px;
line-height: 1.35;
text-size-adjust: 100%;