**네이버 나눔 글꼴(https://zetawiki.com/wiki/%EB%82%98%EB%88%94%EA%B8%80%EA%BC%B4)** - [Font Preview](https://z-images.s3.amazonaws.com/a/a2/Sp_fonts_cr.png) **Download and Install** ```sh # download and extract font files(.ttf) wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip wget https://github.com/naver/nanumfont/releases/download/VER2.5/NanumGothicCoding-2.5.zip unzip NanumFont_TTF_ALL.zip unzip NanumGothicCoding-2.5.zip # install system-wide (or ~/.local/share/fonts for user-wide) sudo mkdir -p /usr/share/fonts/truetype/nanum-gothic sudo mv *.ttf /usr/share/fonts/truetype/nanum-gothic # check fc-list | grep -i nanum /usr/share/fonts/truetype/nanum-gothic/NanumPen.ttf: 나눔손글씨 펜,Nanum Pen Script:style=Regular /usr/share/fonts/truetype/nanum-gothic/NanumGothicCoding-Bold.ttf: 나눔고딕코딩,NanumGothicCoding:style=Bold /usr/share/fonts/truetype/nanum-gothic/NanumGothicExtraBold.ttf: 나눔고딕,NanumGothic,NanumGothicExtraBold,나눔고딕 ExtraBold:style=Bold,ExtraBold,Regular /usr/share/fonts/truetype/nanum-gothic/NanumMyeongjoBold.ttf: 나눔명조,NanumMyeongjo:style=Bold /usr/share/fonts/truetype/nanum-gothic/NanumGothicCoding.ttf: 나눔고딕코딩,NanumGothicCoding:style=Regular /usr/share/fonts/truetype/nanum-gothic/NanumBrush.ttf: 나눔손글씨 붓,Nanum Brush Script:style=Regular /usr/share/fonts/truetype/nanum-gothic/NanumGothicBold.ttf: 나눔고딕,NanumGothic:style=Bold /usr/share/fonts/truetype/nanum-gothic/NanumMyeongjo.ttf: 나눔명조,NanumMyeongjo:style=Regular /usr/share/fonts/truetype/nanum-gothic/NanumGothic.ttf: 나눔고딕,NanumGothic:style=Regular /usr/share/fonts/truetype/nanum-gothic/NanumMyeongjoExtraBold.ttf: 나눔명조,NanumMyeongjo,NanumMyeongjoExtraBold,나눔명조 ExtraBold:style=ExtraBold,Regular ``` **Download URL** - [나눔고딕, 나눔명조, 나눔손글씨](http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip) - [나눔고딕라이트](http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFontSetup_TTF_GOTHICLIGHT.zip) - [나눔고딕코딩 글꼴](https://github.com/naver/nanumfont) - [Ver 2.5 Download](https://github.com/naver/nanumfont/releases/download/VER2.5/NanumGothicCoding-2.5.zip)