@font-face {
    font-family: 'ptsans';
    src: url('/static/font/pt_sans.eot');
    src: url('/static/font/pt_sans.eot?#iefix') format('embedded-opentype'),
         url('/static/font/pt_sans.woff') format('woff'),
         url('/static/font/pt_sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ptsans_bold';
    src: url('/static/font/pt_sans-bold.eot');
    src: url('/static/font/pt_sans-bold.eot?#iefix') format('embedded-opentype'),
         url('/static/font/pt_sans-bold.woff') format('woff'),
         url('/static/font/pt_sans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ptsans_italic';
    src: url('/static/font/pt_sans-italic.eot');
    src: url('/static/font/pt_sans-italic.eot?#iefix') format('embedded-opentype'),
         url('/static/font/pt_sans-italic.woff') format('woff'),
         url('/static/font/pt_sans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}