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 Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
ainoy31 Posted July 21, 2009 Author Share Posted July 21, 2009 IE 7 and firefox Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.