├── CharterBT-Bold.otf ├── CharterBT-BoldItalic.otf ├── CharterBT-Italic.otf ├── CharterBT-Roman.otf ├── Copyright └── README.md /CharterBT-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidseegert/Bitstream-Charter/228c710b28dd8ebb41867ba37d782a2508a995de/CharterBT-Bold.otf -------------------------------------------------------------------------------- /CharterBT-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidseegert/Bitstream-Charter/228c710b28dd8ebb41867ba37d782a2508a995de/CharterBT-BoldItalic.otf -------------------------------------------------------------------------------- /CharterBT-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidseegert/Bitstream-Charter/228c710b28dd8ebb41867ba37d782a2508a995de/CharterBT-Italic.otf -------------------------------------------------------------------------------- /CharterBT-Roman.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidseegert/Bitstream-Charter/228c710b28dd8ebb41867ba37d782a2508a995de/CharterBT-Roman.otf -------------------------------------------------------------------------------- /Copyright: -------------------------------------------------------------------------------- 1 | (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 2 | 3 | You are hereby granted permission under all Bitstream propriety rights 4 | to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 5 | Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts 6 | for any purpose and without restriction; provided, that this notice is 7 | left intact on all copies of such fonts and that Bitstream's trademark 8 | is acknowledged as shown below on all unmodified copies of the 4 Charter 9 | Type 1 fonts. 10 | 11 | BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Bitstream Charter 2 | This is an .otf conversion of the original PostScript 1 Bitstream Charter font. This build is based on x.org release 1.0.3. 3 | 4 | [Download](https://github.com/Peplow/Bitstream-Charter/archive/master.zip) 5 | 6 | There are four fonts included: 7 | ![Roman,Italic,Bold,BoldItalic](https://i.imgur.com/CpL7tOk.png) 8 | 9 | 10 | 11 | **Source files (original release):** 12 | https://www.x.org/archive/individual/font/font-bitstream-type1-1.0.3.tar.gz 13 | 14 | ## Original Licence 15 | 16 | > (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 17 | > 18 | > You are hereby granted permission under all Bitstream propriety rights 19 | > to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 20 | > Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts 21 | > for any purpose and without restriction; provided, that this notice is 22 | > left intact on all copies of such fonts and that Bitstream's trademark 23 | > is acknowledged as shown below on all unmodified copies of the 4 Charter 24 | > Type 1 fonts. 25 | > 26 | > BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 27 | --------------------------------------------------------------------------------