VICE / Client / src / styles.css
styles.css
Raw
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

*{
    font-family: 'Nunito', sans-serif;
}

html, body { height: 100%; }
body { margin: 0; font-family: 'Nunito', "Helvetica Neue", sans-serif; }