Skip to content
mortendk edited this page Oct 8, 2017 · 1 revision

Eleven theme are using the System fonts for macOs, iOs, Chrome, Firefox, Windows, Gnome, KDE

Fonts

Font

  • San Francisco
  • Fira Sans
  • Roboto
  • Segoe UI

CSS

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);
}


Font downloads

Reading

Clone this wiki locally