upd: new font

This commit is contained in:
Mar0xy 2023-09-27 04:47:39 +02:00
parent 1600349475
commit 5ae049a4af
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
2 changed files with 9 additions and 1 deletions

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 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%;