UNPKG

accoutrement-herman

Version:

Sass tools for documenting accoutrement with Herman.

28 lines (26 loc) 3.23 kB
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>accoutrement-herman Documentation</title><link href="assets/img/favicon.ico" rel="shortcut icon"><link rel="stylesheet" href="assets/css/main.css"><link rel="stylesheet" href="assets/css/theme.css"></head><body><header role="banner" data-sassdoc-region="banner"><h1 data-sassdoc="project-title"><a href="https://github.com/oddbird/accoutrement-herman" rel="home" data-sassdoc="project-name">accoutrement-herman</a> <span data-sassdoc="project-version">1.0.0-alpha.4</span></h1></header><nav role="navigation" data-sassdoc-region="nav"><h2 data-sassdoc="nav-title"><a href="index.html" rel="home" data-sassdoc-nav="is-not-active">Pattern Library</a></h2><a href="colors.html" data-sassdoc-nav="is-not-active">colors</a> <a href="headings.html" data-sassdoc-nav="is-not-active">headings</a> <a href="undefined.html" data-sassdoc-nav="is-not-active">general</a> <a href="webfonts.html" data-sassdoc-nav="is-active">webfonts</a></nav><main role="main" data-sassdoc-region="main" data-sassdoc-page="webfonts"><h2 data-sassdoc="page-title">webfonts</h2><section data-sassdoc-item="variable" id="variable--fonts"><h4 data-sassdoc="item-title"><span data-sassdoc="item-name">$fonts</span> <span data-sassdoc="item-type">variable</span></h4><div data-sassdoc="item-description"><p>A map of the fonts we use, their variants, font-stacks, and webfont paths.</p></div><pre data-sassdoc="hljs"><code class="lang-scss">$fonts: ( &#39;body&#39;: ( &#39;name&#39;: &#39;CenturyOldStyle&#39;, &#39;source&#39;: &#39;http://www.fontspring.com/fonts/fontsite/century-old-style-fs&#39;, &#39;stack&#39;: (&#39;Baskerville&#39;, &#39;Palatino&#39;, &#39;Cambria&#39;, &#39;Georgia&#39;, serif), &#39;regular&#39;: &#39;serif/CenturyOldStyle-regular&#39;, &#39;italic&#39;: &#39;serif/CenturyOldStyle-italic&#39;, &#39;bold&#39;: &#39;serif/CenturyOldStyle-bold&#39;, ), &#39;sans&#39;: ( &#39;name&#39;: &#39;SourceSansPro&#39;, &#39;source&#39;: &#39;http://www.fontsquirrel.com/fonts/source-sans-pro&#39;, &#39;stack&#39;: (&#39;Helvetica Neue&#39;, &#39;Helvetica&#39;, &#39;Arial&#39;, sans-serif), &#39;regular&#39;: &#39;sans/sourcesanspro-regular-webfont&#39;, &#39;italic&#39;: &#39;sans/sourcesanspro-italic-webfont&#39;, &#39;bold&#39;: &#39;sans/sourcesanspro-bold-webfont&#39;, &#39;bold&#39; &#39;italic&#39;: &#39;sans/sourcesanspro-bolditalic-webfont&#39;, ), &#39;code&#39;: ( &#39;name&#39;: &#39;SourceCodePro&#39;, &#39;source&#39;: &#39;http://www.fontsquirrel.com/fonts/source-code-pro&#39;, &#39;stack&#39;: (&#39;Consolas&#39;, &#39;Menlo&#39;, &#39;Monaco&#39;, &#39;Lucida Console&#39;, &#39;Liberation Mono&#39;, &#39;DejaVu Sans Mono&#39;, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, monospace, sans-serif), &#39;regular&#39;: &#39;code/sourcecodepro-regular-webfont&#39;, &#39;bold&#39;: &#39;code/sourcecodepro-bold-webfont&#39;, ), );</code></pre><div data-sassdoc="font-specimen"></div></section></main><script type="text/javascript" src="assets/js/highlight.js"></script><script type="text/javascript">hljs.initHighlightingOnLoad();</script></body></html>