2005-06-07 Wikis

I added some font-family declaration to the default CSS:

body { font-family: Garamond, Verdana, sans-serif; font-size: 18px; } h1  color:#666; h2  color:#666; h3  color:#666; h4  color:#000;

I guess most people will not have Skia and Garamond installed, however... ;)

​#Wikis

Comments

(Please contact me if you want to remove your comment.)

The fonts look great – at least on the Mac, no Windows/Linux here at the moment to test it with other systems 😄

– jeanpierre 2005-06-08 07:14 UTC

jeanpierre

---

I checked on a Windows system and the fonts look lousy. Some ugly bitmap variant without anti-aliasing. Yuck!

– Alex Schroeder 2005-06-15 12:10 UTC

Alex Schroeder

---

I found that I could go to the Desktop properties → Appearance → Effects → check “Use the following method to smooth edges of screen fonts” → choose “Clear Type”.

I wonder why this is not the default. Speed?

– Alex Schroeder 2005-06-16 07:36 UTC

Alex Schroeder