tags:

views:

93

answers:

1

hi all,

i'm just trying out the new font-face feature in css3 for implementing own ttf/otf fonts. my question: is it possible to change the default font size ratio? example: i'm using tahoma with 9pt as default font and want to implement ownfont.ttf - the problem: if the browser supports @font-face, the ownfont.ttf with 9pt is much smaller than tahoma with 9pt. is there a way to increase its size ratio?

+1  A: 

Have a look at the css3 property font-size-adjust.

Gaby