Skip to content
Snippets Groups Projects
Unverified Commit b86132ff authored by 23Sonics's avatar 23Sonics
Browse files

changed this fork's default font

parent f6470f43
No related branches found
No related tags found
No related merge requests found
Pipeline #1464 failed with stages
in 15 minutes and 42 seconds
File added
File added
......@@ -8,6 +8,41 @@
src: url('/static-assets/fonts/Lexend-VariableFont_wght.ttf') format('opentype');
}
/* the following font face descriptors are Evil Sharkey additions */
@font-face {
font-display: swap;
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url('/static-assets/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('opentype');
}
@font-face {
font-display: swap;
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
src: url('/static-assets/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('opentype');
}
@font-face {
font-display: swap;
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
src: url('/static-assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('opentype');
}
@font-face {
font-display: swap;
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
src: url('/static-assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('opentype');
}
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
*
......@@ -72,7 +107,7 @@ html {
accent-color: var(--accent);
overflow: auto;
overflow-wrap: break-word;
font-family: 'sharkey-theme-font-face', 'Lexend', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-family: 'sharkey-theme-font-face', 'Noto Sans', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-size: 14px;
line-height: 1.35;
text-size-adjust: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment