1.0.1 • Published 7 years ago

font-max v1.0.1

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

Max

Max web font package with font files, less, scss, and CSS. Why? Because Google's font CDN is slow and occasionally doesn't work.

Use

  1. Use Bower to install the max package

    bower install font-max --save
  2. Import the max.less, max.scss or max.css file into your project

    @import: "../some/path/font-max/css/max.css";
    @import: "../some/path/font-max/less/max.less";
    @import: "../some/path/font-max/scss/max";

    If you just need the regular font without the expert one, then import just common packages

    @import: "../some/path/font-max/css/max-common.css";
    @import: "../some/path/font-max/less/max-common.less";
    @import: "../some/path/font-max/scss/max-common";
  3. Override the Max font path if nessesary

    @max-font-path: '../font';
    max-font-path: '../font';

Quelle

http://ufonts.com/search/max

Development Info

Contributors

License

Software: Licenced under the MIT License (MIT)

http://opensource.org/licenses/MIT

Fonts: Licensed under version 1.1 of the SIL Open Font License

http://scripts.sil.org/OFL