Created by: apancutt
Two main changes:
-
Added
#font.family
mixin - provides ability to call#font > #family > .[type]
to embed the font-family property for the specified type. Means that the same font-family only needs to be configured once. This also makes it easier to customize the font-family set by overriding just a single mixin. Fully backwards compatible. -
Changed
<pre>
and<code>
to use#font > #family > .monospace
mixin
NB: Also added 'cursive' set to the available font styles.