modern-font-stacks
modern-font-stacks copied to clipboard
System font stack CSS organized by typeface classification for every modern operating system
It seems that on Chrome/macOS you will need to include 'SF Mono' in the `font-weight` stack to access it or it will fall back to Menlo.
Such as PingFang on macOS and iOS and YaHei on Windows for Simplified Chinese characters.
Do you think there is any point in including `ui-sans-serif` before `system-ui, sans-serif`? I see it in Tailwind reset for example. Couldn't find much information about it, just this article:...