Thank you, thank you!
I will try now, will give feed back later.
Quote:
Originally Posted by Matthijs
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.
|