Font-face not showing up?

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.

Check the file permissions for the font’s and ensure they have a CHMOD value of 0644