mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Rename Bitstream Vera (due to RFN)
[why] The license of Bitstream Vera requires patched fonts to contain neither "Bitstream" nor "Vera" in the name. It explicitly requires that also for fonts that (only) add some glyphs. Yes, we are rather late to notice this :-( Sorry. [how] Rename Bitstream Vera to BitstromWera, and also drop the Sans Mono part of the name. The new name looks and sounds similar enough to get the reference, while being shorter and somewhat logical. Fixes: #1173 Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
7ebb44349e
commit
4642ab095c
@ -62,10 +62,10 @@
|
||||
},
|
||||
{
|
||||
"unpatchedName": "Bitstream Vera Sans Mono",
|
||||
"RFN": false,
|
||||
"patchedName": "BitstreamVeraSansMono",
|
||||
"RFN": true,
|
||||
"patchedName": "BitstromWera",
|
||||
"folderName": "BitstreamVeraSansMono",
|
||||
"imagePreviewFont": "BitstreamVeraSansMono Nerd Font",
|
||||
"imagePreviewFont": "BitstromWera Nerd Font",
|
||||
"linkPreviewFont": "bitstream-vera",
|
||||
"caskName": "bitstream-vera-sans-mono",
|
||||
"description": "Dotted zero, compact lowercase characters"
|
||||
|
@ -192,6 +192,7 @@ class FontnameTools:
|
||||
|
||||
SIL_TABLE = [
|
||||
( '(a)nonymous', r'\1nonymice' ),
|
||||
( '(b)itstream( ?)(v)era', r'\1itstrom\2Wera' ),
|
||||
( '(s)ource', r'\1auce' ),
|
||||
( '(h)ermit', r'\1urmit' ),
|
||||
( '(h)asklig', r'\1asklug' ),
|
||||
|
@ -636,6 +636,10 @@ class font_patcher:
|
||||
reservedFontNameReplacements = {
|
||||
'source' : 'sauce',
|
||||
'Source' : 'Sauce',
|
||||
'Bitstream Vera' : 'Bitstrom Wera',
|
||||
'BitstreamVera' : 'BitstromWera',
|
||||
'bitstream vera' : 'bitstrom wera',
|
||||
'bitstreamvera' : 'bitstromwera',
|
||||
'hermit' : 'hurmit',
|
||||
'Hermit' : 'Hurmit',
|
||||
'hasklig' : 'hasklug',
|
||||
|
@ -119,7 +119,7 @@ See [Wiki: Icon names in shell][wiki-icon-names-in-shell]
|
||||
| [Arimo][p-arimo] | [Arimo][f-arimo] | 1.33 | NO | ![w] ![m2] ![l] |
|
||||
| [Aurulent Sans Mono Nerd Font][p-aurulent] | Stephen G. Hartke | | NO | ![w] ![m2] ![l] |
|
||||
| [BigBlueTerminal][p-bigblueterm] | VileR | | NO | ![w] ![m2] ![l] |
|
||||
| [Bitstream Vera Sans Mono Nerd Font][p-bitstream] | Bitstream Inc | 1.1 | NO | ![w] ![m2] ![l] |
|
||||
| [Bitstrom Wera Nerd Font][p-bitstream] | Bitstream Inc | 1.1 | YES | ![w] ![m2] ![l] |
|
||||
| [Blex Mono][p-blex] | [IBM Plex Mono][f-ibm-plex] | 2.3 | YES | ![w] ![m2] ![l] |
|
||||
| [Caskaydia Cove Nerd Font][p-cascadia] | [Cascadia Code][f-cascadia] |2111.01| YES | ![w] ![m2] ![l] |
|
||||
| [Code New Roman Nerd Font][p-code-nr] | Sam Radian | 2.0 | NO | ![w] ![m2] ![l] |
|
||||
|
Loading…
Reference in New Issue
Block a user