1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Fix numbering and code block rendering

Tamoghna Chowdhury 2017-05-01 14:07:37 +05:30
parent f1d5f18505
commit 5e2a814a21

@ -1,9 +1,12 @@
With most desktop-oriented distributions, double-clicking the font file should be enough. If it isnt (e.g., xubuntu), try this:
1. `mkdir -p ~/.local/share/fonts`
1. for type in Bold Light Medium Regular Retina; do
2.
`wget -O ~/.local/share/fonts/FiraCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true";`
1. `fc-cache -f`
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";
3. `fc-cache -f`
[More details](https://github.com/tonsky/FiraCode/issues/4)