font-face in Birt [message #871282] |
Fri, 11 May 2012 14:33  |
Eclipse User |
|
|
|
Hi
Is there a way to import CSS file contain font-face in Birt.
I have a css like this :
@font-face {
font-family: "Garamond";
src: url("fonts/garamond.eot");
src: local("Garamond"),
url("fonts/garamond.eot.woff") format("woff"),
url("fonts/garamond.eot.otf") format("opentype"),
url("fonts/garamond.eot.svg#filename") format("svg");
}
and to use say :
.report-font {
font-family : Garamond;
}
I've tried to do so, but i couldn't import anything in that css file. error message like some unsupported charater.
I am using BIRT Version 2.5.1
Thank you in Advance
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.44064 seconds