-
Notifications
You must be signed in to change notification settings - Fork 18
3. typography
mortendk edited this page Oct 8, 2017
·
1 revision
Eleven theme are using the System fonts for macOs, iOs, Chrome, Firefox, Windows, Gnome, KDE
- San Francisco
- Fira Sans
- Roboto
- Segoe UI
p{
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
}
:root {
--basefont: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
}
.foo{
font-family: var(--basefont);
}