0.0.3 • Published 5 months ago

@react95/sans-serif v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

R95 Sans serif

Open in Codeflow

Sizefont
8pt8pt
10pt10pt
12pt12pt
14pt14pt
18pt18pt
24pt24pt

How to install

Either dowload the files manually or install it from NPM

$ npm install @react95/sans-serif

Within your app entry file or site component, import it in.

import '@react95/sans-serif'; // All fonts 8, 10, 12, 14, 18, and 20pt
import '@react95/sans-serif/14pt'; // Specify font

As a final step, you can use the font name in a CSS file, CSS Module, or CSS-in-JS.

body {
  font-family: 'R95 Sans Serif 24pt';
}

License

I just converted it from the MS Sans Serif font which is built into Windows. Therefore, Microsoft still holds the copyright to it.

0.0.3

5 months ago

0.0.2

6 months ago

0.0.1

6 months ago