mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-13 17:18:37 +02:00
Adds and updates configuration files to support RFN identifiers (fixes #136)
This commit is contained in:
parent
c76816598e
commit
2f55c7184b
@ -3,11 +3,10 @@
|
||||
|
||||
### TL;DR
|
||||
|
||||
|
||||
* Pick your font family and then select from the `'complete'` directory.
|
||||
* If you are on Windows pick a font with the `'Windows Compatible'` suffix.
|
||||
* This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
|
||||
* If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix.
|
||||
* If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix.
|
||||
* This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced
|
||||
|
||||
### Explanation
|
||||
@ -36,3 +35,5 @@ For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki
|
||||
[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons
|
||||
[Seti-UI]:https://atom.io/themes/seti-ui
|
||||
[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols
|
||||
[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a
|
||||
|
||||
|
@ -1 +1,3 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Fira
|
||||
config_rfn_substitue=Fura
|
||||
|
@ -1 +1,3 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Fira
|
||||
config_rfn_substitue=Fura
|
||||
|
@ -1,3 +1,5 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Hack
|
||||
config_rfn_substitue=Knack
|
||||
[font-patcher]
|
||||
post_process=bin/scripts/Hack/postprocess.sh
|
||||
|
@ -1 +1,3 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Hasklig
|
||||
config_rfn_substitue=Hasklug
|
||||
|
@ -1 +1,3 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Hermit
|
||||
config_rfn_substitue=Hurmit
|
||||
|
2
src/unpatched-fonts/ShareTechMono/config.cfg
Executable file
2
src/unpatched-fonts/ShareTechMono/config.cfg
Executable file
@ -0,0 +1,2 @@
|
||||
config_rfn=Share
|
||||
config_rfn_substitue=Shure
|
@ -1 +1,3 @@
|
||||
config_has_powerline=1
|
||||
config_rfn=Source
|
||||
config_rfn_substitue=Sauce
|
||||
|
2
src/unpatched-fonts/Terminus/config.cfg
Executable file
2
src/unpatched-fonts/Terminus/config.cfg
Executable file
@ -0,0 +1,2 @@
|
||||
config_rfn=Terminus
|
||||
config_rfn_substitue=Terminess
|
Loading…
Reference in New Issue
Block a user