html - Imported font issue with widths -
@font-face { font-family: 'bryantmedium'; src:url('fonts/bryant-medium-webfont.eot'); src:url('fonts/bryant-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bryant-medium-webfont.svg#bryantmedium') format('svg'), url('fonts/bryant-medium-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
this how import fonts, , here sample div:
<div id="info"> <span id="name">username</span> on <span id="date">24 nov 2013</span> </div>
here how looks in end:
for reason, when page reloaded, not happen sometimes. of times, happens. not happen when use google fonts.
so i'm wondering going wrong here? think there issue page resources being loaded (fonts in case) either way should not happening... ideas?