Quote:
Originally Posted by kovidgoyal
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?)