mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
26 lines
733 B
Plaintext
26 lines
733 B
Plaintext
|
---
|
||
|
title: "Cheat Sheet"
|
||
|
short_title: "Icons"
|
||
|
bg: gray
|
||
|
color: "#0fbfcf"
|
||
|
fa-icon: search
|
||
|
page: cheat-sheet
|
||
|
style: container
|
||
|
---
|
||
|
|
||
|
<h1 class="center">Cheat Sheet</h1>
|
||
|
|
||
|
<input type="text" id="glyphSearch" placeholder="Search for glyphs/icons..." title="Type in a glyph name or hex codepoint" class="nerd-font-cheat-sheet-search nerd-font-input tertiary sanity-test" />
|
||
|
|
||
|
<div class="center">
|
||
|
<h5 class="inlineblock nerd-font-button tertiary" id="glyphSearchButton">
|
||
|
<i class="nf nf-fa-search"></i> Search
|
||
|
</h5>
|
||
|
|
||
|
<h5 class="inlineblock nerd-font-button tertiary" id="glyphSearchAllButton">
|
||
|
<i class="nf nf-mdi-select_all"></i> Show All Icons
|
||
|
</h5>
|
||
|
</div>
|
||
|
|
||
|
<div id="glyphCheatSheet" class="nerd-font-cheat-sheet">
|