Rémusz bácsi meséi rovás átirat.
A munkát megosztva végeztük pár éve a kedves rovó társaimmal.
Rémusz bácsi meséi rovás átirat.
A munkát megosztva végeztük pár éve a kedves rovó társaimmal.
|
12 years ago 45 |
To install fonts to your system for use by all users, (as root) you can place the font files somewhere under /usr/share/fonts or /usr/share/fonts/truetype. Alternatively, if the fonts reside elsewhere on your system, as root, you can also link to the directory.
gksu nautilus
* create /usr/share/fonts/truetype/
* copy font files to new location
.
* then update your font cache.
sudo fc-cache -fv
sudo ln -s /path/to/fontfiles /usr/share/fonts/fontfiles
* then update your font cache.
sudo fc-cache -fv
* in your home directory, create .fonts/
mkdir .fonts
* copy font files to the new location
* update your font cache
fc-cache -fv
*Alternatively, you can use the linking method (2) above.
sudo apt-get install ttf-mscorefonts-installer