diff --git a/_includes/css/main.css b/_includes/css/main.css index 275eb7425..4a74a8cdd 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -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; diff --git a/_includes/css/nerd-font-tweaks.css b/_includes/css/nerd-font-tweaks.css new file mode 100644 index 000000000..be987b046 --- /dev/null +++ b/_includes/css/nerd-font-tweaks.css @@ -0,0 +1,5 @@ + +#main .nerd-font-button a { + text-decoration: none; + color: inherit; +} diff --git a/_posts/2017-01-01-home.md b/_posts/2017-01-01-home.md index e20b8001e..65663556f 100644 --- a/_posts/2017-01-01-home.md +++ b/_posts/2017-01-01-home.md @@ -10,10 +10,21 @@ style: center Nerd Fonts Logo -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 +
+
+ [![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] +
+
+

+

+ + Downloads +

+

+
+
**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. diff --git a/combo.css b/combo.css index c64e1a6b6..bf9af7453 100644 --- a/combo.css +++ b/combo.css @@ -3,3 +3,4 @@ {% include css/base.css %} {% include css/skeleton.css %} {% include css/main.css %} +{% include css/nerd-font-tweaks.css %}