Releases: javanile/fixedsys-css
Releases · javanile/fixedsys-css
Fixedsys 0.0.6
Quick start
Several quick start options are available:
- Download the latest release
- Clone the repo:
git clone https://github.com/javanile/fixedsys-css.git - Install with npm:
npm install fixedsys-css - Install with yarn:
yarn add fixedsys-css - Include from CDN:
<link rel="stylesheet" href="https://unpkg.com/fixedsys-css/css/fixedsys.css">
Usage
You can use the following code to get old fashion style on your project.
<div class="font-fixedsys">
Hello World!
</div>.old-fashion-message {
font-family: fixedsys;
font-size: 16px;
}