Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How can I make Firefox use a font that doesn't appear in it's dropdown box?

  • 17 wótegrona
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót amicete

more options

I want to make firefox use the Terminus font, but it doesn't appear in the drop-down box, trying making a .css file with content :

/*Change address bar font, color and size*/

  1. urlbar {-moz-appearance: none !important;

font-family: Terminus !important; font-size: 16pt !important; }


didn't work either, what can I do? I have the font installed.

I want to make firefox use the Terminus font, but it doesn't appear in the drop-down box, trying making a .css file with content : /*Change address bar font, color and size*/ #urlbar {-moz-appearance: none !important; font-family: Terminus !important; font-size: 16pt !important; } didn't work either, what can I do? I have the font installed.

Wubrane rozwězanje

The terminal font is probably a raster font and not a vector (true type or open type) font and such bitmap font may not be working in Firefox, especially if they do not show as a selectable font.

This archive contains source code for generating and installing Terminus
Font for Linux console, BSD console and X11 Window System.

- version	4.38
- sizes		6x12, 8x14, 8x16, 10x18, 10x20, 11x22, 12x24, 14x28, 16x32
- styles	normal, bold, EGA/VGA bold
- characters	879
- format	Bitmap Distribution Format (BDF) version 2.1

A font like DejaVu is a much better choice if you need support for a lot of languages

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (17)

more options
more options

That doesn't work, because this font isn't listed in the drop down box, I stated this in the OP.

more options

Are you getting the font in notepad font option.

more options

Yes, I even have it as system font.

more options

Firefox >File > Quit

Reopen and check it out...

more options

I have restarted firefox dozens of times by now, it doesn't do anything.

more options

Did you changed the css firefox file?

more options

I have this file in the correct folder, any font that is included in the dropdown box does work here.

more options

In the file I accidentally have 'terminal' instead of terminus, but putting terminus there doesn't fix it either.

more options
more options

It's still not there.

more options

Well I check it out and get back you..

Provide the font link

more options

Its not a font, its a tool.
you can add that font by using firefox Addons
https://addons.mozilla.org/en-US/firefox/search/?q=font

more options

Already tried Theme Font & Size Changer, didn't work, also I'm pretty sure it is a font.

more options

Wubrane rozwězanje

The terminal font is probably a raster font and not a vector (true type or open type) font and such bitmap font may not be working in Firefox, especially if they do not show as a selectable font.

This archive contains source code for generating and installing Terminus
Font for Linux console, BSD console and X11 Window System.

- version	4.38
- sizes		6x12, 8x14, 8x16, 10x18, 10x20, 11x22, 12x24, 14x28, 16x32
- styles	normal, bold, EGA/VGA bold
- characters	879
- format	Bitmap Distribution Format (BDF) version 2.1

A font like DejaVu is a much better choice if you need support for a lot of languages

more options

Thanks, that was informative.