ainoy31 Posted July 21, 2009 Share Posted July 21, 2009 Need help trying to figure what I am doing wrong here. @font-face { font-family: Helvetica Black; src: url(Helvetica-Black.ttf); color:#E1E6FA; font-size: 16px; } .dbaText { font-family: Helvetica Black; } <p class="dbaText">Test text...</p> Seems like the font is not working. Thanks. AM Link to comment https://forums.phpfreaks.com/topic/166801-solved-font-face-issue/ Share on other sites More sharing options...
rhodesa Posted July 21, 2009 Share Posted July 21, 2009 @font-face has VERY limited support...which browser and version are you testing with? Link to comment https://forums.phpfreaks.com/topic/166801-solved-font-face-issue/#findComment-879561 Share on other sites More sharing options...
rhodesa Posted July 21, 2009 Share Posted July 21, 2009 p.s. - here is more info on usage and supported browsers: https://developer.mozilla.org/index.php?title=En/CSS/%40font-face Link to comment https://forums.phpfreaks.com/topic/166801-solved-font-face-issue/#findComment-879563 Share on other sites More sharing options...
ainoy31 Posted July 21, 2009 Author Share Posted July 21, 2009 IE 7 and firefox Link to comment https://forums.phpfreaks.com/topic/166801-solved-font-face-issue/#findComment-879568 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.