mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-04 02:56:58 +00:00
Fix custom font
This commit is contained in:
parent
794f4ddbe4
commit
68fbb2915c
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
@media (max-width: 500px) {
|
||||
--MI-margin: var(--MI-marginHalf);
|
||||
}
|
||||
--MI-custom-font: 'sharkey-theme-font-face';
|
||||
--MI_THEME-customFont: 'sharkey-theme-font-face';
|
||||
}
|
||||
|
||||
html.radius-misskey {
|
||||
|
@ -74,7 +74,7 @@ html {
|
|||
accent-color: var(--MI_THEME-accent);
|
||||
overflow: auto;
|
||||
overflow-wrap: break-word;
|
||||
font-family: var(--custom-font), 'FOT-NewRodin Pro', sans-serif;
|
||||
font-family: var(--MI_THEME-customFont), 'FOT-NewRodin Pro', sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.35;
|
||||
text-size-adjust: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue