mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
9ea01d0740
[why] If we ever switch the default branch the links would break. So just say 'default branch' directly, whichever that may be. [note] CI workflows not changed, I do not know if there is an alias for the default branch available. Fixes: #971 (partially) Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2.2 KiB
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 %}
{% endfor %}
• Reserved Font Name: {{ font.unpatchedName }}
{% endif %}
• Info: {{ font.description }}
Download
{% if font.linkPreviewFont != false %}
Preview on ProgrammingFonts.org
{% endif %}
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/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)