Я использую font-face + CSS.Текстовое заполнение выглядит хорошо в большинстве браузеров, за исключением Safari и Chrome на Mac, где он отображает верхний отступ с дополнительными 20px или около того ... Это часть CSS:
p.style10 {font-family: 'TitilliumText22LThin', Arial, sans-serif; font-size: 17px; line-height: 19px; color: #FFFFFF; padding: 20px 40px 10px 10px}
Вот какон неправильно отображается в Chrome / Safari (Mac): http://siddharthkhajuria.com/srv/chrome.png
и правильно в Firefox (Mac): http://siddharthkhajuria.com/srv/firefox.png
Любая помощь / предложения о том, почему он появляется с дополнительными отступами в Chrome/ Safari на Mac?
Спасибо!Сидд.
- вот соответствующий бит html:
<!-- START OF PROMOS 1 -->
<div class="g320" style="background-image:url(img/p1.png);
width:310px;
height:354px;
overflow:hidden;">
<p class="style9"><strong>'Bootylicious' by Tom Rosenthal</strong><br /><br />A video for Tom's reworking of the Destiny's Child classic. I directed (with Tom), filmed and edited it.<br /><br /><br /></p>
<p class="style10"><strong>BBC at the Edinburgh Fringe</strong><br /><br />I produced the website for the BBC at the 2011 Fringe Festival. I also made a range of films and took photos on-site throughout the fortnight.</p>
</div>
<div class="g640">
<iframe src="http://player.vimeo.com/video/37423313?title=0&byline=0&portrait=0" width="630" height="354" frameborder="0"></iframe>
</div>
<div class="g320"></div>
<div class="clear"> </div>
<!-- END OF PROMOS 1 -->