B
Brettflan
Guest
I'm trying to import a remote CSS file within the extra.less template. Specifically, a Google font library:
Less:
With that added to the top of extra.less, I get a couple of server errors with every page load. The full error:
Code:
Read more
Continue reading...
Less:
@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,700&subset=latin-ext');
With that added to the top of extra.less, I get a couple of server errors with every page load. The full error:
Code:
InvalidArgumentException: Template https://fonts.googleapis.com/css error: Template name '//fonts.googleapis.com/css' contains invalid characters...
Read more
Continue reading...