@font-face {
    font-family: "GoogleSans";
    src: url('../FONTS/GoogleSans_17pt-Regular.ttf') format('truetype');
}

* {
    font-family: "GoogleSans";
}