A bit of Main Content Typography
So the first bit of design work on this site is going to be some typography for the site. The existing serifed font is just ugly and so wrong for viewing on a screen so off to a tried and tested CSS rule that’s become a standard in its own right:
body {
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}
This will soften the look of the text typefaces just enough to make reading it on a screen that bit more pleasant.
That’s it for tonite but check back soon and see what we’ll be cooking up next!
- Lee's blog
- Login or register to post comments