mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Fixes icons on Downloads page
This commit is contained in:
parent
a0a73c77ee
commit
cd9374a75a
@ -403,6 +403,10 @@ p {
|
||||
/* Downloads page */
|
||||
#downloads {}
|
||||
|
||||
#downloads a {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#downloads ul {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
@ -414,7 +418,8 @@ p {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
font-size: 36px;
|
||||
font-size: 32px;
|
||||
font-family: 'NerdFontsSymbols Nerd Font';
|
||||
}
|
||||
|
||||
#downloads li {
|
||||
@ -422,6 +427,10 @@ p {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
#downloads h3 span {
|
||||
font-family: 'NerdFontsSymbols Nerd Font';
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
super tiny size (phones)
|
||||
|
@ -59,31 +59,30 @@ page: font-downloads
|
||||
- [UbuntuMono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/UbuntuMono.zip)
|
||||
</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
|
||||
brew tap homebrew/cask-fonts &&
|
||||
brew cask install font-<FONT NAME>-nerd-font
|
||||
```
|
||||
|
||||
### :// curl
|
||||
|
||||
<h3> :// curl </h3>
|
||||
<div markdown="1">
|
||||
```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
|
||||
```
|
||||
|
||||
### Bash Install Script
|
||||
|
||||
</div>
|
||||
<h3> <span></span> Bash Install Script </h3>
|
||||
<div markdown="1">
|
||||
```sh
|
||||
./install.sh <FontName>
|
||||
```
|
||||
|
||||
### Unofficial Arch User Repository (AUR)
|
||||
|
||||
</div>
|
||||
<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)
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user