Skip to content

Instantly share code, notes, and snippets.

@LucaRosaldi
Last active June 21, 2022 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaRosaldi/327acf6bf87658af22404f45d65431bd to your computer and use it in GitHub Desktop.
Save LucaRosaldi/327acf6bf87658af22404f45d65431bd to your computer and use it in GitHub Desktop.
CSS: System fonts
/* Sans Serif */
html, body {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
/* Serif */
html, body {
font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
/* Monospace */
html, body {
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment