orgdot-swft-v01

The CSS and web font files to easily self-host Orgdot SWF!T_v01.

Usage no npm install needed!

<script type="module">
  import orgdotSwftV01 from 'https://cdn.skypack.dev/orgdot-swft-v01';
</script>

README

orgdot-swft-v01

The CSS and web font files to easily self-host Orgdot SWF!T_v01.

Requirements

You need to have webpack setup to load CSS and font files.
For many tools built with Webpack such as Gatsby and Create React App, it should work out-of-the-box.
Also tested with ParcelJS bundler.

Install

First, install like any other package
npm install --save orgdot-swft-v01

Usage

Require the package in your entry file.
require('orgdot-swft-v01')

Then, use the font in your styles
font-family: 'SWF!T_v01';

About

I'm NOT the owner of these fonts.
These are the collective work of the Orgdot Consortium. I generated the web fonts from this files using Transfonter. The idea of publishing npm packages for easy self-hosting comes from the Typefaces project.