I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here’s how you can get it into your Fedora 16.
- Change to root user
# su -<br />
2. Create the the roboto directory
`# cd /usr/share/fonts/
mkdir roboto
cd roboto`
- Download the roboto font and install it.
`# wget http://www.fontsquirrel.com/fonts/download/roboto -O roboto.zip
unzip roboto.zip
rm roboto.zip
fc-cache /usr/share/fonts/roboto/`
Enjoy your new Roboto fonts!