View Single Post
Old 09-09-2019, 11:07 AM   #7
User_Z
Zealot
User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.User_Z can tell if an avocado is ripe without touching it.
 
Posts: 116
Karma: 130000
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
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:
User_Z is offline   Reply With Quote