mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
1c224f648e
[why] The given link is wrong - and noone complained ;) So noone is using it. Also we do not have all fonts anymore in the patched-font/ directory in the repo. I believe people will rather browse the repo in a browser and download there. If they want to convert that into a curl call that is easily possible. It would be very hard to use the given download method directly. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2.3 KiB
2.3 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 %}
{{ font.patchedName }}
{% assign upN = font.unpatchedName | split: " " | join: "" %}
{% assign pN = font.patchedName | split: " " | join: "" %}
{% if font.RFN == true or upN != pN %} • {% if font.RFN == true %}Reserved{% else %}Original{% endif %} Font Name: {{ font.unpatchedName }}
{% endif %} • Version: {{ font.version }}
• Info: {{ font.description }}
{% endfor %}
{% if font.RFN == true or upN != pN %} • {% if font.RFN == true %}Reserved{% else %}Original{% endif %} Font Name: {{ font.unpatchedName }}
{% endif %} • Version: {{ font.version }}
• Info: {{ font.description }}
Download
{% if font.linkPreviewFont != false %}
Preview
{% endif %}
Other Download & Install Options
Homebrew
```sh
brew install --cask font--nerd-font
```
Arch Community Repository
Search [Nerd Fonts Packages](https://archlinux.org/groups/any/nerd-fonts/) or some special packages in [AUR](https://aur.archlinux.org/packages?K=nerd-fonts-&outdated=off)