font families
Wednesday, September 26th, 2007Ok, the first thing I’ve learned right today is:
Fonts in the web aren’t perfect. I didn’t see the difference for a until I’ve changed the css sheet from
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
to
code {
font: 1.2em Monospace;
}
There was a differnce, but I was too marginal for me.