Questions tagged [fonts]

A font is an entire set of glyphs that make up a typeface. Installing a font allows the user to use that font in order to change the appearance of text on an output device such as a screen or printer.

718 questions
169
votes
9 answers

Fix terminal after displaying a binary file

I'd tried command cat with an executable file: cat /bin/ls Now I can't read any word in this terminal (Linux console). How can I fix it?
lotusirous
  • 3,609
  • 5
  • 17
  • 11
86
votes
7 answers

How to view a TTF font file?

Is there an application to simply preview a font from a TTF file without installing it?
Ivan
  • 17,368
  • 35
  • 93
  • 118
70
votes
7 answers

Can I change the font of the text-mode console?

I have a Unix-like OS installed without a windowing environment; i.e., just a text-mode console and no GUI. Is it possible to change the font used by the console? To be clear, I am not talking about the terminal emulator that comes with a desktop…
Weihang Jian
  • 1,149
  • 1
  • 9
  • 15
64
votes
5 answers

Can GRUB font size be customised?

I would like to reduce the size of the font of GRUB boot loader. Is it possible and so how?
neydroydrec
  • 3,777
  • 8
  • 32
  • 42
46
votes
2 answers

What fonts are good for unicode glyphs

So I was looking at this answer on stackoverflow and realized that my fonts aren't covering a whole lot of the utf-8 unicode spectrum (as I get lots of squares). Does anyone know a font that will cover all of that post?
xenoterracide
  • 57,918
  • 74
  • 184
  • 250
45
votes
2 answers

Is there a unix command line tool that can analyze font files?

Given a directory of font files (TTF and OTF) I'd like to inspect each font and determine what style (regular, italic, bold, bold-italic) it is. Is there a command line tool for unix flavored operating systems that can do this? Or does anyone know…
kreek
  • 553
  • 1
  • 4
  • 6
45
votes
5 answers

Font rendering issue in urxvt -- too much space between characters

Starting earlier today I am getting font rendering issues with rxvt-unicode. Specifically with many fonts I get an abundance of extra space between characters. In other fonts rxvt refuses to change sizes. Here is an example of the spacing issue…
casey
  • 14,584
  • 5
  • 45
  • 62
37
votes
1 answer

Do any open source Linux terminals and fonts support ligatures?

The PragmataPro Font has some really killer examples where they render == as a single character and clean up a lot of other stuff. Would any Linux terminals support this? And are there any alternatives to PragmataPro?
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290
36
votes
7 answers

Why do some characters show as squares in Chrome?

For example in the dev tools I get something like: Some of these squares are at the end of lines, initially I thought they were carriage returns but it turns out they aren't. Also, squares appear after = or > in many places where there is no…
Mat
  • 705
  • 2
  • 6
  • 9
33
votes
4 answers

Find the best font for rendering a codepoint

How to find the appropriate font for rendering unicode codepoints ? gnome-terminal find that characters like «⼼» can be rendered with fonts like Symbola rather than my terminal font or the codepoint-in-square fallback (). How ?
Nope
  • 461
  • 4
  • 5
32
votes
1 answer

Command to list all monospace fonts known to fontconfig

I'd like to have a list of all the monospace fonts that fontconfig knows of, which command do I have to use?
gboffi
  • 1,220
  • 1
  • 14
  • 30
26
votes
3 answers

How do I change the screen font size when using a virtual console?

Using LDXE and Ubuntu, I can log into a virtual console via Ctrl+Alt+F1. The text is far too small. How do I change the screen resolution to get a larger font?
johntait.org
  • 1,322
  • 4
  • 12
  • 19
26
votes
2 answers

How to list all supported glyphs of a given font

Is there a CLI command or something to deal with fontforge e.g. to quickly get a list of all supported symbols in a given font? Something like: $ the_command_I_am_looking_for…
fauve
  • 1,140
  • 2
  • 13
  • 28
23
votes
2 answers

How can I get better-looking fonts in my terminal (URxvt)?

I've noticed that the fonts in URxvt look a little bit low-res compared to fonts that I see in my browser, for example. I was wondering how could I fix my .Xdefaults file to make the fonts have a little bit more detail and be sharper. It might not…
jcora
  • 3,874
  • 7
  • 34
  • 52
23
votes
5 answers

Change font in echo command

Is it possible to change the font attributes of the output of echo in either zsh or bash? What I would like is something akin to: echo -n "This is the font: normal " echo -n $font=italic "italic," echo -n $font=bold "bold," echo -n "and" echo -n…
1
2 3
47 48