View Single Post
Old 12-14-2017, 08:47 PM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,891
Karma: 207182180
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Also, don't use the file extension for the font-family name. It shouldn't really matter what you use, but it must match -- exactly -- the font-family name of the paragraph class you're trying to assign it to.

You're using:
Code:
font-family:"NotoSansSymbols2-Regular.ttf"
for the @font-face statement, and:
Code:
font-family:"NotoSansSymbols2-Regular"
for the CClock class.

Use:
Code:
font-family:"NotoSansSymbols2-Regular"
for both.

Your src url is fine (as long as the fonts have actually been added to the Sigil epub).

Last edited by DiapDealer; 12-14-2017 at 10:16 PM.
DiapDealer is offline   Reply With Quote