datcss-typography

0.0.10 • Public • Published

Typography npm version

Typographic CSS styles for Dat CSS

Defaults

root {
 
    --ms3: 1.777778rem;
    --ms2: 1.333333rem;
    --ms1: 1rem;
    --ms0: 1rem;
 
    --copy-font: freight-sans-pro, 'Helvetica Neue'HelveticaTahomasans-serif;
    --copy-font-weight: var(--font-weight-book);
    --copy-font-color: #444;
 
    --heading-font: var(--copy-font);
    --heading-font-color: #222;
    --heading-font-weight: var(--font-weight-medium);
 
    --monospace-font: Consolas;
    
    --line-height: 1.5;
 
    --container-width: 40rem;
 
    --font-weight-light: 300;
    --font-weight-book: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
}
 

Package Sidebar

Install

npm i datcss-typography

Weekly Downloads

1

Version

0.0.10

License

MIT

Last publish

Collaborators

  • jacquestardie