This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Is there anywhere where I could see what the default packaged fonts in FF look like?

  • 1 freagra
  • 1 leis an bhfadhb seo
  • 4 views
  • Freagra is déanaí ó cor-el

more options

I am font-fussy and want a very readable sleek font, as I do a lot of reading online and want to avoid eye strain. But there's no way to tell what the font looks like without the time consuming task of setting each one to see what it looks like. It would be nice to see a sample display right in the selection screen when you choose a font but before actually changing it, much like Windows does in some applications, or even a page with a sample of all the default fonts. Or perhaps there is and I've not noticed?

I don't like the old standby Times New Roman. Ariel is my intermediate choice but I know there's a better one out there, I had one but I lost my old settings, it kept glitching my reinstall of FF so I went with a fresh install, and as a result have lost my old font setting.

I am font-fussy and want a very readable sleek font, as I do a lot of reading online and want to avoid eye strain. But there's no way to tell what the font looks like without the time consuming task of setting each one to see what it looks like. It would be nice to see a sample display right in the selection screen when you choose a font but before actually changing it, much like Windows does in some applications, or even a page with a sample of all the default fonts. Or perhaps there is and I've not noticed? I don't like the old standby Times New Roman. Ariel is my intermediate choice but I know there's a better one out there, I had one but I lost my old settings, it kept glitching my reinstall of FF so I went with a fresh install, and as a result have lost my old font setting.

Athraithe ag abstractica ar

All Replies (1)

more options

The Verdana font is a font designed to be readable on screen. I use it as the default.

DejaVu        :  http://en.wikipedia.org/wiki/DejaVu_fonts
Verdana       : http://en.wikipedia.org/wiki/Verdana

Test bookmarklet, separate multiple fonts with a column

javascript:(function(){var i,j,c='',C='data:text/html,',F=prompt('Fonts','Arial,Verdana,sans-serif').split(',');for(j=0;f=F[j];j++){c+='<b>'+f+':</b><p style=\'font-family:"'+f+'"; font-size:25px\'>';for(i=0x20;i<0x7F;i++){c+=String.fromCharCode(i)+((i%(32)==31)?'<br>':'');}c+='</p>';}location.href=C+c;})();