To install, I downloaded the liberation-fonts-ttf.tar.gz file. Made a directory in /usr/share/fonts/truetype called liberation (do it as root - use sudo). Extracted the liberation-fonts-ttf.tar.gz in this directory using
sudo gunzip liberation-fonts-ttf.tar.gzMake sure that the files are owned by root:
sudo tar -xvf liberation-fonts-ttf.tar
sudo chown root.root *.ttfThen regenerate the font cache using
sudo fc-cacheOtherwise, you have to reboot. Eew, made me think of Windows for a moment.
Now you should be able to select either of the Liberation fonts (sans, serif, and monospace) in your system.
Technorati Tags: ubuntu, Liberation, font, install
3 comments:
I haven't found a screenshot of comparisons on the web anywhere yet. Could you make one?
Pascal de Bruijn created packages for Ubuntu, see blog post.
You can download it here.
sudo gunzip liberation-fonts-ttf.tar.gz
sudo tar -xvf liberation-fonts-ttf.tar
Why not just one command? ;)
sudo tar -zxvf liberation-fonts-ttf.tar.gz
Post a Comment