mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-13 17:18:37 +02:00
993730682a
[why] With commitsef8c12e28
Document and update cheat sheet databcef53dad
Update cheat sheet the README has not been updated, and i_cod.sh is still listed as 'not existing'. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
## Contents
|
|
|
|
This directory contains
|
|
* List of all source fonts to patch with CI
|
|
* List of all glyphs for the cheat-sheet
|
|
|
|
### Source fonts
|
|
|
|
The file `fonts.json` is used by the github CI to patch all fonts and create all the release zip archives.
|
|
The 'font matrix' is derived from it.
|
|
|
|
`get-font-names-from-json.sh` is a small helper to set the matrix up.
|
|
|
|
### Cheat Sheet
|
|
|
|
The glyphs get their names through the individual (per glyph source) i\_\*.sh files in this directory.
|
|
Only glyphs listed here could be found with the cheat sheet.
|
|
|
|
* `original-source.otf`: `i_seti.sh`
|
|
* `devicons.ttf`: `i_dev.sh`
|
|
* `powerline-symbols/PowerlineSymbols.otf`: _is a subset of PowerlineExtraSymbols_
|
|
* `PowerlineExtraSymbols.otf`: `i_ple.sh`
|
|
* `Pomicons.otf`: `i_pom.sh`
|
|
* `font-awesome/FontAwesome.otf`: `i_fa.sh`
|
|
* `font-awesome-extension.ttf`: `i_fae.sh`
|
|
* `Unicode_IEC_symbol_font.otf`: `i_iec.sh`
|
|
* `materialdesignicons-webfont.ttf`: `i_material.sh`
|
|
* `weather-icons/weathericons-regular-webfont.ttf`: `i_weather.sh`
|
|
* `font-logos.ttf`: `i_linux.sh`
|
|
* `octicons.ttf`: `i_oct.sh`
|
|
* `codicons/codicon.ttf`: `i_cod.sh`
|