• Home
  • About
    • Young's Github Pages photo

      一日不作一日不食

    • About
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

리눅스 폰트 설치

16 Jul 2020

Reading time ~1 minute

리눅스 폰트 설치


  1. 폰트 설치할 /usr/share/fonts/ 디렉토리 확인
  2. 원하는 폰트를 /usr/share/fonts/ 에 복사
# 3. 폰트 캐시 갱신 
fc-cache -vf
# -f(-force), -v(-verbose) option 
# fc-cache 없을 땐 apt install fontconfig 로 설치

# 4. 설치된 폰트 확인
fc-list

참고 geeksforgeeks



TILLinux