docs: remove outdated notes about nerd-fonts

This commit is contained in:
Daylin Morgan 2023-05-08 00:02:38 -05:00
parent 30bfcf4c5e
commit 87edc9032a
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -104,15 +104,6 @@ You may also use the environment variable `YARTSU_THEME`.
See [here](https://github.com/daylinmorgan/yartsu/blob/main/docs/themes.md) a preview of the available themes
### Supported Characters
Currently `yartsu` loads the `nerd font` patched FiraCode font.
This should result in general support for emoji's and `nerd font` icons.
<div align="center"><img src="https://raw.githubusercontent.com/daylinmorgan/yartsu/main/assets/demo.svg" alt="Logo" width=400 ></div>
**Note**: github won't load the font's when displaying on the README. Click on the `svg` to see the `nerd font` icons.
### Differences from [`Rich`](https://github.com/Textualize/rich)
For both practical and stylistic reasons the underlying code used to generate the SVG is slightly different than `rich`'s default `save_svg` method. See [here](https://github.com/daylinmorgan/yartsu/blob/main/docs/rich-diff.md) for the current deviation between the latest releases of each respective release.