Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 3 respostas
  • 4 têm este problema
  • 45 visualizações
  • Última resposta de 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.

Todas as respostas (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