Try this font settings out.

Depends on system font's capabilities, so may not work.
pull/459/head 2024.03.17.c7c764a
Lim Chee Aun 2024-03-16 20:02:20 +08:00
rodzic 6157ee105c
commit e8219e458d
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,8 @@ a.mention span {
text-decoration-color: inherit;
text-decoration-thickness: 2px;
text-underline-offset: 2px;
font-variant-numeric: slashed-zero;
font-feature-settings: 'ss01';
}
/* a.mention:has(span).hashtag {
color: var(--link-light-color);

Wyświetl plik

@ -8,6 +8,11 @@
font-weight: 500;
unicode-bidi: isolate;
}
i {
font-variant-numeric: slashed-zero;
font-feature-settings: 'ss01';
}
}
.name-text.show-acct {
display: inline-block;