Post #1785781
2026-04-29 12:25 UTC
#css #tip of the day!
Set your site's font-family to system-ui and this will use the device's default font!
Great for when :
- You don't care about font but don't want Times New Roman because it looks bad
- You want to integrate the site better with the user, as they may have a special font that they like on their system and you just reuse this!
#font #dev #webdev
Replies (1)
-
@IceWolf@masto.brightfur.net 2026-04-29 13:06
@helloyanis@furries.club Why not just use sans-serif and call it good?