Hi!
I want to use some google fonts on my site (Amatic for the menu for example) how can I do that?
I’ve tried this suggestion from Mahesh but I doesn’t get it, where do I get that link?
I’ve also tried the “traditional way”, putting this code in the head-tag:
<link href='https://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
And this in the custom css:
#header-menu ul.menu a {
font-family: 'Amatic SC', cursive;
font-weight: 700;
font-size: 16px;
}
But it doesn’t seem to work…?
Thanks!
/Frida