Install Google Font di Linux
Download font yang diinginkan
Link https://fonts.google.com/?selection.family=Lato
cd ~/Downloads/
wget -O lato.zip https://fonts.google.com/download?family=Lato
Install Google Fonts di Ubuntu
cd /usr/share/fonts
sudo mkdir googlefonts
sudo unzip -d googlefonts ~/Downloads/lato.zip
sudo chmod -R --reference=opentype googlefonts
Daftarkan font ke sistem
sudo fc-cache -fv
Cek bahwa font berhasil diinstall
fc-match Lato
Tinggalkan komentar