리눅스 나눔고딕코딩 설치

리눅스 나눔고딕코딩 폰트 설치
리눅스 나눔고딕코딩 설치

1 사전 작업[ | ]

2 설치[ | ]

  • 다운로드 → 압축해제 → 압축파일삭제 → MACOSX폰트파일 삭제 → fonts폴더로 이동 → 폰트캐시 갱신
wget https://github.com/naver/nanumfont/releases/download/VER2.5/NanumGothicCoding-2.5.zip
unzip NanumGothicCoding-2.5.zip -d NanumGothicCoding
rm -f NanumGothicCoding-2.5.zip
rm -rf NanumGothicCoding/__MACOSX/
mv NanumGothicCoding /usr/share/fonts/
fc-cache -f -v
실행예시
root@localhost:~# wget https://github.com/naver/nanumfont/releases/download/VER2.5/NanumGothicCoding-2.5.zip
...
Length: 1707449 (1.6M) [application/octet-stream]
Saving to: ‘NanumGothicCoding-2.5.zip’

NanumGothicCoding-2.5.zip 100%[===================================>]   1.63M  4.26MB/s    in 0.4s

2021-09-22 06:24:18 (4.26 MB/s) - ‘NanumGothicCoding-2.5.zip’ saved [1707449/1707449]
root@localhost:~# unzip NanumGothicCoding-2.5.zip -d NanumGothicCoding
Archive:  NanumGothicCoding-2.5.zip
  inflating: NanumGothicCoding/NanumGothicCoding-Bold.ttf
   creating: NanumGothicCoding/__MACOSX/
  inflating: NanumGothicCoding/__MACOSX/._NanumGothicCoding-Bold.ttf
  inflating: NanumGothicCoding/NanumGothicCoding.ttf
  inflating: NanumGothicCoding/__MACOSX/._NanumGothicCoding.ttf
root@localhost:~# rm -rf NanumGothicCoding/__MACOSX/
root@localhost:~# rm -f NanumGothicCoding-2.5.zip
root@localhost:~# mv NanumGothicCoding /usr/share/fonts/
root@localhost:~# fc-cache -f -v
/usr/share/fonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/NanumGothicCoding: caching, new cache contents: 2 fonts, 0 dirs
...
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}