web/res/fonts/PTSans.css
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1558 761ba7426984
permissions -rw-r--r--
Added tag V09.006 for changeset 459a88818bec

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: normal;
    src:
        url("PTSans.woff2") format("woff2"),
        url("PTSans.ttf") format("truetype"),
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: normal;
    src:
        url("PTSans-Bold.woff2") format("woff2"),
        url("PTSans-Bold.ttf") format("truetype"),
}

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: italic;
    src:
        url("PTSans-Italic.woff2") format("woff2"),
        url("PTSans-Italic.ttf") format("truetype"),
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: italic;
    src:
        url("PTSans-BoldItalic.woff2") format("woff2"),
        url("PTSans-BoldItalic.ttf") format("truetype"),
}