Is it possible to use custom fonts - using font-face?

前端 未结 4 1322
Happy的楠姐
Happy的楠姐 2020-12-19 11:18

I\'m able to embed and style a font-face in a webpage to view on Android and iPhone, and it works fine. However, it will not render on Windows Phone 7.5.

I\'ve trie

相关标签:
4条回答
  • 2020-12-19 11:34

    typeface.js works with it. Just tested it a few moments ago because I need to do the same thing. It uses canvas and vector drawings. http://typeface.neocracy.org/

    0 讨论(0)
  • 2020-12-19 11:37

    Whenever I need custom fonts I visit http://www.fontsquirrel.com/

    It's an awesome site that lets you generate font-kits out of a .ttf file including a full CSS declaration with needed hacks for browser compatibility.

    I don't know if it works on Win 7 Mobile, but I think it's worth a try

    0 讨论(0)
  • 2020-12-19 11:41

    According to this blog post it's one of the "17 differences" between IE9 and IE9 on WP7.
    And here's the MSDN article which officially confirms it.

    0 讨论(0)
  • 2020-12-19 11:48

    I was successful in using Cufón to display custom fonts on IE in WP 7.5. Typeface.js did NOT work.

    0 讨论(0)
提交回复
热议问题