Just have PTN57F-webfont.ttf and PTN77F-webfont.ttf in jf_calla-exteriors/css/fonts directory.
And:
@font-face {
font-family: 'pt_sans_narrowbold';
src: url('PTN77F-webfont.eot');
src: url('PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
url('PTN77F-webfont.woff') format('woff'),
url('PTN77F-webfont.ttf') format('truetype'),
url('PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'pt_sans_narrowregular';
src: url('PTN57F-webfont.eot');
src: url('PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
url('PTN57F-webfont.woff') format('woff'),
url('PTN57F-webfont.ttf') format('truetype'),
url('PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
font-weight: normal;
font-style: normal;
}
in jf_calla-exteriors/css/fonts/stylesheet.css
And using:
font-family: pt_sans_narrowregular;
font-family: pt_sans_narrowbold;
in jf_calla-exteriors/css/template.css