1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Fixes icons on Downloads page

This commit is contained in:
Ryan L McIntyre 2019-08-02 14:12:02 -07:00
parent a0a73c77ee
commit cd9374a75a
2 changed files with 22 additions and 14 deletions

View File

@ -403,6 +403,10 @@ p {
/* Downloads page */ /* Downloads page */
#downloads {} #downloads {}
#downloads a {
padding-left: 10px;
}
#downloads ul { #downloads ul {
position: relative; position: relative;
list-style: none; list-style: none;
@ -414,7 +418,8 @@ p {
content: ""; content: "";
position: absolute; position: absolute;
left: 0; left: 0;
font-size: 36px; font-size: 32px;
font-family: 'NerdFontsSymbols Nerd Font';
} }
#downloads li { #downloads li {
@ -422,6 +427,10 @@ p {
margin-bottom: 12px; margin-bottom: 12px;
} }
#downloads h3 span {
font-family: 'NerdFontsSymbols Nerd Font';
}
/* /*
super tiny size (phones) super tiny size (phones)

View File

@ -59,31 +59,30 @@ page: font-downloads
- [UbuntuMono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/UbuntuMono.zip) - [UbuntuMono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/UbuntuMono.zip)
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div markdown="1">
## Other Download & Install Options
###  Homebrew <h2> Other Download & Install Options </h2>
<h3> <span></span> Homebrew </h3>
```sh ```sh
brew tap homebrew/cask-fonts && brew tap homebrew/cask-fonts &&
brew cask install font-<FONT NAME>-nerd-font brew cask install font-<FONT NAME>-nerd-font
``` ```
### :// curl <h3> :// curl </h3>
<div markdown="1">
```sh ```sh
curl -fLo "<FONT NAME> Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf curl -fLo "<FONT NAME> Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf
``` ```
</div>
###  Bash Install Script <h3> <span></span> Bash Install Script </h3>
<div markdown="1">
```sh ```sh
./install.sh <FontName> ./install.sh <FontName>
``` ```
</div>
###  Unofficial Arch User Repository (AUR) <h3> <span></span> Unofficial Arch User Repository (AUR) </h3>
<div markdown="1">
See: [Nerd Fonts Packages](https://aur.archlinux.org/packages/?K=nerd-fonts&SB=p) See: [Nerd Fonts Packages](https://aur.archlinux.org/packages/?K=nerd-fonts&SB=p)
</div>
</div>