@font-face {
    font-family: "Arial";
    src: url(./font/Arial.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Arial";
    src: url(./font/Arial-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Arial";
    src: url(./font/Arial-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Arial";
    src: url(./font/Arial-Bold-Italic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Times";
    src: url(./font/Times.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Times";
    src: url(./font/Times-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Times";
    src: url(./font/Times-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Times";
    src: url(./font/Times-Bold-Italic.ttf);
    font-weight: bold;
    font-style: italic;
}