-
Notifications
You must be signed in to change notification settings - Fork 0
Google Fonts Installation
Lean's edited this page Dec 25, 2023
·
4 revisions
- auracle clone ttf-merriweather
- auracle clone ttf-merriweather-sans
- auracle clone ttf-oswald
- auracle clone ttf-quintessential
- auracle clone ttf-signika
Use that command in each folder you downloaded
- makepkg -sic
Download and install from official libraries
- sudo pacman -S adobe-source-sans-fonts adobe-source-serif-fonts noto-fonts-extra ttf-anonymous-pro ttf-caladea ttf-croscore ttf-fira-sans ttf-fira-mono ttf-inconsolata ttf-lato ttf-opensans ttf-roboto ttf-roboto-mono ttf-ubuntu-font-family
- auracle clone ttf-google-fonts-git
- makepkg -sic
- Download Segoe UI Emoji
- sudo mkdir -p /usr/local/share/fonts
- sudo mkdir -p /usr/local/share/fonts/ttf
- sudo mkdir -p /usr/local/share/fonts/ttf/segoeemoji
- sudo chmod 555 /usr/local/share/fonts
- sudo chmod 555 /usr/local/share/fonts/ttf
- sudo chmod 555 /usr/local/share/fonts/segoeemoji
- sudo mv seguiemj.ttf /usr/local/share/fonts/ttf/segoeemoji
- sudo chmod 444 /usr/local/share/fonts/segoeemoji/seguiemj.ttf