Sha256: 0195cdfb8ac1d2c275b9b0ee51a51e1bc1ad05c8481fb453838a5d757483b638
Contents?: true
Size: 1.14 KB
Versions: 31
Compression:
Stored size: 1.14 KB
Contents
@mixin Impact { font-family: Impact, Charcoal, sans-serif; } @mixin Palatino { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; } @mixin Tahoma { font-family:Tahoma,Arial,Helvetica,sans-serif; } @mixin Gothic { font-family: Century Gothic, sans-serif; } @mixin Lucida { font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; } @mixin ArialBlack { font-family: 'Arial Black', Gadget, sans-serif; } @mixin ArialNarrow { font-family: 'Arial Narrow', sans-serif; } @mixin TimesNew { font-family: 'Times New Roman', Times, serif; } @mixin Verdana { font-family: Verdana, Geneva, sans-serif; } @mixin Copperplate { font-family: Copperplate / Copperplate Gothic Light, sans-serif; } @mixin GillSans { font-family: Gill Sans / Gill Sans MT, sans-serif; } @mixin Lucida { font-family: 'Lucida Console', Monaco, monospace; } @mixin Trebuchet { font-family: 'Trebuchet MS', Helvetica, sans-serif; } @mixin Courier { font-family: 'Courier New', Courier, monospace; } @mixin Arial { font-family: Arial, Helvetica, sans-serif; } @mixin Georgia { font-family: Georgia, Serif; } @mixin Baskerville { font-family: Baskerville,Georgia,Serif; }
Version data entries
31 entries across 31 versions & 1 rubygems