Nerd Font은 폰트에 아이콘을 추가하여 코드의 가독성을 높이는 폰트입니다.
우리는 개발자들이 많이 쓰는(?) D2Coding Font 의 Nerd 버전을 설치해 봅시다.
D2Coding Nerd Font을 다운로드합니다.
다운로드한 D2Coding Nerd Font을 설치합니다.
~/.local/share/fonts/
디렉토리에 복사합니다.Visual Studio Code에서 터미널을 엽니다.
Ctrl + Shift +
로 터미널을 열 수 있습니다.터미널에서 Ctrl + Shift + P
를 눌러 명령 팔레트를 엽니다.
명령 팔레트에서 "Preferences: Open Settings (JSON)"을 선택합니다.
settings.json
파일이 열리면 다음과 같이 "terminal.integrated.fontFamily"
속성을 추가합니다.
{
"terminal.integrated.fontFamily": "D2Coding, Consolas, 'Courier New', monospace"
}
Visual Studio Code를 다시 시작합니다.
이제 터미널에서 Nerd Font이 사용됩니다.
Nerd Font: https://www.nerdfonts.com/font-downloads
D2coding Font: https://github.com/naver/d2codingfont
Nerd Font 만들기: https://www.dante2k.com/602