Skip to content

Commit

Permalink
Center install hints
Browse files Browse the repository at this point in the history
[why]
Mixing left and center aligned elements looks always very bad.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Jan 30, 2023
1 parent f2a8569 commit 4e225e2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _posts/2017-01-03-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,28 @@ page: font-downloads
<h2 class="center"> Other Download & Install Options </h2>

<h3 class="center"> <span></span> Homebrew </h3>

<div class="center" markdown="1">
```sh
brew tap homebrew/cask-fonts &&
brew install --cask font-<FONT NAME>-nerd-font
```

</div>
<p/>
<h3 class="center"> :// curl </h3>
<div markdown="1">
<div align="center" markdown="1">
```sh
curl -fLo "<FONT NAME> Nerd Font Complete.otf" \
https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf
```
</div>
<p/>
<h3 class="center"> <span></span> Bash Install Script </h3>
<div markdown="1">
<div align="center" markdown="1">
```sh
./install.sh <FontName>
```
</div>
<p/>
<h3 class="center"> <span></span> Arch Community Repository</h3>
<div markdown="1" class="center">
Search [Nerd Fonts Packages](https://archlinux.org/packages/?sort=&repo=Community&q=-nerd) or some special packages in [AUR](https://aur.archlinux.org/packages?K=nerd-fonts-&outdated=off)
Expand Down

0 comments on commit 4e225e2

Please sign in to comment.