Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@easyfonts/ostrich-sans

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyfonts/ostrich-sans

"ostrich sans" typeface by Tyler Finck

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
  • Synopsis
  • Install
  • Usage
  • Example

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';

Keywords

FAQs

Package last updated on 26 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc