-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FontAwesome font not loaded in Blackberry 9360 mobile #2112
Comments
@prasadk24 take a look here: You should try those things:
with: <font id="FontAwesome" horiz-adv-x="1536" >
with: src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg?v=3.2.1#FontAwesome') format('svg'); let us know, if that fixes I will do it in 4.0.0-w.i.p |
thanks very much, working |
@davegandy can we include this one? |
i fallowed same steps as you send and i used the existing css code src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg'); then i get the solution. thanks for ur solution |
Added to milestone 4 so Dave will eventually take a look. I can also take care of this one but I don't know how svg is created and the impact this could have in other circumstances @prasadk24 did you noticed something wrong after doing this ? (e.g.: opera stopped working or something like that) |
I tried the following but still not working. I am testing on iPhone 3GS at browserstack.com.
With this:
With this: |
If I well remember, fontawesome works fine with iOS 4.2.1 but doesn't work at all on iOS 3 |
When I test at browserstack it works from iPhone 4 and up |
@tagliala do you see anyway to create a fallback? For example by hiding font when not supported? Kind Regards |
@lasbrojen iPhone 3G is indeed really slow with iOS 4.2.1, so I downgraded it to "something different" (based on iOS 3) but... They works! I'm pretty confident it uses the .svg version of the file, because safari seems to not support webfonts (as you can see, "Font Awesome" is rendered with "Georgia" rather than "museo-slab") about fallbacks take a look at the latest comments in #374 edit fixed issue reference |
Font Awesome should work fine in iOS3, now that I added the SVG font back in. I believe Typekit won't send anything but woff or eot, so iOS3 goes to the fallback. |
Let me know if this is still an issue. Kicking out to 4.1.1 if it is. |
This shouldn't be an issue anymore. Closing. |
@davegandy you mean that the browser is not supported? |
FontAwesome not working in this mobile :
User-Agent : Mozilla/5.0 (BlackBerry; U; BlackBerry 9360; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.319 Mobile Safari/534.11+
FontAwesome working in this mobile:
User-Agent : Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.523 Mobile Safari/534.11+
please provide the solution
The text was updated successfully, but these errors were encountered: