Re: [css-d] CSS replace

2007-05-03 Thread Felix Miata
On 2007/05/03 14:42 (GMT-0600) {tonyfelice} apparently typed: > Issue: Boss wants Georgia font, but does not like the numbers. If the boss is using M$Vista, try Cambria as first font-family choice. If he isn't, either get him to get himself a new puter that has it, or install the M$Vista fonts on

Re: [css-d] CSS replace

2007-05-03 Thread Jukka K. Korpela
On Thu, 3 May 2007, Austin, Darrel wrote: >> Site is dynamic, and there would be far too much >> overhead to parse all the content and append a style to any numbers > > Is the site run from a CMS? One could parse the content going into the > CSS with regular expressions and wrap the numbers with S

Re: [css-d] CSS replace

2007-05-03 Thread Austin, Darrel
> Site is dynamic, and there would be far too much > overhead to parse all the content and append a style to any numbers Is the site run from a CMS? One could parse the content going into the CSS with regular expressions and wrap the numbers with Span tags. Of course, to prevent things getting me

[css-d] CSS replace

2007-05-03 Thread {tonyfelice}
Issue: Boss wants Georgia font, but does not like the numbers. Site is dynamic, and there would be far too much overhead to parse all the content and append a style to any numbers Is there any way to use pure CSS to give font-family:Georgia; to everything except numbers? For example, _without ch