Ubuntu 20.04에 Cica 글꼴 설치
포장이 없기 때문에 수동으로 복제하기만 하면 된다.
컨디션
$ lsb_release -a
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
절차.
현재 2021-01-05의 최신 v5.사용하다
$ curl -L -O https://github.com/miiton/Cica/releases/download/v5.0.2/Cica_v5.0.2_with_emoji.zip
$ unzip Cica_v5.0.2_with_emoji.zip
$ sudo mkdir /usr/share/fonts/truetype/cica
$ sudo cp *.ttf /usr/share/fonts/truetype/cica/
$ sudo fc-cache -vf
$ fc-list | grep -i cica
/usr/share/fonts/truetype/cica/Cica-BoldItalic.ttf: Cica:style=Bold Italic
/usr/share/fonts/truetype/cica/Cica-RegularItalic.ttf: Cica:style=Italic
/usr/share/fonts/truetype/cica/Cica-Bold.ttf: Cica:style=Bold
/usr/share/fonts/truetype/cica/Cica-Regular.ttf: Cica:style=Regular
GNOME 터미널 글꼴 설정
GNOME 터미널의 글꼴이 Cica를 표시하지 않기 때문에 수동으로 설정합니다.
$ gsettings get org.gnome.Terminal.ProfilesList list
['b1dcc9dd-5262-4d8d-a863-c897e6d979b9']
$ gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/ font "Cica 12"
참고 자료
Reference
이 문제에 관하여(Ubuntu 20.04에 Cica 글꼴 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/miwarin/articles/cab5028258b6df텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)