0.0.1 • Published 5 years ago

@pixel/fonts v0.0.1

Weekly downloads
29
License
-
Repository
github
Last release
5 years ago

Pixel Fonts

Version Downloads

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">