├── .DS_Store ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── FONTLOG.txt ├── OFL.txt ├── README.md ├── documents ├── .DS_Store ├── Kerning │ └── kerning pais v1007 vs 1013.png └── sample.png ├── fonts ├── .DS_Store ├── OTF │ ├── LibreFranklin-Black.otf │ ├── LibreFranklin-BlackItalic.otf │ ├── LibreFranklin-Bold.otf │ ├── LibreFranklin-BoldItalic.otf │ ├── LibreFranklin-ExtraBold.otf │ ├── LibreFranklin-ExtraBoldItalic.otf │ ├── LibreFranklin-ExtraLight.otf │ ├── LibreFranklin-ExtraLightItalic.otf │ ├── LibreFranklin-Italic.otf │ ├── LibreFranklin-Light.otf │ ├── LibreFranklin-LightItalic.otf │ ├── LibreFranklin-Medium.otf │ ├── LibreFranklin-MediumItalic.otf │ ├── LibreFranklin-Regular.otf │ ├── LibreFranklin-SemiBold.otf │ ├── LibreFranklin-SemiBoldItalic.otf │ ├── LibreFranklin-Thin.otf │ └── LibreFranklin-ThinItalic.otf ├── TTF │ ├── LibreFranklin-Black.ttf │ ├── LibreFranklin-BlackItalic.ttf │ ├── LibreFranklin-Bold.ttf │ ├── LibreFranklin-BoldItalic.ttf │ ├── LibreFranklin-ExtraBold.ttf │ ├── LibreFranklin-ExtraBoldItalic.ttf │ ├── LibreFranklin-ExtraLight.ttf │ ├── LibreFranklin-ExtraLightItalic.ttf │ ├── LibreFranklin-Italic.ttf │ ├── LibreFranklin-Light.ttf │ ├── LibreFranklin-LightItalic.ttf │ ├── LibreFranklin-Medium.ttf │ ├── LibreFranklin-MediumItalic.ttf │ ├── LibreFranklin-Regular.ttf │ ├── LibreFranklin-SemiBold.ttf │ ├── LibreFranklin-SemiBoldItalic.ttf │ ├── LibreFranklin-Thin.ttf │ └── LibreFranklin-ThinItalic.ttf └── VariableFont │ ├── LibreFranklinGX-Italics-v4015.ttf │ └── LibreFranklinGX-Romans-v4015.ttf ├── legacy ├── .DS_Store ├── version-v1.014 │ ├── FONTLOG.txt │ ├── OFL.txt │ ├── README.md │ ├── documents │ │ └── Kerning │ │ │ └── kerning pais v1007 vs 1013.png │ ├── fonts │ │ ├── OTF │ │ │ ├── LibreFranklin-Black.otf │ │ │ ├── LibreFranklin-BlackItalic.otf │ │ │ ├── LibreFranklin-Bold.otf │ │ │ ├── LibreFranklin-BoldItalic.otf │ │ │ ├── LibreFranklin-ExtraBold.otf │ │ │ ├── LibreFranklin-ExtraBoldItalic.otf │ │ │ ├── LibreFranklin-ExtraLight.otf │ │ │ ├── LibreFranklin-ExtraLightItalic.otf │ │ │ ├── LibreFranklin-Italic.otf │ │ │ ├── LibreFranklin-Light.otf │ │ │ ├── LibreFranklin-LightItalic.otf │ │ │ ├── LibreFranklin-Medium.otf │ │ │ ├── LibreFranklin-MediumItalic.otf │ │ │ ├── LibreFranklin-Regular.otf │ │ │ ├── LibreFranklin-SemiBold.otf │ │ │ ├── LibreFranklin-SemiBoldItalic.otf │ │ │ ├── LibreFranklin-Thin.otf │ │ │ └── LibreFranklin-ThinItalic.otf │ │ ├── TTF │ │ │ ├── LibreFranklin-Black.ttf │ │ │ ├── LibreFranklin-BlackItalic.ttf │ │ │ ├── LibreFranklin-Bold.ttf │ │ │ ├── LibreFranklin-BoldItalic.ttf │ │ │ ├── LibreFranklin-ExtraBold.ttf │ │ │ ├── LibreFranklin-ExtraBoldItalic.ttf │ │ │ ├── LibreFranklin-ExtraLight.ttf │ │ │ ├── LibreFranklin-ExtraLightItalic.ttf │ │ │ ├── LibreFranklin-Italic.ttf │ │ │ ├── LibreFranklin-Light.ttf │ │ │ ├── LibreFranklin-LightItalic.ttf │ │ │ ├── LibreFranklin-Medium.ttf │ │ │ ├── LibreFranklin-MediumItalic.ttf │ │ │ ├── LibreFranklin-Regular.ttf │ │ │ ├── LibreFranklin-SemiBold.ttf │ │ │ ├── LibreFranklin-SemiBoldItalic.ttf │ │ │ ├── LibreFranklin-Thin.ttf │ │ │ └── LibreFranklin-ThinItalic.ttf │ │ └── VariableFont │ │ │ ├── LibreFranklinGX-Italics-v4015.ttf │ │ │ └── LibreFranklinGX-Romans-v4015.ttf │ └── source │ │ ├── For GX fonts │ │ ├── LibreFranklin Italics GX v1015.glyphs │ │ └── LibreFranklin Romans GX v1015 .glyphs │ │ └── For Single Fonts │ │ ├── LibreFranklin Italics v1015.glyphs │ │ └── LibreFranklin Romans v1015 .glyphs └── version-v1.015 GX only │ ├── .DS_Store │ └── GX v1015 │ ├── LibreFranklin Italics GX v1015.glyphs │ └── LibreFranklin Romans GX v1015 .glyphs └── sources ├── .DS_Store ├── LibreFranklin Italics.glyphs └── LibreFranklin Romans.glyphs /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/.DS_Store -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- 1 | # This is the official list of project authors for copyright purposes. 2 | # This file is distinct from the CONTRIBUTORS.txt file. 3 | # See the latter for an explanation. 4 | # 5 | # Names should be added to this file as: 6 | # Name or Organization 7 | 8 | Pablo Impallari 9 | Rodrigo Fuenzalida -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | # This is the list of people who have contributed to this project, 2 | # and includes those not listed in AUTHORS.txt because they are not 3 | # copyright authors. For example, company employees may be listed 4 | # here because their company holds the copyright and is listed there. 5 | # 6 | # When adding J Random Contributor's name to this file, either J's 7 | # name or J's organization's name should be added to AUTHORS.txt 8 | # 9 | # Names should be added to this file as: 10 | # Name 11 | 12 | Pablo Impallari 13 | Rodrigo Fuenzalida 14 | Alexei Vanyashin 15 | Nhung Nguyen -------------------------------------------------------------------------------- /FONTLOG.txt: -------------------------------------------------------------------------------- 1 | FONTLOG for the Libre Franklin fonts 2 | 3 | This file provides detailed information on the Libre Franklin Font Software. 4 | 5 | This information should be distributed along with the Libre Franklin fonts and any 6 | derivative works. 7 | 8 | Basic Font Information 9 | 10 | Libre Franklin is an interpretation and expancion based on the 1912 Morris Fuller Benton’s classic. 11 | 12 | To contribute to the project contact Pablo Impallari at https://github.com/impallari/Libre-Franklin/ 13 | 14 | 30 Mar 2018 (Alexei Vanyashin) Libre Franklin v1.500 15 | — Added Cyrillic Plus, and Pro support 16 | - Added Latin Plus, Pro support (few missing glyphs) 17 | 18 | 15 Nov 2016 (Pablo Impallari) Libre Franklin v1.015 19 | - Fix italics doublequote interpolation bug 20 | 21 | 8 September 2016 (Pablo Impallari, Rodrigo Fuenzalida, Nhung Nguyen) Libre Franklin v1.014 22 | - Many fixes and improvements 23 | - Full kerning review 24 | - New Vertical Metrics 25 | 26 | 29 August 2016 (Pablo Impallari, Rodrigo Fuenzalida, Nhung Nguyen) Libre Franklin v1.007 27 | - Vietnamese language extension 28 | 29 | 30 June 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.004 30 | - Tweaked vertical metrics to make room for Vietnamese diacritics 31 | - Improved the precomposed fractions in both the Romans and the Italics. 32 | 33 | 01 June 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.003 34 | - fixed some small bugs 35 | 36 | 28 April 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.002 37 | - fixed hungarumlaut interpolation bug 38 | - Some more dekinking in the Italics 39 | 40 | 15 Jan 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.001 41 | - Initial Release 42 | 43 | 01 June 2015 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v0.001 44 | - Initial Beta 45 | 46 | Acknowledgements 47 | 48 | If you make modifications be sure to add your name (N), 49 | email (E), web-address (if you have one) (W) and 50 | description (D). This list is in alphabetical order. 51 | 52 | N: Pablo Impallari 53 | E: impallari@gmail.com 54 | W: http://www.impallari.com 55 | D: Designer 56 | 57 | N: Rodrigo Fuenzalida 58 | E: fuenzarodrigo@gmail.com 59 | W: http://www.impallari.com 60 | D: Designer 61 | 62 | N: Alexei Vanashin 63 | E: a@cyreal.org 64 | W: http://cyreal.org 65 | D: Designer of Cyrillic -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2015, Impallari Type (www.impallari.com) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Libre Franklin Font 2 | ====================== 3 | 4 | Libre Franklin is an interpretation and expancion based on the 1912 Morris Fuller Benton’s classic. 5 | 6 | #### Libre Franklin covers all 105 Latin Languages: 7 | 8 | Afar, Afrikaans, Albanian, Azerbaijani, Basque, Belarusian, Bislama, Bosnian, Breton, Catalan, Chamorro, Chichewa, Comorian, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Faroese, Fijian, Filipino/Tagalog, Finnish, Flemish, French, Gaelic (Irish / Manx / Scottish), Gagauz, German, Gikuyu, Gilbertese/Kiribati, Greenlandic, Guarani, Haitian_Creole, Hawaiian, Hungarian, Icelandic, Igo/Igbo, Indonesian, Irish, Italian, Javanese, Kashubian, Kinyarwanda, Kirundi, Latin, Latvian, Lithuanian, Luba/Ciluba/Kasai, Luxembourgish, Malagasy, Malay, Maltese, Maori, Marquesan, Marshallese, Moldovan/Moldovian/Romanian, Montenegrin, Nauruan, Ndebele, Norwegian, Oromo, Palauan/Belauan, Polish, Portuguese, Quechua, Romanian, Romansh, Sami, Samoan, Sango, Serbian, Sesotho, Setswana/Sitswana/Tswana, Seychellois_Creole, SiSwati/Swati/Swazi, Silesian, Slovak, Slovenian, Somali, Sorbian, Sotho, Spanish, Swahili, Swedish, Tahitian, Tetum, Tok_Pisin, Tongan, Tsonga, Tswana, Tuareg/Berber, Turkish, Turkmen, Tuvaluan, Uzbek/Usbek, Vietnamese, Wallisian, Walloon, Welsh, Xhosa, Yoruba, Zulu. 9 | 10 | #### Cyrillic 11 | March 2018 GF Cyrillic Plus, Pro support was added by Alexei Vanyashin (v1.500). Missing Latin glyphs were added to fully support GF Latin Plus, and Pro. 12 | 13 | ## License 14 | 15 | - Libre Franklin is licensed under the SIL Open Font License v1.1 () 16 | - To view the copyright and specific terms and conditions please refer to [OFL.txt](https://github.com/impallari/Libre-Franklin/blob/master/OFL.txt) 17 | 18 | ## Authors 19 | 20 | [Pablo Impallari](http://www.impallari.com), [Rodrigo Fuenzalida](http://www.rfuenzalida.com) 21 | 22 | ## Contributors 23 | 24 | Nhung Nguyen (Vietnamese), [Alexei Vanyashin (Cyrillic)](http://cyreal.rog) 25 | 26 | ![image](documents/sample.png) 27 | -------------------------------------------------------------------------------- /documents/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/documents/.DS_Store -------------------------------------------------------------------------------- /documents/Kerning/kerning pais v1007 vs 1013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/documents/Kerning/kerning pais v1007 vs 1013.png -------------------------------------------------------------------------------- /documents/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/documents/sample.png -------------------------------------------------------------------------------- /fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/.DS_Store -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Black.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-BlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-BlackItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Bold.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-ExtraLight.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-ExtraLightItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Italic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Light.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-LightItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Medium.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-MediumItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Regular.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-SemiBold.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-SemiBoldItalic.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-Thin.otf -------------------------------------------------------------------------------- /fonts/OTF/LibreFranklin-ThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/OTF/LibreFranklin-ThinItalic.otf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Black.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-BlackItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Bold.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-ExtraLight.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Italic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Light.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Medium.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Regular.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-Thin.ttf -------------------------------------------------------------------------------- /fonts/TTF/LibreFranklin-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/TTF/LibreFranklin-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/VariableFont/LibreFranklinGX-Italics-v4015.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/VariableFont/LibreFranklinGX-Italics-v4015.ttf -------------------------------------------------------------------------------- /fonts/VariableFont/LibreFranklinGX-Romans-v4015.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/fonts/VariableFont/LibreFranklinGX-Romans-v4015.ttf -------------------------------------------------------------------------------- /legacy/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/.DS_Store -------------------------------------------------------------------------------- /legacy/version-v1.014/FONTLOG.txt: -------------------------------------------------------------------------------- 1 | FONTLOG for the Libre Franklin fonts 2 | 3 | This file provides detailed information on the Libre Franklin Font Software. 4 | 5 | This information should be distributed along with the Libre Franklin fonts and any 6 | derivative works. 7 | 8 | Basic Font Information 9 | 10 | Libre Franklin is an interpretation and expancion based on the 1912 Morris Fuller Benton’s classic. 11 | 12 | To contribute to the project contact Pablo Impallari at https://github.com/impallari/Libre-Franklin/ 13 | 14 | 15 Nov 2016 (Pablo Impallari) Libre Franklin v1.015 15 | - Fix italics doublequote interpolation bug 16 | 17 | 8 September 2016 (Pablo Impallari, Rodrigo Fuenzalida, Nhung Nguyen) Libre Franklin v1.014 18 | - Many fixes and improvements 19 | - Full kerning review 20 | - New Vertical Metrics 21 | 22 | 29 August 2016 (Pablo Impallari, Rodrigo Fuenzalida, Nhung Nguyen) Libre Franklin v1.007 23 | - Vietnamese language extension 24 | 25 | 30 June 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.004 26 | - Tweaked vertical metrics to make room for Vietnamese diacritics 27 | - Improved the precomposed fractions in both the Romans and the Italics. 28 | 29 | 01 June 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.003 30 | - fixed some small bugs 31 | 32 | 28 April 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.002 33 | - fixed hungarumlaut interpolation bug 34 | - Some more dekinking in the Italics 35 | 36 | 15 Jan 2016 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v1.001 37 | - Initial Release 38 | 39 | 01 June 2015 (Pablo Impallari, Rodrigo Fuenzalida) Libre Franklin v0.001 40 | - Initial Beta 41 | 42 | Acknowledgements 43 | 44 | If you make modifications be sure to add your name (N), 45 | email (E), web-address (if you have one) (W) and 46 | description (D). This list is in alphabetical order. 47 | 48 | N: Pablo Impallari 49 | E: impallari@gmail.com 50 | W: http://www.impallari.com 51 | D: Designer 52 | 53 | N: Rodrigo Fuenzalida 54 | E: fuenzarodrigo@gmail.com 55 | W: http://www.impallari.com 56 | D: Designer 57 | 58 | -------------------------------------------------------------------------------- /legacy/version-v1.014/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2015, Impallari Type (www.impallari.com) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /legacy/version-v1.014/README.md: -------------------------------------------------------------------------------- 1 | Libre Franklin Font 2 | ====================== 3 | 4 | Libre Franklin is an interpretation and expancion based on the 1912 Morris Fuller Benton’s classic. 5 | 6 | #### Libre Franklin covers all 105 Latin Languages: 7 | 8 | Afar, Afrikaans, Albanian, Azerbaijani, Basque, Belarusian, Bislama, Bosnian, Breton, Catalan, Chamorro, Chichewa, Comorian, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Faroese, Fijian, Filipino/Tagalog, Finnish, Flemish, French, Gaelic (Irish / Manx / Scottish), Gagauz, German, Gikuyu, Gilbertese/Kiribati, Greenlandic, Guarani, Haitian_Creole, Hawaiian, Hungarian, Icelandic, Igo/Igbo, Indonesian, Irish, Italian, Javanese, Kashubian, Kinyarwanda, Kirundi, Latin, Latvian, Lithuanian, Luba/Ciluba/Kasai, Luxembourgish, Malagasy, Malay, Maltese, Maori, Marquesan, Marshallese, Moldovan/Moldovian/Romanian, Montenegrin, Nauruan, Ndebele, Norwegian, Oromo, Palauan/Belauan, Polish, Portuguese, Quechua, Romanian, Romansh, Sami, Samoan, Sango, Serbian, Sesotho, Setswana/Sitswana/Tswana, Seychellois_Creole, SiSwati/Swati/Swazi, Silesian, Slovak, Slovenian, Somali, Sorbian, Sotho, Spanish, Swahili, Swedish, Tahitian, Tetum, Tok_Pisin, Tongan, Tsonga, Tswana, Tuareg/Berber, Turkish, Turkmen, Tuvaluan, Uzbek/Usbek, Vietnamese, Wallisian, Walloon, Welsh, Xhosa, Yoruba, Zulu. 9 | 10 | ## License 11 | 12 | - Libre Franklin is licensed under the SIL Open Font License v1.1 () 13 | - To view the copyright and specific terms and conditions please refer to [OFL.txt](https://github.com/impallari/Libre-Franklin/blob/master/OFL.txt) 14 | 15 | ## Authors 16 | 17 | [Pablo Impallari](http://www.impallari.com), [Rodrigo Fuenzalida](http://www.rfuenzalida.com) and Nhung Nguyen 18 | -------------------------------------------------------------------------------- /legacy/version-v1.014/documents/Kerning/kerning pais v1007 vs 1013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/documents/Kerning/kerning pais v1007 vs 1013.png -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Black.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-BlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-BlackItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Bold.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-BoldItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraBold.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraLight.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-ExtraLightItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Italic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Light.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-LightItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Medium.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-MediumItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Regular.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-SemiBold.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-SemiBoldItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-Thin.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/OTF/LibreFranklin-ThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/OTF/LibreFranklin-ThinItalic.otf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Black.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-BlackItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Bold.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-BoldItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraBold.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraLight.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Italic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Light.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-LightItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Medium.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-MediumItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Regular.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-SemiBold.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-Thin.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/TTF/LibreFranklin-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/TTF/LibreFranklin-ThinItalic.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/VariableFont/LibreFranklinGX-Italics-v4015.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/VariableFont/LibreFranklinGX-Italics-v4015.ttf -------------------------------------------------------------------------------- /legacy/version-v1.014/fonts/VariableFont/LibreFranklinGX-Romans-v4015.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.014/fonts/VariableFont/LibreFranklinGX-Romans-v4015.ttf -------------------------------------------------------------------------------- /legacy/version-v1.015 GX only/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/legacy/version-v1.015 GX only/.DS_Store -------------------------------------------------------------------------------- /sources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impallari/Libre-Franklin/0022627ebb2a582327569ee45af5d0d9ef31dfea/sources/.DS_Store --------------------------------------------------------------------------------