code-server-font-patch

This patchs code-server to enable load fonts (IBM Plex Mono and Fira Mono For Powerline) in server.

Stars
33

Code Server Font Patch

This patchs code-server to enable load fonts Fira Code in server.

Installation

  • Clone this repository.
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):
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",