papillonstudios Posted August 28, 2010 Share Posted August 28, 2010 How do you load external fonts in CSS? Quote Link to comment Share on other sites More sharing options...
Dragosvr92 Posted August 28, 2010 Share Posted August 28, 2010 How do you load external fonts in CSS? lol ... you're lucky i just learned this today @font-face { font-family: "SOME NAME"; src: url("EXTERNALEMBEDFONT.ttf"); } Body { font-family: "SOME NAME"; color:#D9BE3E; } That will add the embed font in all your web page text Quote Link to comment Share on other sites More sharing options...
papillonstudios Posted August 28, 2010 Author Share Posted August 28, 2010 thanks man Quote Link to comment Share on other sites More sharing options...
Dragosvr92 Posted August 28, 2010 Share Posted August 28, 2010 you're welcome btw... i forgot to mention this it seems that Firefox only displays .ttf Fonts and IE Only displays .eot fonts you may convert tf files to eot here http://ttf2eot.sebastiankippe.com/ or use gogle for more ... Quote Link to comment Share on other sites More sharing options...
papillonstudios Posted August 30, 2010 Author Share Posted August 30, 2010 ok thanks, damn IE lol Quote Link to comment Share on other sites More sharing options...
Dragosvr92 Posted August 30, 2010 Share Posted August 30, 2010 no need... i hate IE too lol xD 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.