Hi,
I have a web page that uses a custom font, using this CSS piece of
code:
@font-face {
font-family: "myfont";
src: url('../../fonts/myfont.ttf');
}
.myclass {
font-family: 'myfont';
}
If I load the page in the browser in Android 1.1, 1.5 or 1.6, this
technique works fine, the font is downloaded and used.
But these were the good times.
Now this is all gone.
With 2.0 my declaration is ignored, the default font is used, and I'm
sad!
This is in the Browser app, and in my app that uses a WebView :(
Is this a known new limitation?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---