Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Instalei uma fonte no meu website porém só no Firefox ela não aparece como deveria aparecer, o que devo facer? Está como script do cufon fonts e @font face

more options

Instalei uma fonte:

<script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script> <script src="bebas-neue.cufonfonts.js" type="text/javascript"></script> <script type="text/javascript"> Cufon.replace('.bebas-neue', { fontFamily: 'Bebas Neue', hover: true }); </script>

e também coloquei o

@font-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: normal; src: local('Bebas Neue'), url('BebasNeue.woff') format('woff'); }

e chamei a fonte onde queria, nos outros navegadores está ok, somente aqui no Firefox não está correspondendo, preciso acrescentar algo a mais? o que devo fazer?

Obrigado, Ricardo Menck

Instalei uma fonte: <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script> <script src="bebas-neue.cufonfonts.js" type="text/javascript"></script> <script type="text/javascript"> Cufon.replace('.bebas-neue', { fontFamily: 'Bebas Neue', hover: true }); </script> e também coloquei o @font-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: normal; src: local('Bebas Neue'), url('BebasNeue.woff') format('woff'); } e chamei a fonte onde queria, nos outros navegadores está ok, somente aqui no Firefox não está correspondendo, preciso acrescentar algo a mais? o que devo fazer? Obrigado, Ricardo Menck

All Replies (1)

more options

Olá,

Tente usar outro formato de fonte, acredito que a fonte woff não é suportada pelo Firefox.