﻿@font-face {
    font-family: 'Google-Roboto'; /* Nome che vuoi usare */
    src: url('/assets/fonts/Roboto.ttf') format('truetype'); /* Percorso del file */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana'; /* Nome che vuoi usare */    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google-NotoSans', sans-serif; /* Nome che vuoi usare */
    src: url('/assets/fonts/NotoSans.ttf') format('truetype'); /* Percorso del file dove è situato il font*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/assets/fonts/Rubik-VariableFont_wght.ttf') format('truetype'); /* Percorso del file */
    font-weight: normal;
    font-style: normal;
}

:root {
    --simply-system-font: 'Verdana', sans-serif; /* Variabile per il font, la seconda variabile viene usata solo se sans-serif non viene caricato correttamente */
}
