Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@react95/sans-serif

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react95/sans-serif

A port of the old Microsoft font used in Windows 95

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
2
Created
Source

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.

FAQs

Package last updated on 19 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts