web/res/fonts/PTSans.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 May 2015 15:16:12 +0200
changeset 1231 37600bb66ea3
parent 713 823c47d69550
child 1558 761ba7426984
permissions -rw-r--r--
Added tag V04.011 for changeset 65a10544894e

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

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

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

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