I have been working on a drupal website, so there are plenty of layers of div and CSS.
My problem is appearing in chrome/windows (NOT win/ff ubuntu/ff/chrome mac/ff/safari) were the text height is being swashed.
my CSS Contains:
@font-face {font-family: myFirstFont; src: url(TrajanPro-Bold.otf); font-weight:bold;}
#site-name {font-size:26px; padding:60px 10px 5px 0; float: left; font-family:myFirstFont;}
There is a reference to line-height in the body text but this doesn't seem to affect the look of the text.
Is this just a bug or is there a way in HTML5 to set Text Height?
Thanks in advance for any help!