CSS Pixel/Computer like Font - Courier New for example
Asked Answered
L

1

8

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 ?

Lexicographer answered 4/11, 2013 at 10:29 Comment(5)
Have you tried font-family: courier;? jsfiddle.net/8Vw6TPansophy
yeah I have, it´s the same.Lexicographer
It is NOT a standard and should NOT be used. Since 2002, it is removed from this specification. Also for webkit it is a non-standard. Read here developer.mozilla.org/en-US/docs/Web/CSS/…Immanent
@dTDesign ok, any Idea how I get the Font pixel like ? Is there any web font which doesn´t get smoothed ?Lexicographer
There are lots of those pixel style fonts to be found on the web. Just search for bitmap font.Muss
R
2

Silkscreen

A really classic 8-bit font

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

font example

Rolph answered 4/11, 2013 at 12:56 Comment(2)
thats what I was looking for, thank you. Where do I find the licence of this font?Lexicographer
Happy to help :) I don't think you have to have a license for it.. you can download it free off that link.Rolph

© 2022 - 2024 — McMap. All rights reserved.