Hello,

I noticed that in the code of my web page (joomla website) I get this code

<link class="" href='//fonts.googleapis.com/css?family=Prata:regular|Montserrat:regular,700&subset=latin' rel='stylesheet' type='text/css'>

This means that I can use Prata font regular size, and Montserrat font regular and bold.
Ok, now I have to set all my fonts Monteserrat to be displayed in Light / Lighter style but I cannot set them with this style
because it is not downloaded.

So, right now, I solve this adding this line:

<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet"> 

in the ADDITIONAL HEAD HTML, but it is not a best practice.
I force to download twice the family set and this has a bad impact on SEO.

So please, consider to solve this issue. I think somethink like the possibility to choose the styles to download exactly how Google Fonts do this. In this way the family set to download can be managed by the user

And please, check also the right link, that is
href="https://fonts.googleapis.com/

meanwhile themler outputs
href='//fonts.googleapis.com/

thanks in advance
denis

Hello, I noticed that in the code of my web page (joomla website) I get this code <link class="" href='//fonts.googleapis.com/css?family=Prata:regular|Montserrat:regular,700&subset=latin' rel='stylesheet' type='text/css'> This means that I can use Prata font regular size, and Montserrat font regular and bold. Ok, now I have to set all my fonts Monteserrat to be displayed in Light / Lighter style but I cannot set them with this style because it is not downloaded. So, right now, I solve this adding this line: <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet"> in the ADDITIONAL HEAD HTML, but it is not a best practice. I force to download twice the family set and this has a bad impact on SEO. So please, consider to solve this issue. I think somethink like the possibility to choose the styles to download exactly how Google Fonts do this. In this way the family set to download can be managed by the user And please, check also the right link, that is `href="https://fonts.googleapis.com/` meanwhile themler outputs `href='//fonts.googleapis.com/` thanks in advance denis