accoutrement-herman
Version:
Sass tools for documenting accoutrement with Herman.
28 lines (26 loc) • 3.23 kB
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: (
'body': (
'name': 'CenturyOldStyle',
'source': 'http://www.fontspring.com/fonts/fontsite/century-old-style-fs',
'stack': ('Baskerville', 'Palatino', 'Cambria', 'Georgia', serif),
'regular': 'serif/CenturyOldStyle-regular',
'italic': 'serif/CenturyOldStyle-italic',
'bold': 'serif/CenturyOldStyle-bold',
),
'sans': (
'name': 'SourceSansPro',
'source': 'http://www.fontsquirrel.com/fonts/source-sans-pro',
'stack': ('Helvetica Neue', 'Helvetica', 'Arial', sans-serif),
'regular': 'sans/sourcesanspro-regular-webfont',
'italic': 'sans/sourcesanspro-italic-webfont',
'bold': 'sans/sourcesanspro-bold-webfont',
'bold' 'italic': 'sans/sourcesanspro-bolditalic-webfont',
),
'code': (
'name': 'SourceCodePro',
'source': 'http://www.fontsquirrel.com/fonts/source-code-pro',
'stack': ('Consolas', 'Menlo', 'Monaco', 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif),
'regular': 'code/sourcecodepro-regular-webfont',
'bold': 'code/sourcecodepro-bold-webfont',
),
);</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>