mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
lib: Clearly mark i_material as obsolete
[why] The Material Design Icons moved codepoints around the Nerd Fonts v3 transition. In the latest v2.x releases both codepoint ranges were present, and so we had the MD icons with different names and sets and codepoints in two different i_*.sh files. Since the old MD codepoints have been dropped the i_material.sh is not actively used anymore - well, it is used to create the 'marked as removed' entries in the cheat sheet. That has not been properly documented here. Reported-by: @midnightrocket:gitter.im Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
66c6d820a0
commit
1563df5bd7
@ -22,7 +22,8 @@ Only glyphs listed here could be found with the cheat sheet.
|
||||
* `font-awesome/FontAwesome.otf`: `i_fa.sh`
|
||||
* `Unicode_IEC_symbol_font.otf`: `i_iec.sh`
|
||||
* `font-logos.ttf`: `i_logos.sh`
|
||||
* `materialdesignicons-webfont.ttf`: `i_material.sh`
|
||||
* `materialdesignicons-webfont.ttf`: `i_material.sh` _removed with Nerd Fonts v3_
|
||||
* `materialdesign/MaterialDesignIconsDesktop.ttf` : `i_md.sh`
|
||||
* `octicons.ttf`: `i_oct.sh`
|
||||
* `PowerlineExtraSymbols.otf`: `i_ple.sh`
|
||||
* `powerline-symbols/PowerlineSymbols.otf`: _is a subset of PowerlineExtraSymbols_
|
||||
|
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# These icons are not included anymore since Nerd Fonts v3;
|
||||
# look into i_md.sh instead. This file is used to create
|
||||
# the "removed" cheat sheet entries.
|
||||
#
|
||||
# Material Design Icons (legacy) (2,119 icons)
|
||||
# Codepoints: F001-F847, Nerd Fonts moved F500-FD46
|
||||
# Nerd Fonts Version: 3.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user