Skip to content

Releases: javanile/fixedsys-css

Fixedsys 0.0.6

10 Apr 21:47
ec37e43

Choose a tag to compare

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;
}