csstools / csstools/system-font-css

Solution for IOS?

Open
#7 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
528
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Is there anyway for this to work on IOS?
It appears that none of the fonts in the list are the fonts used on IOS. Is that intentional?

When you call `font-family: system-ui` and you've used `@font-face { font-family: system-ui; }`, does that override the new browser standard `system-ui`? Would that mean, ignore this new generic `system-ui` (https://www.chromestatus.com/feature/5640395337760768) and use my font-face stack. Or does it mean, use the new generic `system-ui` and if that's not understood by the browser, run through this list of fonts in the font-face stack?

I'm finding this really hard to describe, sorry :(

Or to cover IOS with these font-face declarations should we just use something like `font-family: system-ui, sans-serif`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.