Path

ez projects / paradoxpdf / forum / general / fonts found but are not embed


fonts found but are not embed

You need to be logged in to post messages in the forums. New users may register here.

Roman Hutterer

Member since:
03 March 2011

Posts: 1

Friday 14 October 2011 1:29:41 pm

i've an issue when i try to embed a font (the issue is that the font will not be embeded)
the output of pdf-generation don't show an error (this means the font is found, ive tried with wrong paths and then there was an errormessage)

in pdf - document properties there isnt the font there is only 3 times "times new roman"

my definition of font is :



@font-face {


        font-family : "Futura"; /*put here font family name example Arial*/


        src: url(../font/FuturaLT.ttf);  /*put here relative path to your font*/


}


h1 {


        font-family: "Futura";


}




anyone else had this issue

www.multibyte.at

Up

You need to be logged in to post messages in the forums. New users may register here.