upd: new font
This commit is contained in:
parent
1600349475
commit
5ae049a4af
2 changed files with 9 additions and 1 deletions
BIN
packages/backend/assets/fonts/Lexend-VariableFont_wght.ttf
Normal file
BIN
packages/backend/assets/fonts/Lexend-VariableFont_wght.ttf
Normal file
Binary file not shown.
|
@ -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 other misskey contributors
|
||||
*
|
||||
|
@ -35,7 +43,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%;
|
||||
|
|
Loading…
Reference in a new issue