How do I give my <h1> a specific weight?
Please read my entire question.
I see the Font Family screen and it DOES give you options on changing the character. And I see the Google Fonts STyle and Weight. What I don't understand is all the checked boxes for specific weights. What are those applied to? How do you apply one of the font weights to a specific header like and h1. I can uncheck them and check them and they do nothing to the results of the font display on the front end. I don't understand how this works. Usually in a GUI you can choose your font, weight, color, size etc. I don't understand how I can make my <h1> Catamaran with a weight of 900 Black. Can you please tell me how to accomplish this?
I see the Font Family screen and it DOES give you options on changing the character. And I see the Google Fonts STyle and Weight. What I don't understand is all the checked boxes for specific weights. What are those applied to? How do you apply one of the font weights to a specific header like and h1. I can uncheck them and check them and they do nothing to the results of the font display on the front end. I don't understand how this works. Usually in a GUI you can choose your font, weight, color, size etc. I don't understand how I can make my <h1> Catamaran with a weight of 900 Black. Can you please tell me how to accomplish this?
Comments
this is very simple. Those checkboxes loads fonts with those styles. It's is necessary to use them later on site. And if you want to use h1 for example with font-weight 900, you need to use the following style:
Thanks for your help.