搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I can not get my fonts to show correctly in firefox what font types do you display on your browser ???

  • 2 个回答
  • 1 人有此问题
  • 12 次查看
  • 最后回复者为 cor-el

more options

I am using this css in my html

@font-face { font-family: 'Roboto-Thin'; src: url('fonts/Roboto-Thin.woff'); font-weight: normal; font-style: normal; }

Which I have been told is correct but still firefox does not show the font correctly ? It just displays as normal Times text

Kind Regards


Mike

I am using this css in my html @font-face { font-family: 'Roboto-Thin'; src: url('fonts/Roboto-Thin.woff'); font-weight: normal; font-style: normal; } Which I have been told is correct but still firefox does not show the font correctly ? It just displays as normal Times text Kind Regards Mike

所有回复 (2)

more options

I suggest using regular (") quotation marks in CSS instead of (') apostrophes in case that makes any difference.

What is rule applying Roboto-Thin to the body (or other relevant element)?

Is it working in other browsers?


Could you look for any download or CSS errors in Firefox's Web Console?

While viewing your page, open the console in the lower part of the tab using either:

  • command + alt + k
  • "3-bar" menu button > Developer > Web Console
  • (menu bar) Tools > Web Developer > Web Console

On the top line of the console, click Network. Then reload your page bypassing the cache (command+shift+r) and watch for whether the .woff file is requested and if it is, what the status is. Since you are bypassing the cache, you would expect 200.

If the file is downloaded, click over to the Console section and check for any error messages related to the file or its application. Anything?

more options

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

Make sure that you allow pages to choose their own fonts.

  • Firefox > Preferences > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"