When I try to use the Black style for the Montserrat font using this format:
font-family: 'Montserrat-Black';
It doesn't work as expected. Instead, I have to use the following:
font-family: 'Montserrat';
font-weight: 900;
Why is it that I can't simply use the style name in the font family declaration?