https://github.com/tuanpham-dev/code-server-font-patch
This patchs code-server to enable load fonts (IBM Plex Mono and Fira Mono For Powerline) in server.
https://github.com/tuanpham-dev/code-server-font-patch
Last synced: 3 months ago
JSON representation
This patchs code-server to enable load fonts (IBM Plex Mono and Fira Mono For Powerline) in server.
- Host: GitHub
- URL: https://github.com/tuanpham-dev/code-server-font-patch
- Owner: tuanpham-dev
- Created: 2020-05-12T14:35:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T11:46:04.000Z (over 2 years ago)
- Last Synced: 2024-10-12T23:54:10.264Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 1.72 MB
- Stars: 42
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Server Font Patch
This patchs [code-server](https://github.com/cdr/code-server) to enable load fonts [Fira Code](https://github.com/tonsky/FiraCode) in server.
## Installation
- Clone this repository.
```bash
git clone https://github.com/tuanpham-dev/code-server-font-patch.git
cd code-server-font-patch
```
- Run this command (change `path-to-code-server` to your code-server path, leave it empty if you install code-server from installer or code-server is in `/usr/lib/code-server`):
```bash
sudo ./patch.sh [path-to-code-server]
```
## Settings
You may need to set font family in code-server settings:
```
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
```