Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Not a settings can add this ??
The font files have to be installed by the OS, so on windows you would double click the ttf file and it will install them. Is this what you're doing? Can you see the fonts in other applications (e.g. Word)?
i'm on Ubuntu 14.04 LTS and i can see my Fonts in libre office writter.
I have installed by OS on double click and click install.
The gory details are that it seems Ubuntu installs new fonts in the folder ~/.local/share/fonts, which Pixeluvo doesn't scan for fonts because it's not listed in /etc/fonts/fonts.config
I'll try and sort out a proper fix for the next version, but in the mean time you can create a symlink from ~/.fonts to that directory (~/.fonts/ does get scanned). Apologies for resorting to the command line, but in this case it's the quickest way. Open a terminal and type in the following:
ln -s ~/.local/share/fonts/ ~/.fonts
That will create a directory called .fonts and point it to .local/share/fonts. You should then be able to see your fonts when you restart Pixeluvo. As I said, I'll try and get a proper fix sorted for the next version, thanks for reporting!
And there is no problem with the terminal with me, don't worry ;-)
On Windows just double click the font file to install it, then when you restart Pixeluvo it should be there.