View Single Post
Old 08-22-2018, 12:02 AM   #9
serendipity22
Member
serendipity22 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2018
Device: none
Quote:
Originally Posted by Toxaris View Post
Another forum member also mentioned to me there is another issue with the code. You used two single quotes and curly quotes instead of straight quotes (I made the changes red). It should be like this:
Code:
@font-face {
font-family: 'merida';
font-weight: normal;
font-style: normal;
src: url("./Fonts/MERIFONT.TTF");
}

.diagram{
font-family: 'merida';
font-size: 1em;
font-weight: normal;
font-style: normal;
}
Good point. I was confused when to use single and double quotes.

I have Merida working in html and sigil with the help of forum members
<font face="merida">, but not in ADE.

I will keep reading.
serendipity22 is offline   Reply With Quote