Scalable text using css

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • Terminal270

    CSS can be a nasty beast, and even more so when you have so many classes as you have said.

    Honestly, I think that the best way to do it, is take a copy of the style sheet. Rename the original and keep it nice and safe. Then go through the new one, removing all instances of font-size: until you only have one left. Make that one a % and then go through the site looking for text that's the wrong size and slowly add back in the font-size's where it is needed.

    I know that this sounds like a lot of work, but in my experience, its always faster than trying to understand what some one else did.

    Good luck

View thread