搜索 | 用户支持

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

Learn More

I uploaded a new font and it does not display in firefox

  • 3 个回答
  • 4 人有此问题
  • 45 次查看
  • 最后回复者为 Skyborough

more options

I have a website that uses a font that is not a standard "Microsoft" font - I uploaded the font to my computer and it displays just fine in Word and Open Office, but my website does not display it. How do I get FireFox to read the font file I just uploaded? I made certain that it IS available in the Windows\Fonts directory.

I have a website that uses a font that is not a standard "Microsoft" font - I uploaded the font to my computer and it displays just fine in Word and Open Office, but my website does not display it. How do I get FireFox to read the font file I just uploaded? I made certain that it IS available in the Windows\Fonts directory.

所有回复 (3)

more options

What is the name of that font?

Is that font listed as one of the Default font choices in Tools > Options > Content : Fonts & Colors ?

more options

No, if it was, I wouldn't have had to ask this question...the font is Dakota. I know that it does work because I have done this before when I had my laptop working and as soon as I extracted the downloaded font into my default font folder on my laptop it worked. The only difference I can think of is that I was using Windows Vista on my laptop and am using Windows 7 on my desktop.

It IS loaded in the C:\Windows\Fonts Directory. Where does FireFox store it's default fonts? How do I add the fonts I want it to use as the default set into Firefox?

Thanks for your help.

more options

Well, browsers only display "system fonts" unless, in Html 5 you establish the CSS @font to use other fonts.

But, you are sounding like you are not doing that. When you design a webpage on YOUR PC *your* systems fonts will show properly ON YOUR PC because they are *your system* fonts that the browser can find... on *your* machine only.

BUT, all other PCs/Macs/etc. probably do not have your font installed on their machines and the browser on their machines cannot find the named font, so it substitutes best guesses at it from the normally available generally available system fonts. So, when you create a webpage on *your* machine you WILL see what you are creating because THAT font is available to the browser... but only on YOUR machine.

        • Only Solution **** is to use Html-5 @fonts CSS definitions BUT that too is tricky but works. Otherwise you get standard system fonts whether *your* machine displays properly or not.


Hope this helps