Posted by tim in I hate technology. on August 29, 2005

In a recent spotlight of an old W3C article, they say that using absolute font sizes is a no-no.

Bad
.smallFont { font-size: 10pt; }
Good
.smallFont { font-size: 75%; }

I've never actually used relative units for font sizes, so this is something that's going to be uncharted territory to me.

  • You can do that?! Huh!

  • Add a comment!
Copyright © 2024 SkuddBlog