1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

Greatly improves example section

This commit is contained in:
Ryan L McIntyre 2017-04-24 20:04:54 -04:00
parent 290e3e9024
commit a5d810e0c7
3 changed files with 13 additions and 7 deletions

View File

@ -171,7 +171,7 @@ nav ul li:hover, nav ul li.active {
display:block;
width:100%;
min-height:300px;
padding:210px 0;
padding:180px 0;
background:url(img/bgnoise.png);
/* generated noise from noisetexturegenerator.com */
}

View File

@ -75,6 +75,11 @@
display: inline-block;
}
/* Example Usage */
.nerd-fonts-example-usage {
font-size: 2rem;
}
/* Release Changelog section */
#release summary {

View File

@ -5708,12 +5708,13 @@ fa-icon: search
</div>
</div>
#### Example Usage
{% highlight text linenos=table %}
I really <i class="nf nf-fa-heart"></i> <i class="nf nf-custom-vim"></i>
{% endhighlight %}
### Example Usage
<div class="center">
I really <i class="nerd-font nf-fa-heart ow"></i> <i class="nerd-font nf-custom-vim nf"></i>
{% highlight html %}
I really <i class="nf nf-fa-heart"></i> <i class="nf nf-custom-vim"></i>
{% endhighlight %}
<span class="nerd-fonts-example-usage">
I really <i class="nerd-font nf-fa-heart ow"></i> <i class="nerd-font nf-custom-vim nf"></i>
</span>
</div>