Why specify the full URL? Just put:
src: url('/font/giacco.ttf');
It might be a case that @fontface
doesn't work cross-domain. FireFox has an issue with this.
But if you are using a file from within the same domain, just don't specify the full domain, and just the supply the path to the ttf file.