最近蠻多免費字型可以下載安裝,例如:
- GitHub - ButTaiwan/iansui: 芫荽,基於 Klee One 改造的學習用台灣繁體字型
- GitHub - intel/intel-one-mono: Intel One Mono font repository
- GitHub - intel/clear-sans: Clear Sans is an OpenType font designed for on-screen legibility.
這些在 Linux Xwindow 要安裝要怎麼做呢?
Linux 如何快速安裝自己下載的字型
將字型安裝到多個 User 使用
- sudo cp font.ttf /usr/local/share/fonts/
- sudo fc-cache -fv
將字型安裝到自己使用
- cp font.ttf ~/.local/share/fonts/
- fc-cache -fv
列出所有字型確認是否安裝完成
- fc-list | grep "字型名稱"