Skip to content

Instantly share code, notes, and snippets.

@zoxon
Last active September 30, 2015 12:32
Show Gist options
  • Save zoxon/4d6a52e3b14cf1146258 to your computer and use it in GitHub Desktop.
Save zoxon/4d6a52e3b14cf1146258 to your computer and use it in GitHub Desktop.
Save css font stacks
---------------- Кирилица -------------------
font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L" sans-serif;
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
font-family: "Comic Sans MS", "Monaco CY", cursive;
font-family: "Courier New", "Nimbus Mono L", monospace;
font-family: Georgia, "Century Schoolbook L", Serif;
font-family: Impact, "Charcoal CY", sans-serif;
font-family: "Lucida Console", Monaco, monospace;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-family: Tahoma, "Geneva CY", sans-serif;
font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
---------------- НЕ Кирилица -------------------
font-family: "Arial Black", Gadget, "Nimbus Sans L", sans-serif;
font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
font-family: "Comic Sans MS", Monaco, TSCu_Comic cursive;
font-family: "Courier New", "Nimbus Mono L", Courier, monospace;
font-family: Georgia, "Century Schoolbook L", Serif;
font-family: Impact, Charcoal, Rekha, sans-serif;
font-family: "Lucida Console", Monaco, monospace;
font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
font-family: Tahoma, Geneva, Kalimati, sans-serif;
font-family: "Palatino Linotype", Garuda, Palatino, sans-serif;
font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
font-family: "Trebuchet MS","Nimbus Sans L", Helvetica, sans-serif;
font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
---------------- Другие Шрифты -------------------
Sans Serif
--------------------------------------------------
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
font-family: "Arial Narrow", Arial, sans-serif;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
font-family: Geneva, Tahoma, Verdana, sans-serif;
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
font-family: "League Gothic", "Helvetica", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
Serif
--------------------------------------------------
font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
font-family: Cambria, Georgia, serif;
font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
font-family: Georgia, Times, "Times New Roman", serif;
font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
font-family: "Lucida Bright", Georgia, serif;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
Monospaced
--------------------------------------------------
font-family: "Andale Mono", AndaleMono, monospace;
font-family: Consolas, monaco, monospace;
font-family: "Courier New", Courier, Monaco,"Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-family: "Inconsolata", Menlo, Courier New, Courier, Mono, monospace;
Fantasy
--------------------------------------------------
font-family: Copperplate, "Copperplate Gothic Light", fantasy;
font-family: Papyrus, fantasy;
Script
--------------------------------------------------
font-family: "Brush Script MT", cursive;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment