@font-face {
    font-family: "PTSans";
    src: url("/api/v1/fonts/PTSans-Regular/");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PTSans";
    src: url("/api/v1/fonts/PTSans-Italic/");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "PTSans";
    src: url("/api/v1/fonts/PTSans-Bold/");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "PTSans";
    src: url("/api/v1/fonts/PTSans-BoldItalic/");
    font-weight: bold;
    font-style: italic;
}
