As many others in the EU, I should not use google fonts directly.
So I downloaded the fonts to my local installation.
Generated /templates/shaper_helixultimate/css/custom.css
/ viga-regular - latin /
@font-face {
font-family: 'Viga';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/viga-v14-latin-regular.woff2') format('woff2'), / Super Modern Browsers /
url('../fonts/viga-v14-latin-regular.woff') format('woff'), / Modern Browsers /
}
Tried to call it with
nav (font-family: 'Viga';)
But acctualy I don't have any clue how to change the navigation font the right way.