View Single Post
Old 09-08-2016, 10:18 AM   #45
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,134
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by kovidgoyal View Post
Because fonts are managed centrally via the manage fonts tool. You just use the font if you book and then click the embed all fonts button, the editor takes care of the rest.
I am (re)building a @font CSS declaration,
(Some publishers leave
/* font-family comments */ for the fonts that they can not embed
I restore the intent (or near- substitute) for my personal use )
@font-face {
font-family: "Test";
font-weight: normal;
font-style: normal;
src: url(../Fonts/font00159.ttf);
}

I currently Copy the precise file name from the file browser into a SRC snip

I assumed that 'embed referenced fonts' used more than the
font-family: "foo"

I see this usage no different than using the Image tool to apply the image SRC path to
background-image: url(../Images/image00161.jpeg)( is there any other CSS usage for this?)
theducks is offline   Reply With Quote