# https://www.1001fonts.com/clear-sans-font.html

@font-face {
    font-family: "ClearSans";
    font-style: italic;
    font-weight: 400;
    src: url('fonts/ClearSans-Italic.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: italic;
    font-weight: 700;
    src: url('fonts/ClearSans-BoldItalic.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: italic;
    font-weight: 500;
    src: url('fonts/ClearSans-MediumItalic.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: normal;
    font-weight: 200;
    src: url('fonts/ClearSans-Light.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ClearSans-Regular.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: normal;
    font-weight: 700;
    src: url('fonts/ClearSans-Bold.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: normal;
    font-weight: 500;
    src: url('fonts/ClearSans-Medium.eot');
}

@font-face {
    font-family: "ClearSans";
    font-style: normal;
    font-weight: 100;
    src: url('fonts/ClearSans-Thin.eot');
}

# https://fonts.google.com/specimen/Courier+Prime

@font-face {
    font-family: "CourierPrime";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/CourierPrime-Regular.ttf');
}

@font-face {
    font-family: "CourierPrime";
    font-style: normal;
    font-weight: 700;
    src: url('fonts/CourierPrime-Bold.ttf');
}

@font-face {
    font-family: "CourierPrime";
    font-style: italic;
    font-weight: 400;
    src: url('fonts/CourierPrime-Italic.ttf');
}

@font-face {
    font-family: "CourierPrime";
    font-style: italic;
    font-weight: 700;
    src: url('fonts/CourierPrime-BoldItalic.ttf');
}
