Skip to content

Commit 8162d36

Browse files
committed
fix #207 add "og" ibm courier
1 parent 907df8a commit 8162d36

20 files changed

Lines changed: 178 additions & 7 deletions

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ Therefore:
111111
- [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro) _SIL OFL_ ([view](https://www.programmingfonts.org/#anonymous-pro))
112112
- [APL2741](http://apl385.com/fonts/index.htm) _public domain_ ([view](https://www.programmingfonts.org/#apl2741))
113113
- [APL385](http://apl385.com/fonts/index.htm) _public domain_ ([view](https://www.programmingfonts.org/#apl385))
114+
- [Aporetic Sans Mono](https://github.com/protesilaos/aporetic) _SIL OFL_ ([view](https://www.programmingfonts.org/#aporetic-sans))
115+
- [Aporetic Serif Mono](https://github.com/protesilaos/aporetic) _SIL OFL_ ([view](https://www.programmingfonts.org/#aporetic-serif))
114116
- [Atkinson Hyperlegible Mono](https://www.brailleinstitute.org/freefont/) _SIL OFL_ ([view](https://www.programmingfonts.org/#atkinson-hyperlegible))
115117
- [AudioLink Mono](https://audiolink.dev) _SIL OFL_ ([view](https://www.programmingfonts.org/#audio-link))
116118
- [Aurulent Sans Mono](https://www.fontsquirrel.com/fonts/Aurulent-Sans-Mono) _SIL OFL_ ([view](https://www.programmingfonts.org/#aurulent))
@@ -135,6 +137,9 @@ Therefore:
135137
- [Comic Shanns](https://github.com/shannpersand/comic-shanns) _MIT_ ([view](https://www.programmingfonts.org/#comic-shanns))
136138
- [Commit Mono](https://commitmono.com) _SIL OFL_ ([view](https://www.programmingfonts.org/#commit-mono))
137139
- [Consolamono](http://openfontlibrary.org/en/font/consolamono) _SIL OFL_ ([view](https://www.programmingfonts.org/#consolamono))
140+
- [IBM Courier](https://github.com/dse/font-og-courier) _permissive_ ([view](https://www.programmingfonts.org/#courier-ibm))
141+
- [IBM Courier (dot)](https://github.com/dse/font-og-courier) _permissive_ ([view](https://www.programmingfonts.org/#courier-ibm-dotted))
142+
- [IBM Courier (slash)](https://github.com/dse/font-og-courier) _permissive_ ([view](https://www.programmingfonts.org/#courier-ibm-slashed))
138143
- [Courier Prime](https://quoteunquoteapps.com/courierprime) _SIL OFL_ ([view](https://www.programmingfonts.org/#courier-prime))
139144
- [Courier Prime Code](https://quoteunquoteapps.com/courierprime) _SIL OFL_ ([view](https://www.programmingfonts.org/#courier-prime-code))
140145
- [Courier Prime Sans](https://quoteunquoteapps.com/courierprime) _SIL OFL_ ([view](https://www.programmingfonts.org/#courier-prime-sans))
@@ -202,7 +207,7 @@ Therefore:
202207
- [Lotion](https://font.nina.coffee) _SIL OFL_ ([view](https://www.programmingfonts.org/#lotion))
203208
- [Luculent](http://eastfarthing.com/luculent/) _SIL OFL_ ([view](https://www.programmingfonts.org/#luculent))
204209
- [Luxi Mono](http://www.fontsquirrel.com/fonts/Luxi-Mono) _Luxi License_ ([view](https://www.programmingfonts.org/#luxi))
205-
- [Lyth Mono](http://github.com/why-trv/) _SIL OFL_ ([view](https://www.programmingfonts.org/#lyth-mono))
210+
- [Lyth Mono](https://github.com/why-trv/LythMono) _SIL OFL_ ([view](https://www.programmingfonts.org/#lyth-mono))
206211
- [Maple](https://github.com/subframe7536/maple-font) _SIL OFL_ ([view](https://www.programmingfonts.org/#maple))
207212
- [Martian Mono](https://github.com/evilmartians/mono) _SIL OFL_ ([view](https://www.programmingfonts.org/#martian-mono))
208213
- [MD IO](https://io.mass-driver.com) _commercial_ ([view](https://www.programmingfonts.org/#md-io))

fonts-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"Luxi License",
4141
"MIT",
4242
"none",
43+
"permissive",
4344
"public domain",
4445
"SIL OFL",
4546
"Ubuntu Font Licence",

fonts.json

Lines changed: 57 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"license": "SIL OFL",
113113
"ligatures": false,
114114
"name": "Aporetic Sans Mono",
115-
"new": true,
116115
"rendering": "vector",
117116
"style": "sans",
118117
"variants": [
@@ -131,7 +130,6 @@
131130
"license": "SIL OFL",
132131
"ligatures": false,
133132
"name": "Aporetic Serif Mono",
134-
"new": true,
135133
"rendering": "vector",
136134
"style": "serif",
137135
"variants": [
@@ -485,6 +483,63 @@
485483
"year": 2011,
486484
"zerostyle": "slashed"
487485
},
486+
"courier-ibm": {
487+
"author": "Howard Kettler",
488+
"description": "IBM’s original Courier digitized and made available in modern file formats. Dotted and slashed zeroes are available that are more suited for programming. Here credited to the original designer, but maintained by Darren Embry.",
489+
"license": "permissive",
490+
"ligatures": false,
491+
"name": "IBM Courier",
492+
"new": true,
493+
"rendering": "vector",
494+
"style": "serif",
495+
"variants": [
496+
"regular",
497+
"italic",
498+
"bold",
499+
"bold-italic"
500+
],
501+
"website": "https://github.com/dse/font-og-courier",
502+
"year": 1955,
503+
"zerostyle": "empty"
504+
},
505+
"courier-ibm-dotted": {
506+
"author": "Darren Embry",
507+
"description": "IBM’s original Courier digitized and made available in modern file formats. This is the dotted zero variant, improved for programming by Darren Embry.",
508+
"license": "permissive",
509+
"ligatures": false,
510+
"name": "IBM Courier (dot)",
511+
"new": true,
512+
"rendering": "vector",
513+
"style": "serif",
514+
"variants": [
515+
"regular",
516+
"italic",
517+
"bold",
518+
"bold-italic"
519+
],
520+
"website": "https://github.com/dse/font-og-courier",
521+
"year": 2021,
522+
"zerostyle": "dotted"
523+
},
524+
"courier-ibm-slashed": {
525+
"author": "Darren Embry",
526+
"description": "IBM’s original Courier digitized and made available in modern file formats. This is the slashed zero variant, improved for programming by Darren Embry.",
527+
"license": "permissive",
528+
"ligatures": false,
529+
"name": "IBM Courier (slash)",
530+
"new": true,
531+
"rendering": "vector",
532+
"style": "serif",
533+
"variants": [
534+
"regular",
535+
"italic",
536+
"bold",
537+
"bold-italic"
538+
],
539+
"website": "https://github.com/dse/font-og-courier",
540+
"year": 2021,
541+
"zerostyle": "slashed"
542+
},
488543
"courier-prime": {
489544
"author": "Alan Dague-Greene",
490545
"description": "We set out to make the best damn Courier ever.",
@@ -1486,7 +1541,6 @@
14861541
"description": "A custom metrics Iosevka build aiming for a square-ish 'technical' look with good legibility at small sizes.",
14871542
"license": "SIL OFL",
14881543
"ligatures": true,
1489-
"new": true,
14901544
"name": "Lyth Mono",
14911545
"rendering": "vector",
14921546
"style": "sans",
@@ -1585,7 +1639,6 @@
15851639
"license": "SIL OFL",
15861640
"ligatures": false,
15871641
"name": "Miracode",
1588-
"new": true,
15891642
"rendering": "vector",
15901643
"style": "sans",
15911644
"variants": [
@@ -1772,7 +1825,6 @@
17721825
"license": "SIL OFL",
17731826
"ligatures": false,
17741827
"name": "Myna",
1775-
"new": true,
17761828
"rendering": "vector",
17771829
"style": "sans",
17781830
"variants": [
@@ -1971,7 +2023,6 @@
19712023
"license": "SIL OFL",
19722024
"ligatures": false,
19732025
"name": "Paper Mono",
1974-
"new": true,
19752026
"rendering": "vector",
19762027
"style": "sans",
19772028
"variants": [
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
IBM Courier - Copyright (c) IBM Corporation 1990, 1991
2+
3+
You are hereby granted permission under the terms of the IBM/MIT X Consortium
4+
Courier Typefont agreement to execute, reproduce, distribute, display, market,
5+
sell and otherwise transfer copies of the IBM Courier font to third parties.
6+
7+
The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION
8+
ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
9+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Binary file not shown.
18.4 KB
Binary file not shown.
Binary file not shown.
18.3 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
IBM Courier - Copyright (c) IBM Corporation 1990, 1991
2+
3+
You are hereby granted permission under the terms of the IBM/MIT X Consortium
4+
Courier Typefont agreement to execute, reproduce, distribute, display, market,
5+
sell and otherwise transfer copies of the IBM Courier font to third parties.
6+
7+
The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION
8+
ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
9+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Binary file not shown.

0 commit comments

Comments
 (0)