Web fonts by Sporniket-Studio.com

Give an Atari ST-ish feeling by using the Sporniket Nostalgie typeface.

It will works only on browsers that support WOFF (Web Open Font Format). WOFF has been supported by Mozilla Firefox since version 3.6, and will be supported by Internet Explorer 9 as well as Google Chrome.

How to use

Download the typeface files

Define font families

In your CSS file, add the following directives :

@font-face {
    font-family: SporniketNostalgieSansBold;
    src: url('<relative path to>/SporniketNostalgieSans-Bold.woff');
}

@font-face {
    font-family: SporniketNostalgieSansMonoBold;
    src: url('<relative path to>/SporniketNostalgieSansMono-Bold.woff');
}

Use the font, Luke !

Use the font by specifying the font-family in any CSS rule you want :

body {
    font-family: SporniketNostalgieSansBold;
    font-size:25px;
}

pre,code,tt {
    font-family: SporniketNostalgieSansMonoBold;
}

Tips

  • This typeface is best rendered at a size of 25 pixels (25px)