title | short_title | bg | color | fa-icon | page |
---|---|---|---|---|---|
Fonts Downloads |
Fonts |
#1E5D8A |
white |
download |
font-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 }}
```sh
brew install --cask font--nerd-font
```
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)