반응형
D2Coding Ver 1.3.2
Centos7 경우
sudo yum install unzip
wget https://github.com/naver/d2codingfont/releases/download/VER1.3.2/D2Coding-Ver1.3.2-20180524.zip
unzip D2Coding-Ver1.3.2-20180524
mkdir /usr/share/fonts/D2Coding
cp ./D2Coding/*.ttf /usr/share/fonts/D2Coding/
fc-cache -v
우분투의 경우
apt-get install unzip
wget https://github.com/naver/d2codingfont/releases/download/VER1.3.2/D2Coding-Ver1.3.2-20180524.zip
unzip D2Coding-Ver1.3.2-20180524.zip
mkdir /usr/share/fonts/truetype/D2Coding
cp ./D2Coding/*.ttf /usr/share/fonts/truetype/D2Coding/
fc-cache -v
VScode 반영방법
VS code 열고, ctrl+, (콤마) , 'D2Coding ligature' 혹은 'D2Coding' 추가해준다.
따로 저장버튼은 없고 그냥 껐다가 키면 반영됨.
반응형
'VAS > Centos 7 개발환경 구축' 카테고리의 다른 글
Node.js 로 http 웹서버 구축 및 폴더접근허용 (0) | 2022.03.15 |
---|---|
CentOS7 sFTP 를 사용하여 폴더 공유, 접속허용, 방화벽(firewall) 포트 여는 방법까지 (0) | 2022.03.10 |
Centos 7 video codec pack install - smplayer (0) | 2021.11.22 |
bash shell script로 무정지 Yolov4 만들기-exception error 대처법 (0) | 2021.11.15 |
YoloV4 CentOS7 개발환경 설치 정보 정리 메뉴얼 (1) | 2021.11.04 |
댓글