View Single Post
Old 04-09-2010, 02:20 AM   #5
Matthijs
Groupie
Matthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enough
 
Matthijs's Avatar
 
Posts: 199
Karma: 666
Join Date: Oct 2006
Location: Eindhoven, the Netherlands
Device: iLiad, DR1000S, DR800SG
The 2.0 firmware now adds proper support for CSS userStyles and loading of resource URI's.

I believe it will work if you change your CSS to:

Code:
@font-face {
font-family:"my font";
src:url(res://fonts/ttf/my_font.ttf);
}
All resources will now be loaded from /usr/share by default.

See also /usr/share/userStyle.css on the device.
Matthijs is offline   Reply With Quote