How to install FiraCode font on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/.local/share/fonts | |
for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FiraCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true"; done | |
fc-cache -f |
thank you!
it works! thanks man
nice! thank you!
Very simple! thank you.
nice! thank you!
Thank you!
Thank you
Thanks
Thank you!!!
thanks
Thank you ! Love this FiraCode Retina font
thanks simple and save my day
Thank You
THanks
Thanks!!!
Thanks for the script! Helps a lot!
Thanks so much! My eyes are so much happier 😭
Thanks!
Great!
Thanks!
thanks man !
Thanks. Works perfectly in mint
Tank you! works fine.
爱你
sudo apt install fonts-firacode
should do the work on Ubuntu
Seems like this doesn't work anymore, getting 404s on the specified url
Font files have been deleted from the official repository.
sudo apt install fonts-firacode this works on linux mint
Better use official way:
https://src.fedoraproject.org/rpms/fira-code-fonts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!