Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@easyfonts/ostrich-sans
Advanced tools
By Tyler Finck A gorgeous modern sans-serif with a very long neck. With a whole slew of styles & weights.
Install the fontface via npm.
npm install --save @easyfonts/ostrich-sans
## OR
yarn add @easyfonts/ostrich-sans
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 statement | font-weight | special | font-family | font-style |
---|---|---|---|---|
import '@easyfonts/ostrich-sans/black'; | 900 | Ostrich Sans | ||
import '@easyfonts/ostrich-sans/bold'; | 700 | (race track style double lines) | Ostrich Sans | |
import '@easyfonts/ostrich-sans/dashed'; | 500 | Ostrich Sans Dashed | ||
import '@easyfonts/ostrich-sans/heavy'; | 700 | Ostrich Sans Heavy | ||
import '@easyfonts/ostrich-sans/inline-italic'; | normal | (race track style double lines) | Ostrich Sans Inline | italic |
import '@easyfonts/ostrich-sans/inline-regular'; | normal | (race track style double lines) | Ostrich Sans Inline | |
import '@easyfonts/ostrich-sans/light'; | 300 | Ostrich Sans | ||
import '@easyfonts/ostrich-sans/medium'; | 500 | Ostrich Sans Medium | ||
import '@easyfonts/ostrich-sans/regular'; | 400 | Ostrich Sans | ||
import '@easyfonts/ostrich-sans/rounded'; | 500 | Ostrich Sans Rounded |
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';
FAQs
"ostrich sans" typeface by Tyler Finck
The npm package @easyfonts/ostrich-sans receives a total of 10 weekly downloads. As such, @easyfonts/ostrich-sans popularity was classified as not popular.
We found that @easyfonts/ostrich-sans demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.