Hi there!
I have a CSS decleration like this:
font-family: font1, font2, font3; where font
font1 is an embedded eot/ttf font, but the problem is that this font is smaller then the other fonts so I want to have a different font-size (1.8em) for this font (font1). All other fonts (font2, font3) stay untouched. The problem is, that I cannot verify if the user's browser uses font1 or font2, font3. Is there any css decleration which allows different font-sizes for different families?
Thanks.