You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which means that unless your browser supports ui-rounded (which is Safari-only), you get a random font instead what appears to be intended, the system-ui font.
As it stands, because I have Segoe UI installed, that's the font I get, even though my system-ui and sans-serif fonts are Inter Variable.
Where Consolas ends up used, instead of the system and browser monospaced font Commit Mono.
To reproduce
Open Phanpy in Firefox or a Non-Safari browser
Use developer tools to see which font has been used
Expected behavior
Phanpy should use either the system ui font (system-ui) or the system sans-serif font (sans-serif).
This could be accomplished by replacing the current font declaration with font-family: ui-rounded, system-ui, sans-serif; and font-family: ui-monospace, monospace;
Other
No response
The text was updated successfully, but these errors were encountered:
Site, Version, Instance
phanpy.social
2024.11.22.8f048af
eldritch.cafe
Browser
Firefox
133.0
(64-bit) / Linux6.11.10-300.fc41.x86_64
Bug description
The current font declaraton in Phanpy's CSS is
Which means that unless your browser supports
ui-rounded
(which is Safari-only), you get a random font instead what appears to be intended, the system-ui font.As it stands, because I have
Segoe UI
installed, that's the font I get, even though my system-ui and sans-serif fonts areInter Variable
.The same issue occurs with the monospace font
Where
Consolas
ends up used, instead of the system and browser monospaced fontCommit Mono
.To reproduce
Expected behavior
Phanpy should use either the system ui font (
system-ui
) or the system sans-serif font (sans-serif
).This could be accomplished by replacing the current font declaration with
font-family: ui-rounded, system-ui, sans-serif;
andfont-family: ui-monospace, monospace;
Other
No response
The text was updated successfully, but these errors were encountered: