Google Fonts Installation - LeandroTheDev/arch_linux GitHub Wiki

Downloading Dependencies

  • auracle clone ttf-merriweather
  • auracle clone ttf-merriweather-sans
  • auracle clone ttf-oswald
  • auracle clone ttf-quintessential
  • auracle clone ttf-signika

Installing Dependencies

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

Installing Google Fonts

  • auracle clone ttf-google-fonts-git
  • makepkg -sic

Emojis

  • 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