}
</script>

<h3>Removed Icons</h3>
<h5 align="center">With Release <code>v3.0.0</code> the Material Design Icons were updated and moved to a new codepoint range (reasons for that are in the <a href="releases#v3.0.0">release notes</a>).</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>
<h5 align="center">Some icons have been dropped without replacement.</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>
