Skip to content

Instantly share code, notes, and snippets.

View aconz2's full-sized avatar

Andrew Consroe aconz2

View GitHub Profile

List of components to remember

DOM

component/query component/classes component/value

DOM Events

Simple

@aconz2
aconz2 / font_stacks_stylus
Last active December 11, 2015 01:58
Stylus variables of css font stacks, grabbed from http://css-tricks.com/snippets/css/font-stacks/
/* Times New Roman-based stack */
$timesNewRoman = Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif
/* Modern Georgia-based serif stack */
$modernGeorgia = Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif
/* Traditional Garamond-based serif stack */
$garamond = "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif
/* Helvetica/Arial-based sans serif stack */