1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more https://nerdfonts.com/
Go to file
Fini Jastrow df6ab2c942 Allow searching for pasted icon
[why]
There are cases that I find myself into sometimes when I have the glyph
with me but not its name or codepoint. It would be nice to be able to
search for the codepoint and/or name of a glyph by literally putting it
into the search box of the cheat-sheet.
There are several reasons to know the name of the glyph, to use it in a
webpage, to look for alternatives when they get removed, etc.

[how]
Convert high codepoint-chars to codepoint text.

Fixes: #1307

Authored-by: ad-chaos
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-06-25 10:16:24 +02:00
_data [ci] Sync fonts.json 2023-05-01 13:16:28 +00:00
_includes Update search page style 2023-06-09 07:55:19 +02:00
_posts Updates backers section 2023-06-22 02:07:29 -07:00
assets [ci] Update webfonts 2023-06-04 20:45:40 +00:00
_config.yml Update stuff for v3.0.2 2023-06-05 11:40:23 +02:00
.gitignore Sync .gitignore 2023-01-30 08:13:27 +01:00
backers.html Adds backers section and does some re-ordering 2021-12-05 14:01:42 -08:00
cheat-sheet.html fix: cheatsheet page performance 2023-05-30 19:13:12 +02:00
cheat-sheet.js Allow searching for pasted icon 2023-06-25 10:16:24 +02:00
CNAME Create CNAME 2019-07-19 06:52:42 -07:00
contributors.html Adds backers section and does some re-ordering 2021-12-05 14:01:42 -08:00
font-downloads.html Adds backers section and does some re-ordering 2021-12-05 14:01:42 -08:00
generate-webfonts-old.sh Update cheat sheet WITH removed icons 2023-05-04 11:24:19 +02:00
index.html Update index.html 2019-07-27 13:46:09 -07:00
README.md Updates with basic info and how to run locally 2017-11-12 21:13:30 -05:00
releases.html Separate pages and refactors includes 2019-07-23 14:39:52 -07:00
robots.txt SEO Optimizations 2019-07-14 23:09:43 -07:00
site.js fix: cheatsheet page performance 2023-05-30 19:13:12 +02:00
sitemap.xml Adds backers section and does some re-ordering 2021-12-05 14:01:42 -08:00

Nerd Fonts Official Website Source

Running locally to test changes

jekyll s

Resource

The base Jeykll theme used was: SinglePaged - Simple Jekyll template