Fuxi
Fuxi

Reputation: 7599

css3: change font size ratio

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?

Upvotes: 1

Views: 1442

Answers (1)

Gabriele Petrioli
Gabriele Petrioli

Reputation: 196002

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

Upvotes: 1

Related Questions