embedded fonts in WRT applications?
Hi, does the WRT environment support embedded fonts?
I have tried the following in my css and it does not appear to be working (of course with the appropriate .otf files included in the widget):
[CODE]@font-face {
font-family: Default;
src: url('font/MyriadPro-Regular.otf');
}
@font-face {
font-family: Default;
font-weight: bold;
src: url('font/MyriadPro-Bold.otf');
}
body {
font-family: Default, Helvetica;
}[/CODE]
Thanks.
Re: embedded fonts in WRT applications?
Hi wildabeast,
this page:
[url]http://library.forum.nokia.com/index.jsp?topic=/Design_and_User_Experience_Library/GUID-DB23FDD0-BAB8-4EDA-9C21-41B6BB546103.html[/url]
reports:
[quote]
If you are designing a Web site that will be viewed in the Web Browser for S60, your ability to affect type will be limited to basic styling of the size, colour, style (such as bold or italic), and weight of S60 Sans.
[/quote]
So, same considerations should be also valid for WRT widgets.
Pit
Re: embedded fonts in WRT applications?
Hi Pt,
So you mean we can not embedded font for Symbian Widget?
If that, poor me.