如何在 RedHat 7 上為所有使用者安裝 google 字體 2024-7-18 • linux fonts redhat-enterprise-linux 我發現可以從他們的網站下載 Google 字體GitHub 倉庫。是否也可以在 RedHat 7 機器上安裝這些字型?或者也許,在虛擬機器上安裝這些字體的最佳方法是什麼? 答案1 我遵循了概述的方法這裡和這裡。 cd sudo wget https://github.com/google/fonts/archive/main.zip unzip main.zip sudo cp -rvf fonts-main /usr/share/fonts fc-cache -fv 相關內容