-
Notifications
You must be signed in to change notification settings - Fork 0
Google Fonts Installation
Lean's edited this page Sep 4, 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 noto-fonts-extra ttf-fira-sans ttf-fira-mono ttf-ubuntu-font-family ttf-croscore ttf-roboto ttf-inconsolata ttf-opensans noto-fonts-emoji
- 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