@font-face {
    font-family: 'Courier New';
    src: url('Courier_New.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Courier New';
    src: url('Courier_New_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Courier New';
    src: url('Courier_New_Bold_Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Courier New';
    src: url('Courier_New_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

