Hi there (and Happy New Year!)
I’d like to reduce the number of https requests that my site makes to Google fonts by combining the call into a single css. The thing is I’m using multiple font weights.
If I add @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic,); this adds the additional font weights I need – but also adds an extra https call. Is there a way to make a single request (maybe even including font awesome if thats possible) ?
Thanks.