Created
August 12, 2020 14:08
-
-
Save sachithrrra/1a7a1ffda39f381bae13e404636e472c to your computer and use it in GitHub Desktop.
VS Code CSS Font Stacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;