mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Try this font settings out.
Depends on system font's capabilities, so may not work.
This commit is contained in:
parent
6157ee105c
commit
e8219e458d
2 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue