Quote:
Originally Posted by Adjust
Though I instead of using small-caps I actually do it the hard way by making them uppercase then decreasing the font size to 80%. Its ideal and takes time doing a bunch of GREP search and replaces, but hey the client sees what they expect to see.
|
If it's for a client and that's what they want, they get what they deserve
But for the "future" it has some problems: It decreases readability (and searchability) of the code, it might make case-sensitive search not work as expected, it prevents CSS override, it prevents the use of real small-caps fonts if available[*].
[*] which reminds I still have to try definind a small-caps font in ADE, maybe that would work. I mean, using @font-face to define a custom font as small-caps, I'm suspecting ADE fails at synthesizing small-caps, but could use a pre-defined font...