danjapro Posted October 20, 2011 Share Posted October 20, 2011 On my Local Server and Development these work perfect. /*#########Font-Face: Arial-########*/ @font-face {font-family: Arial Rounded MT Bold;src: url(/templates/shushme_deals/fonts/Arial Rounded MT Bold.eot);} @font-face {font-family: "Arial Rounded MT Bold";src:local(Arial Rounded MT Bold), url(/templates/shushme_deals/fontsArial Rounded MT Bold.ttf) format("truetype");} @font-face {font-family: Arial Rounded MT;src: url(/templates/shushme_deals/fonts/Arial Rounded MT.eot);} @font-face {font-family: "Arial Rounded MT";src:local(Arial Rounded MT), url(/templates/shushme_deals/fonts/Arial Rounded MT.ttf) format("truetype");} For some reason on live production site, it does not load the fonts at all. What I'm I missing here. Link to comment https://forums.phpfreaks.com/topic/249429-font-face-not-showing-up/ Share on other sites More sharing options...
Frank P Posted October 21, 2011 Share Posted October 21, 2011 Online link? I would like to see if you uploaded the font, and to the right folder. Note that not all FTP functions in editors can upload font files. I had to revert to a stand-alone FTP program to get 'em up there. Link to comment https://forums.phpfreaks.com/topic/249429-font-face-not-showing-up/#findComment-1281039 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.