I am using a custom font (Oswald) for the headings or titles within my page. I believe that its’ height is conflicting with the native fonts (Arial, san-serif etc.) and would like to know if there is a way to set both fonts evenly…? If more text is placed in later on, the gap difference becomes substantial.
Please take a look at what I have here: http://jsfiddle.net/x6v7F/
I have a temporary background fade in and out to illustrate.
thank you.
It doesn’t seem to be a
font-sizeissue, the issue seemed to be with you specifying theline-heightIf you see this fiddle, you can see I’ve changed
h1andh2to have theseline-heightsIf you check that Fiddle, it seems to have fixed your problem?