0.8.0 • Published 3 years ago

@mayvena/camingocode-npm v0.8.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

camingocode-npm

npm (scoped) npm bundle size (minified)

An npm module containing the CamingoCode font

The font itself is freely distributed at https://www.myfonts.com/fonts/jan-fromm/camingo-code/

Designer and publisher of the font: Jan Fromm

Install

npm i @mayvena/camingocode-npm

Use

Typefaces assume you’re using webpack to process CSS and files. Each typeface package includes all necessary font files (woff2, woff) and a CSS file with font-face declarations pointing at these files.

You will need to have webpack setup to load css and font files. Many tools built with Webpack will work out of the box with Typefaces such as Gatsby and Create React App.

To use, simply require the package in your project’s entry file e.g.

// Load CamingoCode typeface
require('@mayvena/camingocode-npm')

Usage in SCSS:

@import "~@mayvena/camingocode-npm/index.css";
0.8.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago