I'm creating a home page, and I'm using regular fonts (as opposed to graphic buttons) for my site navigation.
However, the font looks ugly. It has jaggy edges. Here's my CSS code:
body {font-family: verdana, "century gothic", sans-serif; color: #ffffff; font-size:100%; background-color: #696969; }
Is there to fix this and make the font look smooth?
However, the font looks ugly. It has jaggy edges. Here's my CSS code:
body {font-family: verdana, "century gothic", sans-serif; color: #ffffff; font-size:100%; background-color: #696969; }
Is there to fix this and make the font look smooth?