1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00
nerd-fonts/_posts/2017-01-03-downloads.md
Ryan L McIntyre 8f79ba5bf4 Improves download page DOM rendering perf
* refactored and simplified DOM elements
2020-12-05 02:25:00 -08: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 cask install 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)