pt-sans-cyrillic

0.0.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i pt-sans-cyrillic

      Weekly Downloads

      3

      Version

      0.0.4

      License

      MIT

      Last publish

      Collaborators

      • ogorbunov