Thanks and the Moderator, too.
Here is part of my css file:
Code:
@font-face {
font-family: "FontContur";
font-style: normal;
font-weight: normal;
src: url(../Fonts/AntiquaHo-R.ttf);
}
p.topic-contur {
font-family: "FontContur";
font-size: 14pt;
padding-left: 2em;
padding-right: 2em;
}
With other fonts everything works everywhere:
Code:
@font-face {
font-family: "FontForTOC";
font-style: normal;
font-weight: normal;
src: url(../Fonts/RobotoSlab-regular.ttf);
}
Windows and Word, for example, render correctly: