Updated Codepoint Conflicts (markdown)

Fini 2022-09-23 12:21:12 +02:00
parent 2ed300a46b
commit addc3fd8d0

@ -2,16 +2,22 @@
<img src="https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.svg?sanitize=true" alt="Nerd Fonts" />
</h1>
## Octicons & Font Awesome
## Everyone wants to be at `u_F000`
* Because these two iconic fonts have some overlapping codepoints one of them has to "win". Right now we have chosen to move Octicons glyphs to a new range.
* Because some iconic fonts have overlapping codepoints one of them has to "win". We move the sets as this:
### Original Codepoints
| Set | Original | Nerd Fonts | gaps filled? |
|---|---|---|---|
| Devicons | `E600` | `E700` | yes |
| Font Awesome Ext | `E000` | `E200` | yes |
| Material Design | `F000` | `F500` | yes |
| Weather | `F000` | `E300` | yes |
| Octicons | `F000` | `F400` | yes |
![image](https://raw.githubusercontent.com/wiki/ryanoasis/nerd-fonts/screenshots/v1.0.x/fontforge-glyph-set-octicons-original.png)
### New Codepoints
* In all patched fonts
![image](https://raw.githubusercontent.com/wiki/ryanoasis/nerd-fonts/screenshots/v1.0.x/fontforge-glyph-set-octicons.png)
In contrast these keep their original codepoints:
| Set | Original | Nerd Fonts | gaps filled? |
|---|---|---|---|
| Pomicons | `E000` | `E000` | no |
| Font Awesome | `F000` | `F000` | no |
| Font Logos | `F300` | `F300` | no |
| Codicons | `EA60` | `EA60` | no |