sans-serif

1.0.0 • Public • Published

sans-serif 1.0.0

CSS module for utilizing system fonts

Stats

296 1 1
bytes selectors declarations

Installation

With npm

npm install --save-dev sans-serif

With Git

git clone https://github.com/tachyons-css/sans-serif

Usage

Using with PostCSS

Import the css module

@import "sans-serif";

Then process the CSS using the tachyons-cli

$ npm i -g tachyons-cli
$ tachyons-cli path/to/css-file.css > dist/t.css

Using the CSS

The built CSS is located in the css directory. It contains an unminified and minified version. You can either cut and paste that css or link to it directly in your html.

<link rel="stylesheet" href="path/to/module/css/sans-serif">

Development

The source CSS files can be found in the src directory. Running $ npm start will process the source CSS and place the built CSS in the css directory.

The CSS

/*
 
  SYSTEM FONTS
 
*/
.sans-serif { font-family: -apple-system'avenir next', avenir, roboto, noto, 'helvetica neue'helvetica, ubuntu, 'franklin gothic medium''century gothic'sans-serif; }
/*
  Reference:
 
  https://webkit.org/blog/3709/using-the-system-font-in-web-content/
  https://en.wikipedia.org/wiki/Avenir_(typeface)
  https://www.google.com/design/spec/style/typography.html#typography-typeface
 
*/

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

License

MIT

Package Sidebar

Install

npm i sans-serif

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mrmrs