First off, Lets me understand your stylesheet. .FontStyleSheet is the class of the tag you want to give a font of Calibri. If this is so then your css should look like this:
@charset "utf-8";
@fontface{
font-family:Calibri;
src: url("Calibri.ttf");
}
.FontStyleSheet {
font-family: Calibri;
font-size: 12px;
}
Note that the Calibri.ttf file should be in the same location as the FontStyleSheet.css file