--- title: "Fonts Downloads" short_title: "Fonts" bg: '#1E5D8A' color: white fa-icon: download page: 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

```sh brew tap homebrew/cask-fonts && brew install --cask font--nerd-font ```

:// curl

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

Bash Install Script

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

Unofficial Arch User Repository (AUR)

See: [Nerd Fonts Packages](https://aur.archlinux.org/packages/?K=nerd-fonts&SB=p)