Hi,
I’m brand new with Fedora, besides I worked about 20 years with Ubuntu. I cannot install Ubuntu.
- Tried
ln -s /fontfolder /usr/share/fonts/fontfolder
; - Copied fonts to
/usr/share/fonts
; - Even execute this script:
wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip mkdir /tmp/ubuntu-font-family-0.80 unzip -j ubuntu-font-family-0.80.zip -d /tmp/ubuntu-font-family-0.80 rm -f ubuntu-font-family-0.80.zip sudo mkdir /usr/share/fonts/ubuntu sudo mv /tmp/ubuntu-font-family-0.80/*.ttf /usr/share/fonts/ubuntu rm -rf /tmp/ubuntu-font-family-0.80 cd /usr/share/fonts/ubuntu ttmkfdir > fonts.dir fc-cache -fv
I couldn’t install Ubuntu font.
Any ideas to solve it?