Не проходит проверку, хотя все условия собледены. Помогите пожалуйста перейти к след стадиям
Тесты чувствительны к двойным кавычкам в ("truetype") и "sans-serif".
File styles.css
.logo-container {
height: 60px;
}
.logo-container img {
height: 60px;
}
header {
background-color: #e4ecee;
}
.container {
max-width: 1320px;
margin: 0 auto;
}
.menu-block {
display: flex;
margin-left: auto;
}
@font-face {
font-family: Jost;
src: url("./fonts/Jost-Regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: Jost;
src: url("./fonts/Jost-SemiBold.ttf") format("truetype");
font-style: normal;
font-weight: 600;
}
* {
font-family: Jost, "sans-serif";
box-sizing: border-box;
margin: 0;
}
В броузере все корректно: