1
0
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:
Ryan L McIntyre 2017-04-22 20:43:02 -04:00
parent 94fa38bfbf
commit 7715805f48
4 changed files with 21 additions and 3 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
#main .nerd-font-button a {
text-decoration: none;
color: inherit;
}

View File

@ -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]&nbsp;[![Gitter][img-gitter-badge]][gitter]&nbsp;&nbsp;&nbsp;[![Windows Logo][w-top]](#patched-fonts)&nbsp;&nbsp;&nbsp;[![macOS (OSX) Logo][m-top]](#patched-fonts)&nbsp;&nbsp;&nbsp;[![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]&nbsp;[![Gitter][img-gitter-badge]][gitter]&nbsp;&nbsp;&nbsp;![Windows Logo][w-top]&nbsp;&nbsp;&nbsp;![macOS (OSX) Logo][m-top]&nbsp;&nbsp;&nbsp;![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.

View File

@ -3,3 +3,4 @@
{% include css/base.css %}
{% include css/skeleton.css %}
{% include css/main.css %}
{% include css/nerd-font-tweaks.css %}