Currently, all Headers in the templates have the same font size.
They are set to 1EM.
My Google Font has Weights from 100 up to 900. Can they be specified along with the Font Sizes for erach of the 6 Header sizes??
What is the best way to integrate the font size to the Header sizes?
If I use as one of your threads suggestion of CSS code:
h1, .h1 {font-size: 100% /* adjust as needed /}
h4, .h4 {font-size: 50% / adjust as needed */}
What is the initial font size set for this 100% -30% to act upon, 1EM or 0.75EM?
If so, do I simply in increase a % to 200% for 2EM?
Currently the paragraph size defaults to 14px. How do I globally change it to 16px?
I found this chart helpful.