Sha256: 8849e4b5b0bab9ba3c9e7ffb9ba41dfb24baf23ae10357f4e7b2367695c35b4b
Contents?: true
Size: 724 Bytes
Versions: 73
Compression:
Stored size: 724 Bytes
Contents
/* * @name type * @type tripoli plugin * * @desc adds typographic classes. * @author David Hellsing * @version 1.0 * @cat plugins * * @example <span class="alt">&</span> * @desc create attractive ampersands * * @example <h1><span class="dquo">“</span>Level 1 heading”</h1> * @desc move the first quote mark in titles to render outside the hoizontal base line. * **/ /* _______________________________ TYPE PLUG */ .alt { font-family:"baskerville italic","Warnock Pro","Goudy Old Style","Palatino","palatino linotype","Book Antiqua",Georgia, serif; font-style:italic; font-weight:normal; } .dquo { margin-left:-.55em; } /* _______________________________ END */
Version data entries
73 entries across 73 versions & 1 rubygems