Answer the question
In order to leave comments, you need to log in
Why isn't font weight set automatically by @font-face?
@font-face {
font-family: 'Montserrat-Light';
src: url('../fonts/Montserrat-Light.eot');
font-weight: 300;
}
h4 {
font-family: "Montserrat-Light";
}
h4
font-weight: 700
(sets by the browser), That is, I myself need to set font-weight: 300
. @font-face
font-weight
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question