I'm using the "DinRoundWeb" and "DINRoundComp" font families for a website. The declaration in the CSS stylesheet is done look this:
@font-face {
font-family: Din;
src: url("fonts/DINRoundWeb.eot"), url("fonts/DINRoundWeb.woff") format("woff"), url("fonts/DINRoundComp.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-family: Din;
src: url("fonts/DINRoundWeb-Medium.eot"), url("fonts/DINRoundWeb- Medium.woff") format("woff"), url("fonts/DINRoundComp-Medium.ttf") format("truetype");
font-weight: 600;
}
and the font files are in the fonts folder. Body style is the following:
body{
font-family: Din ,sans;
color: #444;
line-height: 1.5rem;
font-size: 1rem;
background-color: #f3f3f3;
}
The style isn't applied in the page, moreover is not only appearing under Web Developer Tools-> Fonts-> All Fonts.
I would appreciate a lot any indication! The style i