- Is it possible, to wipe all fonts other than TrueType fonts? If so, how?
- What fonts are absolutely needed/necessary in a working X environment?
|
|
|||||
|
closed as too localized by Luis Alvarado♦ Mar 14 at 16:34
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Many of the ttf-* packages are only for international script support and clutter the font listings on programs. There is a fair amount of duplication. DejaVu, for instance, has Arabic characters in it, but there are separate arabic fonts installed. If you delete those you won’t see empty rectangles on websites containing arabic because DejaVu has those basically covered. Just one example. |
|||
|
|
|
xfonts-base should be enough to start the X server.. If you intend to run a Desktop Environment you have to install some extra fonts. |
|||
|
|
|
You should have at least one sans-serif, one serif and one monospace font (mainly for web browsing). You should be safe with only ttf-freefont and ttf-liberation. Note, all truetype font packages start with 'ttf-'. OpenType font packages begin with 'otf-'. To remove all OpenType fonts, remove all packages starting with 'otf-'. |
|||||
|