JaeYeopHan / tip-archive

📦 Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
246 stars 8 forks source link

FiraCode 소개 #7

Open JaeYeopHan opened 6 years ago

JaeYeopHan commented 6 years ago

FiraCode

코드의 가독성을 높여주는 폰트! (!== or => 등이 보다 가독성이 좋게 작성된다. ) GitHub Repository : https://github.com/tonsky/FiraCode

![firacode_sample](https://user-images.githubusercontent.com/17924127/38852220-e5ad81de-4253-11e8-862a-4fa300ad60df.png)

Setup

  1. 위 링크에서 download
  2. 서체 설치
  3. VSCode 의 setting.json 수정

in VSCode

"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13

-> https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions

Happy Coding!

itsmysurport commented 6 years ago

우분투에서 서체 설치를 어떻게하나요?

JaeYeopHan commented 6 years ago

@itsmysurport 아래 링크 참고하시면 될 것 같아요 😄 https://github.com/tonsky/FiraCode/wiki/Linux-instructions#installing-with-a-package-manager