├── CHANGELOG.md ├── Illinois_Mono_Bold.ttf ├── Illinois_Mono_Medium.ttf ├── Illinois_Mono_Regular.ttf ├── OFL.txt └── README.md /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # 1.000 2 | * Initial release 3 | 4 | # 1.001 5 | * Vertical alignment adjustment 6 | 7 | # 1.002 8 | * Capital 'O' is slightly wider 9 | 10 | # 1.003 11 | * Minor adjustments to regular weight 12 | 13 | # 1.004 14 | * New wavier curly brackets 15 | * Square brackets are slightly wider 16 | 17 | # 1.005 18 | * Comma and semicolon are longer 19 | * Slight changes to capital A, C, G, and N to be more similar to Lexend 20 | 21 | # 1.006 22 | * Capital C, D, N, and Q are slightly more narrow 23 | 24 | # 1.007 25 | * Dot on semicolon is slightly larger 26 | 27 | # 1.008 28 | * Comma and semicolon curve more 29 | * Number '1' extends slightly more to the left 30 | * Straight line through dollar sign instead of staggered Lexend version 31 | * Minor touch-ups on bold version 32 | 33 | # 1.009 34 | * Fixed errors on semicolons and medium version '1' 35 | 36 | # 1.010 37 | * New tilde '~' is more wavy 38 | * Fixed slash and backslash being slightly different lengths 39 | 40 | # 1.011 41 | * Minor touch-ups to lowercase 'm', number '5', and curly brackets 42 | 43 | # 1.012 44 | * Slight changes to lowercase 'm' and curly brackets 45 | 46 | # 1.013 47 | * Fixed number '0' being slightly too thin 48 | 49 | # 1.014 50 | * Number '1' is slightly thinner 51 | 52 | # 1.015 53 | * Slight adjustments to number '0' 54 | 55 | # 1.016 56 | * Slight adjustment to curly brackets 57 | -------------------------------------------------------------------------------- /Illinois_Mono_Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MadSimple/illinois-mono/67c38f56eaa0fa437d6484d734ed23233f2932d6/Illinois_Mono_Bold.ttf -------------------------------------------------------------------------------- /Illinois_Mono_Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MadSimple/illinois-mono/67c38f56eaa0fa437d6484d734ed23233f2932d6/Illinois_Mono_Medium.ttf -------------------------------------------------------------------------------- /Illinois_Mono_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MadSimple/illinois-mono/67c38f56eaa0fa437d6484d734ed23233f2932d6/Illinois_Mono_Regular.ttf -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2019 The Lexend Project Authors (https://github.com/ThomasJockin/lexend) 2 | Copyright 2020 The DM Mono Project Authors (https://www.github.com/googlefonts/dm-mono) 3 | Copyright 2024 MadSimple (https://github.com/MadSimple/illinois-mono) 4 | 5 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 6 | This license is copied below, and is also available with a FAQ at: 7 | https://scripts.sil.org/OFL 8 | 9 | ----------------------------------------------------------- 10 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 | ----------------------------------------------------------- 12 | 13 | PREAMBLE 14 | The goals of the Open Font License (OFL) are to stimulate worldwide 15 | development of collaborative font projects, to support the font creation 16 | efforts of academic and linguistic communities, and to provide a free and 17 | open framework in which fonts may be shared and improved in partnership 18 | with others. 19 | 20 | The OFL allows the licensed fonts to be used, studied, modified and 21 | redistributed freely as long as they are not sold by themselves. The 22 | fonts, including any derivative works, can be bundled, embedded, 23 | redistributed and/or sold with any software provided that any reserved 24 | names are not used by derivative works. The fonts and derivatives, 25 | however, cannot be released under any other type of license. The 26 | requirement for fonts to remain under this license does not apply 27 | to any document created using the fonts or their derivatives. 28 | 29 | DEFINITIONS 30 | "Font Software" refers to the set of files released by the Copyright 31 | Holder(s) under this license and clearly marked as such. This may 32 | include source files, build scripts and documentation. 33 | 34 | "Reserved Font Name" refers to any names specified as such after the 35 | copyright statement(s). 36 | 37 | "Original Version" refers to the collection of Font Software components as 38 | distributed by the Copyright Holder(s). 39 | 40 | "Modified Version" refers to any derivative made by adding to, deleting, 41 | or substituting -- in part or in whole -- any of the components of the 42 | Original Version, by changing formats or by porting the Font Software to a 43 | new environment. 44 | 45 | "Author" refers to any designer, engineer, programmer, technical 46 | writer or other person who contributed to the Font Software. 47 | 48 | PERMISSION & CONDITIONS 49 | Permission is hereby granted, free of charge, to any person obtaining 50 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 51 | redistribute, and sell modified and unmodified copies of the Font 52 | Software, subject to the following conditions: 53 | 54 | 1) Neither the Font Software nor any of its individual components, 55 | in Original or Modified Versions, may be sold by itself. 56 | 57 | 2) Original or Modified Versions of the Font Software may be bundled, 58 | redistributed and/or sold with any software, provided that each copy 59 | contains the above copyright notice and this license. These can be 60 | included either as stand-alone text files, human-readable headers or 61 | in the appropriate machine-readable metadata fields within text or 62 | binary files as long as those fields can be easily viewed by the user. 63 | 64 | 3) No Modified Version of the Font Software may use the Reserved Font 65 | Name(s) unless explicit written permission is granted by the corresponding 66 | Copyright Holder. This restriction only applies to the primary font name as 67 | presented to the users. 68 | 69 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 70 | Software shall not be used to promote, endorse or advertise any 71 | Modified Version, except to acknowledge the contribution(s) of the 72 | Copyright Holder(s) and the Author(s) or with their explicit written 73 | permission. 74 | 75 | 5) The Font Software, modified or unmodified, in part or in whole, 76 | must be distributed entirely under this license, and must not be 77 | distributed under any other license. The requirement for fonts to 78 | remain under this license does not apply to any document created 79 | using the Font Software. 80 | 81 | TERMINATION 82 | This license becomes null and void if any of the above conditions are 83 | not met. 84 | 85 | DISCLAIMER 86 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 87 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 88 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 89 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 90 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 91 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 92 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 93 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 94 | OTHER DEALINGS IN THE FONT SOFTWARE. 95 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Illinois Mono 2 | Early release of a monospace font based on [Lexend](https://lexend.com), a font known for readability. 3 | 4 | ([Here](https://www.youtube.com/watch?v=GIm8arSogvY) is a video explaining how Lexend increases reading speed) 5 | 6 | 7 | ![image](https://github.com/MadSimple/illinois-mono/assets/92187165/e225c099-581a-43a8-9bf6-c6404d4f663c) 8 | 9 | *(Regular version above, Medium version below)* 10 | 11 | ![image](https://github.com/MadSimple/illinois-mono/assets/92187165/3de5ab71-766c-442e-85dc-5ef767a23f0d) 12 | 13 | Glyphs for Latin characters and common symbols are based on Lexend. 14 | Other characters currently use [DM Mono](https://fonts.google.com/specimen/DM+Mono) as a fallback. 15 | 16 | Notable changes from Lexend include: 17 | * Double-storey 'a' to distinguish from the 'o' 18 | * '1' without bottom serif, to distinguish it from the lowercase L used by some fonts 19 | 20 | Most other changes are to fit monospace style. 21 | 22 | ## License 23 | 24 | [SIL Open Font License, Version 1.1](http://scripts.sil.org/OFL) 25 | 26 | This font modifies Lexend and DM Mono, whose copyright statements are below, respectively: 27 | 28 | Copyright 2019 The Lexend Project Authors (https://github.com/ThomasJockin/lexend) 29 | 30 | Copyright 2020 The DM Mono Project Authors (https://www.github.com/googlefonts/dm-mono) 31 | --------------------------------------------------------------------------------