1.1.3 • Published 6 years ago

orgdot-kharon4a-bold v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

orgdot-kharon4a-bold

The CSS and web font files to easily self-host Orgdot Kharon4a Bold.

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 packagenpm install --save orgdot-kharon4a-bold

Usage

Require the package in your entry file.require('orgdot-kharon4a-bold')

Then, use the font in your stylesfont-family: 'Kharon4a Bold';

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.