그냥 배우고 내 시스템에 새 글꼴을 설치하려고 합니다.
지금까지 "fonts" 디렉토리를 만들고 해당 폴더에 "oregon" 글꼴을 추출했습니다. 이제 글꼴은 /home/denny/fonts에 있습니다.
이 글꼴을 /usr/share/fonts로 어떻게 이동할 수 있나요? 또한 해당 글꼴 디렉토리 내에 "oregon"이라는 새 폴더를 만들었습니다. 내 모든 기본 글꼴이 이 디렉토리에 있다고 생각합니다.
나는 여기에 뭔가 빠졌다는 것을 알고 있습니다.
고마워요 대니
답변1
디렉터리에 다음 home
이라는 폴더를 만듭니다 .fonts
.
mkdir /home/$USER/.fonts
파일의 압축을 풀고 해당 위치로 이동하세요. 이제 터미널에서 다음 명령을 실행하세요.
fc-cache -v
fc-cache-64 -v
이제 해당 글꼴을 사용할 수 있습니다.
자세한 내용은 다음을 참조하세요 man fc-cache
.
DESCRIPTION
fc-cache scans the font directories on the system and builds font information cache files for applications using fontconfig
for their font handling.
If directory arguments are not given, fc-cache uses each directory in the current font configuration. Each directory is
scanned for font files readable by FreeType. A cache is created which contains properties of each font and the associated
filename. This cache is used to speed up application startup when using the fontconfig library.
Note that fc-cache must be executed once per architecture to generate font information customized for that architecture.