mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Adds Download button
This commit is contained in:
parent
94fa38bfbf
commit
7715805f48
@ -67,6 +67,7 @@ hr {
|
||||
.container { word-wrap: break-word; }
|
||||
.center { text-align: center; }
|
||||
.left, .container .left { text-align: left; }
|
||||
.right, .container .right { text-align: right; }
|
||||
|
||||
.container h1, .container h2, .container h3, .container h4 {
|
||||
margin-bottom: 20px;
|
||||
|
5
_includes/css/nerd-font-tweaks.css
Normal file
5
_includes/css/nerd-font-tweaks.css
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
#main .nerd-font-button a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
@ -10,10 +10,21 @@ style: center
|
||||
<a href="https://github.com/ryanoasis/nerd-fonts"><img src="https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.png" alt="Nerd Fonts Logo" /></a>
|
||||
</h1>
|
||||
|
||||
Iconic font aggregator, collection, and patcher: 37 patched fonts (71.4k+ variations). Includes popular glyph collections such as Font Awesome & fonts such as Hack
|
||||
|
||||
[![GitHub release][img-version-badge-with-logo]][repo] [![Gitter][img-gitter-badge]][gitter] [![Windows Logo][w-top]](#patched-fonts) [![macOS (OSX) Logo][m-top]](#patched-fonts) [![Linux Logo][l-top]](#patched-fonts)
|
||||
### Iconic font aggregator, collection, and patcher: 37 patched fonts (71.4k+ variations). Includes popular glyph collections such as Font Awesome & fonts such as Hack
|
||||
|
||||
<div class="container">
|
||||
<div class="half column" markdown="1">
|
||||
[![GitHub release][img-version-badge-with-logo]][repo] [![Gitter][img-gitter-badge]][gitter] ![Windows Logo][w-top] ![macOS (OSX) Logo][m-top] ![Linux Logo][l-top]
|
||||
</div>
|
||||
<div class="half column">
|
||||
<p>
|
||||
<h3 class="inlineblock bg-blue text-white nerd-font-button">
|
||||
<i class="fa fa-download"></i>
|
||||
<a href="#downloads" class="inlineblock">Downloads</a>
|
||||
</h3>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
**Nerd Fonts** is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as [Font Awesome][font-awesome], [Devicons][vorillaz-devicons], [Octicons][octicons], and others.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user