P
P
Panda212021-12-26 15:42:34
Layout
Panda21, 2021-12-26 15:42:34

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

But Zero Block does not display the 800 ExtraBold and 900 Black styles, and also displays those styles that I did not include.
Screenshot:
61c86179e7580492662902.jpeg
What could be the reason for this and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaliy Grabchak, 2022-01-24
@gravitaliy

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!important}
.extrabold .tn-atom {font-weight: 900!important}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question