nerd-fonts/_posts/2017-01-03-downloads.md
Fini Jastrow 7fc7f34ba0 download: Put buttons left/right instead of top/bottom
[why]
The problem is when there is no preview button, all out nicely laied out
rows will break.

This also steamlines the look a bit.

Also remove the white border around the buttons as they are quite
distracting and concurrate with the font preview itself.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2024-03-15 12:06:26 +01:00

2.4 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 %}
{% 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 %}
• Info: {{ font.description }}
Download {% if font.linkPreviewFont != false %} Preview {% 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 ```

Arch Community Repository