Styles.css
@font-face {
font-family: Jost;
font-style: normal;
font-weight: 400;
src: url("./fonts/Jost-Regular.ttf") format('truetype');
}
@font-face {
font-family: Jost;
font-style: normal;
src: url("./fonts/Jost-SemiBold.ttf") format('truetype');
font-weight: 400;
}
Task.csdl
\u274C
The second @font-face rule should be defined with 400 font-weight.
I incorrect with second font-weight What's wrong with my code snippet