fixedsys-css

# Fixedsys (a CSS font family) ***Old Fashion CSS Framework for nostalgics*** [![npm version](https://badge.fury.io/js/fixedsys-css.svg)](https://badge.fury.io/js/fixedsys-css) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![PR's welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/javanile/fixedsys-css/pulls)

Fixedsys font

Fixedsysfontpreview.svg

Fixedsys is a family of raster monospaced fonts. The name means fixed system, because its glyphs are monospace or fixed-width (although bolded characters are wider than non-bolded, unlike other monospace fonts such as Courier). It is the oldest font in Windows, and was the system font in Windows 1.0 and 2.0, where it was simply named “System”. For Windows 3.x, the system font was changed to a proportional sans-serif font named System, but Fixedsys remained the default font in Notepad.

Fixedsys fonts family contains fonts encoded in several Windows code pages, with multiple resolutions of the font for each code page. Fixedsys fonts of different code pages have different point sizes.

Continue reading...
The glyphs for the upper areas of each one appear to be drawn separately, not taken from a single master set, as there are visible differences in the appearance of various visually similar characters that are shared between the code pages. Though Fixedsys is a sans-serif font, it is vaguely similar in appearance to the hardware text mode font of most IBM-compatible PCs, though not as similar as certain sizes of Terminal fonts seen in Windows. In Windows 95, 98, and Windows Me, Fixedsys remains as the default font for Notepad. This font was superseded by Lucida Console in Notepad for later versions of Windows. In Windows 95, this default font cannot be changed. Fixedsys of other code pages can be selected by specifying script settings in font selection dialogue, but not font of all code pages can be chosen. Due to its clean style and easy readability, it has enjoyed some popularity with the programming community, even giving rise to an imitation font — Fixedsys Excelsior — which, based on the original Fixedsys typeface, also includes a large number of Unicode script ranges.[1] There is a certain amount of similarity between Fixedsys and Chicago, the default system typeface on the Apple Macintosh between 1984 and 1997. The key difference is that Chicago is a proportional typeface while Fixedsys is monospaced.

Quick start

Several quick start options are available:

Support us

No money, a tweet is what we need! Use the below button to share our work on Twitter, help us increase the visibility of this project. It is a small effort that we ask of you, it helps our team to have credibility and to be able to acquire new customers for our services. Thanks!

Share on Twitter

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

Themes

You can use our general-purpose themes

Credits

Special Thanks to Adam Moore (LÆMEUR)

See Also

License

The MIT License (MIT). Please see License File for more information.