# System font snippets from Atom
## Install
Go to Edit
> Preferences
then go to the install tab and search for system-fonts-snippets
.
## Usage
Type mono
, sans
or serif
and hit the enter
key to auto complete.
## Snippets
monaco, menlo, /* MacOS and iOS */'Consolas', /* Windows */'Fira Mono', /* Firefox OS */roboto mono, noto mono, /* Google stuff */'Droid Sans', /* Old Google stuff */'DejaVu Sans Mono', cousine, ubuntu mono, /* Linux stuff */'Courrier', /* Windows stuff */'Liberation Mono', /* Linux */monospace; /* Everything else */
-apple-system, BlinkMacSystemFont, /* MacOS and iOS */'avenir next', avenir, /* MacOS and iOS */'Segoe UI', /* Windows */'lucida grande', /* Older MacOS */'helvetica neue', helvetica, /* Older MacOS */'Fira Sans', /* Firefox OS */roboto, noto, /* Google stuff */'Droid Sans', /* Old Google stuff */cantarell, oxygen, ubuntu, /* Linux stuff */'franklin gothic medium', 'century gothic', /* Windows stuff */'Liberation Sans', /* Linux */sans-serif; /* Everything else */
Charter, /* MacOS */Athelas,Georgia, 'Times New Roman', /* MacOS, Windows and some Linux*/'Droid Serif', /* Old Google stuff */'DejaVu Serif', 'Liberation Serif', /* Linux */serif; /* Everything else */
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.