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 -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 +
+