An open API service indexing awesome lists of open source software.

https://github.com/react95/r95-sans-serif

A port of the old Microsoft font used in Windows 95
https://github.com/react95/r95-sans-serif

Last synced: 7 months ago
JSON representation

A port of the old Microsoft font used in Windows 95

Awesome Lists containing this project

README

          

# R95 Sans serif

[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow_small.svg)](https://stackblitz.com/~/github.com/React95/R95-Sans-serif)

| Size | font |
| ---- | ----------------------------------------- |
| 8pt | ![8pt](./sources/8pt/MS%20Serif_8.png) |
| 10pt | ![10pt](./sources/10pt/MS%20Serif_10.png) |
| 12pt | ![12pt](./sources/12pt/MS%20Serif_12.png) |
| 14pt | ![14pt](./sources/14pt/MS%20Serif_14.png) |
| 18pt | ![18pt](./sources/18pt/MS%20Serif_18.png) |
| 24pt | ![24pt](./sources/24pt/MS%20Serif_24.png) |

## How to install

Either dowload the files manually or install it from NPM

```bash
$ npm install @react95/sans-serif
```

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

```js
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.

```css
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.