1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 23:18:52 +02:00
cheatsheets/css-system-font-stack.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

1.0 KiB

title, category, weight, tags
title category weight tags
CSS system fonts CSS -3
Featurable

System fonts

font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;

This uses whatever system font is available. See: System shock - Designing Medium (medium.com)

Explanation

Font OS
-apple-system OS X (10.11+), iOS (9+)
BlinkMacSystemFont OS X, Chrome
Segoe UI Windows
Roboto Android 4.0+
Oxygen Linux, KDE
Ubuntu Linux, Ubuntu
Cantarell Linux, GNOME
Fira Sans Firefox OS
Droid Sans Android (until 3.2)
Helvetica Neue OS X (10.9)