Skip to content

Instantly share code, notes, and snippets.

@donhuvy
Forked from sigoden/install-consolas-ubuntu
Created May 8, 2023 07:28
Show Gist options
  • Save donhuvy/5ef18b85940c0f64b17a77ab661992fa to your computer and use it in GitHub Desktop.
Save donhuvy/5ef18b85940c0f64b17a77ab661992fa to your computer and use it in GitHub Desktop.
wget -O /tmp/YaHei.Consolas.1.12.zip https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uigroupcode/YaHei.Consolas.1.12.zip
unzip /tmp/YaHei.Consolas.1.12.zip
sudo mkdir -p /usr/share/fonts/consolas
sudo mv YaHei.Consolas.1.12.ttf /usr/share/fonts/consolas/
sudo chmod 644 /usr/share/fonts/consolas/YaHei.Consolas.1.12.ttf
cd /usr/share/fonts/consolas
sudo mkfontscale && sudo mkfontdir && sudo fc-cache -fv
@donhuvy
Copy link
Author

donhuvy commented May 8, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment