mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Monaspace: Fix naming
[why] When shortening the rare gases names to the element symbol Radon is named 'Rd' while it should be 'Rn'. Atomic number 86 on the periodic table. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
a74f913206
commit
b0b4c34524
@ -216,7 +216,7 @@ class FontnameTools:
|
|||||||
( '(.*ar)gon', r'\1'), # Monaspace shorten face name
|
( '(.*ar)gon', r'\1'), # Monaspace shorten face name
|
||||||
( '(.*kr)ypton', r'\1'), # Monaspace shorten face name
|
( '(.*kr)ypton', r'\1'), # Monaspace shorten face name
|
||||||
( '(.*xe)non', r'\1'), # Monaspace shorten face name
|
( '(.*xe)non', r'\1'), # Monaspace shorten face name
|
||||||
( '(.*r)adon', r'\1d'), # Monaspace shorten face name
|
( '(.*r)adon', r'\1n'), # Monaspace shorten face name
|
||||||
( '(im ?writing ?q)uattro', r'\1uat'), # Rename iM Writing Quattro to Quat
|
( '(im ?writing ?q)uattro', r'\1uat'), # Rename iM Writing Quattro to Quat
|
||||||
( '(im ?writing ?(mono|duo|quat)) ?s', r'\1'), # Remove S from all iM Writing styles
|
( '(im ?writing ?(mono|duo|quat)) ?s', r'\1'), # Remove S from all iM Writing styles
|
||||||
]
|
]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
from __future__ import absolute_import, print_function, unicode_literals
|
from __future__ import absolute_import, print_function, unicode_literals
|
||||||
|
|
||||||
# Change the script version when you edit this script:
|
# Change the script version when you edit this script:
|
||||||
script_version = "4.8.0"
|
script_version = "4.8.1"
|
||||||
|
|
||||||
version = "3.1.0"
|
version = "3.1.0"
|
||||||
projectName = "Nerd Fonts"
|
projectName = "Nerd Fonts"
|
||||||
|
Loading…
Reference in New Issue
Block a user