How can I add an external google font?
I trie do add to fonts.css (in the default theme)
@font-face {
font-family: 'Lato';
url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic,700italic'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lobster';
url('http://fonts.googleapis.com/css?family=Lobster'),
font-weight: normal;
font-style: normal;
}
Thanks