Skip to content

Instantly share code, notes, and snippets.

@dotspencer
Last active April 15, 2023 23:09
Show Gist options
  • Save dotspencer/a7d4f02aac1e47574b26490ef52e59ef to your computer and use it in GitHub Desktop.
Save dotspencer/a7d4f02aac1e47574b26490ef52e59ef to your computer and use it in GitHub Desktop.
System UI Fonts in CSS font-family

gulpjs.com

font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

medium.com

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

airtable:

font-family: 'GTEestiDisplay-Medium',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment