./categories/os
Linux 폰트 설치·확인 (fc-cache)
# 폰트 디렉터리
ls /usr/share/fonts
# 폰트 파일 복사 후 캐시 갱신
cp MyFont.ttf /usr/share/fonts/
fc-cache -f -v
# 확인
fc-list | grep -i MyFont
관련 링크: https://mkil.tistory.com/366
./comments
일치하는 문서가 없습니다.
./categories/os
# 폰트 디렉터리
ls /usr/share/fonts
# 폰트 파일 복사 후 캐시 갱신
cp MyFont.ttf /usr/share/fonts/
fc-cache -f -v
# 확인
fc-list | grep -i MyFont
관련 링크: https://mkil.tistory.com/366
./comments