Answer the question
In order to leave comments, you need to log in
Why doesn't Tilda see the ExtraBold and Black weights in the Montserrat font?
In CSS Link I write:
https://fonts.googleapis.com/css2?family=Montserrat:[email protected];500;600;700;800;900&display=swap
Answer the question
In order to leave comments, you need to log in
There are
at least 2 solutions:
1. Download Montserrat as your own font and in the Bold font download field, download ExtraBold
2. You can also solve it with one line of CSS
Highlight the entire sentence or part of the text in bold (press "B" in the popup menu). Add a style line to the page / site:
Or simply add a class to the element, for example extrabold and add a style line to the page / site:
.t396 strong {font-weight: 900 }
.extrabold .tn-atom {font-weight: 900 }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question