mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
24 lines
855 B
Plaintext
24 lines
855 B
Plaintext
}
|
|
</script>
|
|
|
|
<h3>Removed Icons</h3>
|
|
<h5 align="center">With Release <code>v3.0.0</code> the Material Design Icons were updated and moved to new codepoints (reasons for that are in the release notes).</h5>
|
|
<h5 align="center">They are still shown here for reference, but are missing in the actual fonts.</h5>
|
|
<h5 align="center">To find for example the replacement for <code>nf-mdi-altimeter</code> enter just <code>altimeter</code> in the search box.</h5>
|
|
<br>
|
|
|
|
<h3>Example Usages</h3>
|
|
|
|
<h4>CSS</h4>
|
|
|
|
<div class="center">
|
|
{% highlight html %}
|
|
@import "https://www.nerdfonts.com/assets/css/webfont.css"
|
|
|
|
I really <i class="nf nf-fa-heart"></i> <i class="nf nf-custom-vim"></i>
|
|
{% endhighlight %}
|
|
<p><span class="nerd-fonts-example-usage">
|
|
I really <i class="nf nf-fa-heart ow"></i> <i class="nf nf-custom-vim nfunc"></i>
|
|
</span></p>
|
|
</div>
|