Skip to content

Commit c6ecdac

Browse files
authored
Merge pull request #1802 from joshestein/atkinson-hyperlegible-mono
Atkinson hyperlegible mono
2 parents 2a190fb + bc6734c commit c6ecdac

16 files changed

Lines changed: 134 additions & 8 deletions

bin/scripts/lib/fonts.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,21 @@
7575
"isMonospaced": false,
7676
"description": "Metrically similar to Arial, pan-European WGL character set, sans serif"
7777
},
78+
{
79+
"unpatchedName": "Atkinson Hyperlegible Mono",
80+
"licenseId": "OFL-1.1-RFN",
81+
"RFN": true,
82+
"version": "2.001",
83+
"patchedName": "AtkynsonMono",
84+
"folderName": "AtkinsonMono",
85+
"imagePreviewFont": "AtkynsonMono NF",
86+
"imagePreviewFontSource": "AtkinsonHyperlegibleMono/AtkinsonHyperlegibleMono-Regular.ttf",
87+
"linkPreviewFont": "atkinson-hyperlegible",
88+
"caskName": "atkynson-mono",
89+
"repoRelease": false,
90+
"isMonospaced": true,
91+
"description": "A monospaced font designed to improve legibility and readability for individuals with low vision"
92+
},
7893
{
7994
"unpatchedName": "Aurulent Sans Mono",
8095
"licenseId": "OFL-1.1-no-RFN",

bin/scripts/name_parser/FontnameTools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def postscript_char_filter(name):
185185
SIL_TABLE = [
186186
( '(a)nka/(c)oder', r'\1na\2onder' ),
187187
( '(a)nonymous', r'\1nonymice' ),
188+
( '(a)tkinson ?hyperlegible', r'\1tkynson' ), # Atkinson Hyperlegible -> Atkynson
188189
( '(b)itstream( ?)(v)era( ?sans ?mono)?', r'\1itstrom\2Wera' ),
189190
( '(c)ascadia( ?)(c)ode', r'\1askaydia\2\3ove' ),
190191
( '(c)ascadia( ?)(m)ono', r'\1askaydia\2\3ono' ),

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ A preview of all fonts can be found [here](https://www.nerdfonts.com/font-downlo
121121
| [Agave Nerd Font][p-agave] | [Agave][f-agave] | 37 | NO |
122122
| [AnonymicePro Nerd Font][p-anonymous-pro] | [Anonymous Pro][f-a-pro] | 1.002 | YES |
123123
| [Arimo Nerd Font][p-arimo] | [Arimo][f-arimo] | 1.33 | NO |
124+
| [AtynsonMono Nerd Font][p-atkinson-mono] | [Atkinson Hyperlegible Mono][f-atkinson]| 2.001 | YES |
124125
| [AurulentSansMono Nerd Font][p-aurulent] | Aurulent Sans Mono (Stephen G. Hartke) | | NO |
125126
| [BigBlueTerminal Nerd Font][p-bigblueterm] | BigBlueTerminal (VileR) | | NO |
126127
| [BitstromWera Nerd Font][p-bitstream] | Vera Sans Mono (Bitstream Inc) | 1.1 | YES |
@@ -725,6 +726,7 @@ Font repos
725726
[f-agave]:https://github.com/agarick/agave
726727
[f-a-pro]:https://www.marksimonson.com/fonts/view/anonymous-pro
727728
[f-arimo]:https://github.com/googlefonts/Arimo
729+
[f-atkinson]:https://www.brailleinstitute.org/freefont/
728730
[f-cascadia]:https://github.com/microsoft/cascadia-code
729731
[f-cousine]:https://fonts.google.com/specimen/Cousine
730732
[f-comic]:https://github.com/jesusmgg/comic-shanns-mono
@@ -786,6 +788,7 @@ Patched Font internal links
786788
[p-agave]:patched-fonts/Agave
787789
[p-anonymous-pro]:patched-fonts/AnonymousPro
788790
[p-arimo]:patched-fonts/Arimo
791+
[p-atkinson-mono]:patched-fonts/AtkinsonHyperlegibleMono
789792
[p-aurulent]:patched-fonts/AurulentSansMono
790793
[p-bigblueterm]:patched-fonts/BigBlueTerminal
791794
[p-bitstream]:patched-fonts/BitstreamVeraSansMono
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)