modern-font-stacks icon indicating copy to clipboard operation
modern-font-stacks copied to clipboard

System font stack CSS organized by typeface classification for every modern operating system

Results 14 modern-font-stacks issues
Sort by recently updated
recently updated
newest added

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:...