nerd-fonts/_posts/2017-01-03-downloads.md
Fini Jastrow 1c224f648e Remove "curl" as from alternative download methods
[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>
2024-07-17 06:59:48 +02:00

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 }}
Download {% if font.linkPreviewFont != false %} Preview {% endif %}
{% endfor %}

Other Download & Install Options

Homebrew

```sh brew install --cask font--nerd-font ```

Arch Community Repository