nerd-fonts/_posts/2017-01-03-downloads.md
Fini Jastrow 7c4c5de2dd Update some more to v2.2.2
Ok, I was a bit lazy with the release notes, ... but who reads them
instead of the release pages?

[note]
inkscape ... does not need -f anymore as it seems.
Also I had to do the automated steps manually, which works.
Automation does not work, though.

Script `./generate-font-image-previews.sh`

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2022-09-11 22:26:58 +02:00

2.2 KiB

title short_title bg color fa-icon page
Fonts Downloads Fonts #1E5D8A white download font-downloads

Downloads

{% for font in site.data.fonts.fonts %}
{% if font.unpatchedName != font.patchedName %}
• Reserved Font Name: {{ font.unpatchedName }}
{% endif %}
• Info: {{ font.description }}
Download {% if font.linkPreviewFont != false %} Preview on ProgrammingFonts.org {% endif %}
{% endfor %}

Other Download & Install Options

Homebrew

brew tap homebrew/cask-fonts &&
brew install --cask font-<FONT NAME>-nerd-font

:// curl

```sh curl -fLo " Nerd Font Complete.otf" \ https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts//complete/%20Nerd%20Font%20Complete.otf ```

Bash Install Script

```sh ./install.sh ```

Unofficial Arch User Repository (AUR)