
@font-face {
    font-family: "Porsche Next";
    src: url("porsche_next/PorscheNextTT-Regular.ttf");
}
@font-face {
    font-family: "Porsche Next";
    src: url("porsche_next/PorscheNextTT-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Porsche Next";
    src: url("porsche_next/PorscheNextTT-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Porsche Next";
    src: url("porsche_next/PorscheNextTT-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'porsche_next';
    src: url('porsche_next/porschenexttt-regular-webfont.woff2') format('woff2'),
         url('porsche_next/porschenexttt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}