Skip to content

Instantly share code, notes, and snippets.

@sachithrrra
Created August 12, 2020 14:08
Show Gist options
  • Save sachithrrra/1a7a1ffda39f381bae13e404636e472c to your computer and use it in GitHub Desktop.
Save sachithrrra/1a7a1ffda39f381bae13e404636e472c to your computer and use it in GitHub Desktop.
VS Code CSS Font Stacks
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-family: 'Courier New', Courier, monospace;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-family: Georgia, 'Times New Roman', Times, serif;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Times New Roman', Times, serif;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-family: Verdana, Geneva, Tahoma, sans-serif;
@lorewired
Copy link

font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment