1.0.0 • Published 5 years ago

@easyfonts/ostrich-sans v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Synopsis

By Tyler Finck A gorgeous modern sans-serif with a very long neck. With a whole slew of styles & weights.

Ostrich Sans 1 Ostrich Sans 1 Ostrich Sans 1 Ostrich Sans 1

Install

Install the fontface via npm.

npm install --save @easyfonts/ostrich-sans
## OR
yarn add @easyfonts/ostrich-sans

Usage

Include the font in your build with

import '@easyfonts/ostrich-sans'; // import all fonts files of the "Ostric Sans typeface"

This will include all fontfiles (1.8Mb) in your bundle.

If you are not using all font weights/types you can select a subset of fontfiles to be included into your build.

import statementfont-weightspecialfont-familyfont-style
import '@easyfonts/ostrich-sans/black';900Ostrich Sans
import '@easyfonts/ostrich-sans/bold';700(race track style double lines)Ostrich Sans
import '@easyfonts/ostrich-sans/dashed';500Ostrich Sans Dashed
import '@easyfonts/ostrich-sans/heavy';700Ostrich Sans Heavy
import '@easyfonts/ostrich-sans/inline-italic';normal(race track style double lines)Ostrich Sans Inlineitalic
import '@easyfonts/ostrich-sans/inline-regular';normal(race track style double lines)Ostrich Sans Inline
import '@easyfonts/ostrich-sans/light';300Ostrich Sans
import '@easyfonts/ostrich-sans/medium';500Ostrich Sans Medium
import '@easyfonts/ostrich-sans/regular';400Ostrich Sans
import '@easyfonts/ostrich-sans/rounded';500Ostrich Sans Rounded

Example

Include only extra-bold in your bundle

import '@easyfonts/ostrich-sans/bold';

Include regular and bold in your bundle;

import '@easyfonts/ostrich-sans/regular';
import '@easyfonts/ostrich-sans/bold';