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; display:block;
width:100%; width:100%;
min-height:300px; min-height:300px;
padding:210px 0; padding:180px 0;
background:url(img/bgnoise.png); background:url(img/bgnoise.png);
/* generated noise from noisetexturegenerator.com */ /* generated noise from noisetexturegenerator.com */
} }

View File

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

View File

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