I have been asked to use a font called Ventilla Script for the heading text of a website,
I used the normal @font-face css rule to import the .tff file and this font appears to be about 3x smaller than the default font, this means I need to wind the font size up to a little over 100px to get the font the size I want but then this pushes to much vertical margin up resulting in a whole bunch of other styling issues.
The existing font size is 48px I have tried using % and pt but these give the same results
Does anyone know a way around this without the need to use an image in place of the font.
Many thanks
Ian