@pixel/fonts
v0.0.1
Published
Webonts with a Pixel style.
Downloads
5
Readme
Pixel Fonts
Usage
npm install --save @pixel/fonts
If your app can load CSS
files, you can import fonts this way:
import '@pixel/fonts';
Otherwise, you can import via <link>
tags:
<!-- If fonts are served -->
<link rel="stylesheet" type="text/css" href="/path/to/PixelArial.css">
<!-- Via CDN -->
<link rel="stylesheet" type="text/css" href="/path/to/PixelArial.css">