본문 바로가기
IT

우분투 서버 나눔고딕 폰트 설치

by Oh.mogilalia 2023. 10. 19.
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