1.0.0 • Published 4 years ago

pub-pkg-font-source-sans-pro v1.0.0

Weekly downloads
7
License
MIT AND OFL-1.1
Repository
github
Last release
4 years ago

pub-pkg-font-source-sans-pro

Installation

  1. npm install --save pub-pkg-font-source-sans-pro
  2. add pub-pkg-font-source-sans-pro to your pub-config pkgs
  3. use the font-family in your CSS E.g.
body {
  font-family:"Source Sans Pro";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

CSS

This package will inject a link pointing to /css/source-sans-pro.css into your main template.

When you generate to output, the css and font files will be included under /css and /css/fonts.

Why distribute fonts with your website?

  • to work offline
  • to reduce the number of 3rd parties visitors to your site will need to trust.

The drawback is that the fonts are less likely to be in readers' cache, and will consume bandwidth.

Including only eot and woff formats makes the site lighter to host, without significantly reducing browser platform coverage.

npm dependencies

Font files are npm installed via npm-font-source-sans-pro

Font Attribution

Source Sans Pro is a sans serif typeface created by Paul D. Hunt for Adobe Systems. It is the first open-source font family from Adobe, distributed under the SIL Open Font License.