@font-face {
    font-family: "Courier Prime";
    src: url('CourierPrime-Regular.woff2') format('woff2'),
    url('CourierPrime-Regular.woff') format('woff'),
    url('CourierPrime-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "Courier Prime";
    src: url('CourierPrime-Bold.woff2') format('woff2'),
    url('CourierPrime-Bold.woff') format('woff'),
    url('CourierPrime-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: "Courier Prime";
    src: url('CourierPrime-Italic.woff2') format('woff2'),
    url('CourierPrime-Italic.woff') format('woff'),
    url('CourierPrime-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Courier Prime";
    src: url('CourierPrime-BoldItalic.woff2') format('woff2'),
    url('CourierPrime-BoldItalic.woff') format('woff'),
    url('CourierPrime-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}