@font-face not working

I have done a small personal site and have used @font-face. They show up perfectly on the computer, but now I have uploaded the
site, the font is not showing at all. Any ideas?

My css -

@font-face {
font-family: “texg”;
src: url(“fonts/texg-Regular-webfont.eot”); /* IE8 and below */
}

@font-face {
font-family: “texg”;
src: url(“fonts/texg-Regular-webfont.svg”) format(“svg”);
}

@font-face {
font-family: “texg”;
src: url(“fonts/texg-Regular-webfont.ttf”) format(“truetype”);
}

@font-face {
font-family: “texg”;
src: url(“fonts/texg-Regular-webfont.woff”) format(“woff”);
}

body {
font-family: “texg”;
}

Sorry, for some reason when I click on “syntax” in the thread box, I get nothing.

Any help appreciated.
Thanks,
Vicki

Hi Vicki
Perhaps a daft question but we have all done it; did you upload all the font files and into the right folders for the paths?!
Is the site online where we can have a look?

Hey your good. Went and rechecked everything. Turns out I had a capital R in the name of the font, instead of a small r. All fixed.

Thank you.

Vicki

awesome, yup done that too!