0.0.4 • Published 6 years ago

pt-sans-cyrillic v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

pt-sans-cyrillic

Paratype PT Sans font files with cyrillic charset packed as npm package ready for using in webpack build.

This package consists only of woff and woff2 font formats. Accoriding to stats from Can I Use, this is enough to support following browser versions:

Chrome: 5+, Safari: 5.1+, Firefox: 3.6+, Opera: 11.50+, IE: 9+, Android: 4.4+, iOS: 5.1+

Install

npm install --save pt-sans-cyrillic

Usage

To use, simply require the package in your project’s entry file e.g.

// Load PT Sans typeface
require('pt-sans-cyrillic')

or if you use ES6 imports

import 'pt-sans-cyrillic'

using webpack css-loader

@import "node_modules/pt-sans-cyrillic/index.css";

TODO

  1. Add sass and stylus import options
  2. Allow rebuilding package with fresh font versions

Font

Designed by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov and released by ParaType in 2009.

License

Paratype PT Sans licensed under Open Font License

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago