mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Remove mentions of master branch [skip ci]
[why] If we ever switch the default branch the links would break. So just say 'default branch' directly, whichever that may be. [note] CI workflows not changed, I do not know if there is an alias for the default branch available. Fixes: #971 (partially) Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
53be9ba114
commit
9ea01d0740
@ -46,7 +46,7 @@ style: container
|
||||
<li><a target="_blank" aria-label="Go to Font Logos Page" rel="noreferrer" href="https://github.com/Lukas-W/font-logos">Font Logos (Formerly Font Linux)</a></li>
|
||||
<li><a target="_blank" aria-label="Go to Pomicons Page" rel="noreferrer" href="https://github.com/gabrielelana/pomicons">Pomicons</a></li>
|
||||
<li><a target="_blank" aria-label="Go to IEC Power Symbols Page" rel="noreferrer" href="https://unicodepowersymbol.com/">IEC Power Symbols</a></li>
|
||||
<li><a target="_blank" aria-label="Go to Seti-UI + Custom Source Page" rel="noreferrer" href="https://github.com/ryanoasis/nerd-fonts/blob/master/src/glyphs/original-source.otf">Seti-UI + Custom</a></li>
|
||||
<li><a target="_blank" aria-label="Go to Seti-UI + Custom Source Page" rel="noreferrer" href="https://github.com/ryanoasis/nerd-fonts/blob/-/src/glyphs/original-source.otf">Seti-UI + Custom</a></li>
|
||||
</ul>
|
||||
<!--</div> end inner col -->
|
||||
</div><!-- end inner row -->
|
||||
@ -177,7 +177,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
|
@ -42,7 +42,7 @@ brew install --cask font-<FONT NAME>-nerd-font
|
||||
<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
|
||||
https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/<FONT_PATH>/complete/<FONT_NAME>%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
</div>
|
||||
<h3 class="center"> <span></span> Bash Install Script </h3>
|
||||
|
Loading…
Reference in New Issue
Block a user