@font-face {
    font-family: 'Arial-Local';
    src: url('../fonts/Arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Arial-Local', 'Arial', Gadget, sans-serif;
}