Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Pixel/Computer like Font - Courier New for example

I would like to use a font like on the following picture.

http://i.minus.com/ibinuNBMiT8CSk.jpg

enter image description here

This font is Courier regular. But as soon as I try to use it on a webpage it is smooth.

font-family: 'Courier', monospace;
font-smooth: never;
-webkit-font-smoothing : none;

What am I doing wrong ?

like image 894
hugo mueller Avatar asked Nov 04 '13 10:11

hugo mueller


1 Answers

Silkscreen

A really classic 8-bit font

http://www.dafont.com/silkscreen.font

font example

like image 118
electrikmilk Avatar answered Sep 20 '22 03:09

electrikmilk