# Using 'FiraCode' font in Visual Studio Code
* [[HP] tonsky/FiraCode](https://github.com/tonsky/FiraCode) ``
https://github.com/tonsky/FiraCode
``
* [[DL] FiraCode v5.2.zip]( https://github.com/tonsky/FiraCode/releases/download/5.2/Fira_Code_v5.2.zip)
* [Install] Extra download zip then goto ```/ttf``` folder
* **macOS**
1. Select all font files
2. Right click and select Open (alternatively Open With Font Book)
3. Select "Install Font"
* **windows**
1. In the ttf folder,
2. double-click each font file, click “Install font”
3. OR install all at once, select all files, right-click, and choose “Install”
* [Setting] Setting in Visual Code
1. Manually editing settings.json
2. path
for macOS add json setting
```shell=
~/Library/Application Support/Code/User/settings.json
```
for PC add json setting
```shell=
C:\Users\{userName}\AppData\Roaming\Code\User\settings.json
```
3. add json setting
```javascript=
"editor.fontFamily": "'Fira code',
"editor.fontLigatures": true,
```