@font-face {
    font-family: PTSerif;
    font-weight: normal;
    src: url('fonts/pt-serif.ttf');
}
@font-face {
	font-family: PTSerif;
	font-weight: bold;
	src: url('fonts/pt-serif-bold.ttf');
}
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}