├── .github └── ISSUE_TEMPLATE.md ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── LICENSE.txt ├── METADATA.yml ├── README.md ├── artwork ├── art-sources │ ├── TheQuickBrownFox.psd │ ├── TypeWithPride_Art.ai │ ├── TypeWithPride_Art_RGB.pdf │ └── TypeWithPride_Gilbert_design-flat.eps └── press-release-images │ ├── 1-L-FlyPosting.jpg │ ├── 2-G-FlyPosting.jpg │ ├── 3-B-FlyPosting.jpg │ ├── 4-T-FlyPosting.jpg │ ├── 5-Q-FlyPosting.jpg │ ├── Flag-LGBTQ.gif │ ├── LGBTQ-FlyPosting.jpg │ ├── LGBTQ.gif │ ├── TypeWithPride-01.jpg │ ├── TypeWithPride-02.jpg │ ├── TypeWithPride-03.jpg │ ├── TypeWithPride-04.jpg │ ├── TypeWithPride-05.jpg │ ├── TypeWithPride-06.jpg │ ├── TypeWithPride-07.jpg │ ├── TypeWithPride-08.jpg │ ├── TypeWithPride-09.jpg │ └── TypeWithPride-10.jpg ├── documentation ├── README.md └── gilbert-in-photoshop.png ├── fonts ├── Gilbert-Bold Preview_1005.otf └── Gilbert-Color Bold Preview_1005.otf └── specimen.jpg /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Expected Behavior 4 | 5 | 6 | 7 | ## Current Behavior 8 | 9 | 10 | 11 | ## Possible Solution 12 | 13 | 14 | 15 | ## Steps to Reproduce (for bugs) 16 | 17 | 18 | 1. 19 | 2. 20 | 3. 21 | 4. 22 | 23 | ## Context 24 | 25 | 26 | 27 | ## Your Environment 28 | 29 | * Font used: 30 | * Version used: 31 | * Application name and version: 32 | * Operating system and version (desktop or mobile): 33 | 34 | -------------------------------------------------------------------------------- /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 | Latin Design: 9 | Ogilvy & Mather 10 | 11 | Katakana Design: 12 | Kazunori Shiina, Hayato Yamasaki -------------------------------------------------------------------------------- /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 | hello@typewithpride.com 13 | 14 | Ogilvy & Mather Design Team: 15 | Alfonso Marian - Chief Creative Officer 16 | Chris Rowson - Creative Director 17 | Bastien Baumann - Creative Director 18 | Rodrigo Moran - Creative Director 19 | Robyn Makinson - Designer and Font Designer 20 | Justin Au - Motion Designer 21 | Akiko Nakashima - Executive Producer 22 | Bill Berman - Group Director 23 | 24 | Katakana Team Design: 25 | Kazunori Shiina - Art director 26 | Hayato Yamasaki - Art director 27 | 28 | Fontself: 29 | Franz Hoffman - Co-founder 30 | Joël Galeran - Co-founder 31 | Mohamed Ghenania - Co-founder 32 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright 2017 Ogilvy & Mather 2 | 3 | The Type With Pride artwork and the Gilbert fonts are released under 4 | the Creative Commons Attribution-ShareAlike 4.0 International License. 5 | Learn more about this license and usage rights at 6 | http://creativecommons.org/licenses/by-sa/4.0/ 7 | 8 | 9 | Attribution-ShareAlike 4.0 International 10 | 11 | ======================================================================= 12 | 13 | Creative Commons Corporation ("Creative Commons") is not a law firm and 14 | does not provide legal services or legal advice. Distribution of 15 | Creative Commons public licenses does not create a lawyer-client or 16 | other relationship. Creative Commons makes its licenses and related 17 | information available on an "as-is" basis. Creative Commons gives no 18 | warranties regarding its licenses, any material licensed under their 19 | terms and conditions, or any related information. Creative Commons 20 | disclaims all liability for damages resulting from their use to the 21 | fullest extent possible. 22 | 23 | Using Creative Commons Public Licenses 24 | 25 | Creative Commons public licenses provide a standard set of terms and 26 | conditions that creators and other rights holders may use to share 27 | original works of authorship and other material subject to copyright 28 | and certain other rights specified in the public license below. The 29 | following considerations are for informational purposes only, are not 30 | exhaustive, and do not form part of our licenses. 31 | 32 | Considerations for licensors: Our public licenses are 33 | intended for use by those authorized to give the public 34 | permission to use material in ways otherwise restricted by 35 | copyright and certain other rights. Our licenses are 36 | irrevocable. Licensors should read and understand the terms 37 | and conditions of the license they choose before applying it. 38 | Licensors should also secure all rights necessary before 39 | applying our licenses so that the public can reuse the 40 | material as expected. Licensors should clearly mark any 41 | material not subject to the license. This includes other CC- 42 | licensed material, or material used under an exception or 43 | limitation to copyright. More considerations for licensors: 44 | wiki.creativecommons.org/Considerations_for_licensors 45 | 46 | Considerations for the public: By using one of our public 47 | licenses, a licensor grants the public permission to use the 48 | licensed material under specified terms and conditions. If 49 | the licensor's permission is not necessary for any reason--for 50 | example, because of any applicable exception or limitation to 51 | copyright--then that use is not regulated by the license. Our 52 | licenses grant only permissions under copyright and certain 53 | other rights that a licensor has authority to grant. Use of 54 | the licensed material may still be restricted for other 55 | reasons, including because others have copyright or other 56 | rights in the material. A licensor may make special requests, 57 | such as asking that all changes be marked or described. 58 | Although not required by our licenses, you are encouraged to 59 | respect those requests where reasonable. More_considerations 60 | for the public: 61 | wiki.creativecommons.org/Considerations_for_licensees 62 | 63 | ======================================================================= 64 | 65 | Creative Commons Attribution-ShareAlike 4.0 International Public 66 | License 67 | 68 | By exercising the Licensed Rights (defined below), You accept and agree 69 | to be bound by the terms and conditions of this Creative Commons 70 | Attribution-ShareAlike 4.0 International Public License ("Public 71 | License"). To the extent this Public License may be interpreted as a 72 | contract, You are granted the Licensed Rights in consideration of Your 73 | acceptance of these terms and conditions, and the Licensor grants You 74 | such rights in consideration of benefits the Licensor receives from 75 | making the Licensed Material available under these terms and 76 | conditions. 77 | 78 | 79 | Section 1 -- Definitions. 80 | 81 | a. Adapted Material means material subject to Copyright and Similar 82 | Rights that is derived from or based upon the Licensed Material 83 | and in which the Licensed Material is translated, altered, 84 | arranged, transformed, or otherwise modified in a manner requiring 85 | permission under the Copyright and Similar Rights held by the 86 | Licensor. For purposes of this Public License, where the Licensed 87 | Material is a musical work, performance, or sound recording, 88 | Adapted Material is always produced where the Licensed Material is 89 | synched in timed relation with a moving image. 90 | 91 | b. Adapter's License means the license You apply to Your Copyright 92 | and Similar Rights in Your contributions to Adapted Material in 93 | accordance with the terms and conditions of this Public License. 94 | 95 | c. BY-SA Compatible License means a license listed at 96 | creativecommons.org/compatiblelicenses, approved by Creative 97 | Commons as essentially the equivalent of this Public License. 98 | 99 | d. Copyright and Similar Rights means copyright and/or similar rights 100 | closely related to copyright including, without limitation, 101 | performance, broadcast, sound recording, and Sui Generis Database 102 | Rights, without regard to how the rights are labeled or 103 | categorized. For purposes of this Public License, the rights 104 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 105 | Rights. 106 | 107 | e. Effective Technological Measures means those measures that, in the 108 | absence of proper authority, may not be circumvented under laws 109 | fulfilling obligations under Article 11 of the WIPO Copyright 110 | Treaty adopted on December 20, 1996, and/or similar international 111 | agreements. 112 | 113 | f. Exceptions and Limitations means fair use, fair dealing, and/or 114 | any other exception or limitation to Copyright and Similar Rights 115 | that applies to Your use of the Licensed Material. 116 | 117 | g. License Elements means the license attributes listed in the name 118 | of a Creative Commons Public License. The License Elements of this 119 | Public License are Attribution and ShareAlike. 120 | 121 | h. Licensed Material means the artistic or literary work, database, 122 | or other material to which the Licensor applied this Public 123 | License. 124 | 125 | i. Licensed Rights means the rights granted to You subject to the 126 | terms and conditions of this Public License, which are limited to 127 | all Copyright and Similar Rights that apply to Your use of the 128 | Licensed Material and that the Licensor has authority to license. 129 | 130 | j. Licensor means the individual(s) or entity(ies) granting rights 131 | under this Public License. 132 | 133 | k. Share means to provide material to the public by any means or 134 | process that requires permission under the Licensed Rights, such 135 | as reproduction, public display, public performance, distribution, 136 | dissemination, communication, or importation, and to make material 137 | available to the public including in ways that members of the 138 | public may access the material from a place and at a time 139 | individually chosen by them. 140 | 141 | l. Sui Generis Database Rights means rights other than copyright 142 | resulting from Directive 96/9/EC of the European Parliament and of 143 | the Council of 11 March 1996 on the legal protection of databases, 144 | as amended and/or succeeded, as well as other essentially 145 | equivalent rights anywhere in the world. 146 | 147 | m. You means the individual or entity exercising the Licensed Rights 148 | under this Public License. Your has a corresponding meaning. 149 | 150 | 151 | Section 2 -- Scope. 152 | 153 | a. License grant. 154 | 155 | 1. Subject to the terms and conditions of this Public License, 156 | the Licensor hereby grants You a worldwide, royalty-free, 157 | non-sublicensable, non-exclusive, irrevocable license to 158 | exercise the Licensed Rights in the Licensed Material to: 159 | 160 | a. reproduce and Share the Licensed Material, in whole or 161 | in part; and 162 | 163 | b. produce, reproduce, and Share Adapted Material. 164 | 165 | 2. Exceptions and Limitations. For the avoidance of doubt, where 166 | Exceptions and Limitations apply to Your use, this Public 167 | License does not apply, and You do not need to comply with 168 | its terms and conditions. 169 | 170 | 3. Term. The term of this Public License is specified in Section 171 | 6(a). 172 | 173 | 4. Media and formats; technical modifications allowed. The 174 | Licensor authorizes You to exercise the Licensed Rights in 175 | all media and formats whether now known or hereafter created, 176 | and to make technical modifications necessary to do so. The 177 | Licensor waives and/or agrees not to assert any right or 178 | authority to forbid You from making technical modifications 179 | necessary to exercise the Licensed Rights, including 180 | technical modifications necessary to circumvent Effective 181 | Technological Measures. For purposes of this Public License, 182 | simply making modifications authorized by this Section 2(a) 183 | (4) never produces Adapted Material. 184 | 185 | 5. Downstream recipients. 186 | 187 | a. Offer from the Licensor -- Licensed Material. Every 188 | recipient of the Licensed Material automatically 189 | receives an offer from the Licensor to exercise the 190 | Licensed Rights under the terms and conditions of this 191 | Public License. 192 | 193 | b. Additional offer from the Licensor -- Adapted Material. 194 | Every recipient of Adapted Material from You 195 | automatically receives an offer from the Licensor to 196 | exercise the Licensed Rights in the Adapted Material 197 | under the conditions of the Adapter's License You apply. 198 | 199 | c. No downstream restrictions. You may not offer or impose 200 | any additional or different terms or conditions on, or 201 | apply any Effective Technological Measures to, the 202 | Licensed Material if doing so restricts exercise of the 203 | Licensed Rights by any recipient of the Licensed 204 | Material. 205 | 206 | 6. No endorsement. Nothing in this Public License constitutes or 207 | may be construed as permission to assert or imply that You 208 | are, or that Your use of the Licensed Material is, connected 209 | with, or sponsored, endorsed, or granted official status by, 210 | the Licensor or others designated to receive attribution as 211 | provided in Section 3(a)(1)(A)(i). 212 | 213 | b. Other rights. 214 | 215 | 1. Moral rights, such as the right of integrity, are not 216 | licensed under this Public License, nor are publicity, 217 | privacy, and/or other similar personality rights; however, to 218 | the extent possible, the Licensor waives and/or agrees not to 219 | assert any such rights held by the Licensor to the limited 220 | extent necessary to allow You to exercise the Licensed 221 | Rights, but not otherwise. 222 | 223 | 2. Patent and trademark rights are not licensed under this 224 | Public License. 225 | 226 | 3. To the extent possible, the Licensor waives any right to 227 | collect royalties from You for the exercise of the Licensed 228 | Rights, whether directly or through a collecting society 229 | under any voluntary or waivable statutory or compulsory 230 | licensing scheme. In all other cases the Licensor expressly 231 | reserves any right to collect such royalties. 232 | 233 | 234 | Section 3 -- License Conditions. 235 | 236 | Your exercise of the Licensed Rights is expressly made subject to the 237 | following conditions. 238 | 239 | a. Attribution. 240 | 241 | 1. If You Share the Licensed Material (including in modified 242 | form), You must: 243 | 244 | a. retain the following if it is supplied by the Licensor 245 | with the Licensed Material: 246 | 247 | i. identification of the creator(s) of the Licensed 248 | Material and any others designated to receive 249 | attribution, in any reasonable manner requested by 250 | the Licensor (including by pseudonym if 251 | designated); 252 | 253 | ii. a copyright notice; 254 | 255 | iii. a notice that refers to this Public License; 256 | 257 | iv. a notice that refers to the disclaimer of 258 | warranties; 259 | 260 | v. a URI or hyperlink to the Licensed Material to the 261 | extent reasonably practicable; 262 | 263 | b. indicate if You modified the Licensed Material and 264 | retain an indication of any previous modifications; and 265 | 266 | c. indicate the Licensed Material is licensed under this 267 | Public License, and include the text of, or the URI or 268 | hyperlink to, this Public License. 269 | 270 | 2. You may satisfy the conditions in Section 3(a)(1) in any 271 | reasonable manner based on the medium, means, and context in 272 | which You Share the Licensed Material. For example, it may be 273 | reasonable to satisfy the conditions by providing a URI or 274 | hyperlink to a resource that includes the required 275 | information. 276 | 277 | 3. If requested by the Licensor, You must remove any of the 278 | information required by Section 3(a)(1)(A) to the extent 279 | reasonably practicable. 280 | 281 | b. ShareAlike. 282 | 283 | In addition to the conditions in Section 3(a), if You Share 284 | Adapted Material You produce, the following conditions also apply. 285 | 286 | 1. The Adapter's License You apply must be a Creative Commons 287 | license with the same License Elements, this version or 288 | later, or a BY-SA Compatible License. 289 | 290 | 2. You must include the text of, or the URI or hyperlink to, the 291 | Adapter's License You apply. You may satisfy this condition 292 | in any reasonable manner based on the medium, means, and 293 | context in which You Share Adapted Material. 294 | 295 | 3. You may not offer or impose any additional or different terms 296 | or conditions on, or apply any Effective Technological 297 | Measures to, Adapted Material that restrict exercise of the 298 | rights granted under the Adapter's License You apply. 299 | 300 | 301 | Section 4 -- Sui Generis Database Rights. 302 | 303 | Where the Licensed Rights include Sui Generis Database Rights that 304 | apply to Your use of the Licensed Material: 305 | 306 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 307 | to extract, reuse, reproduce, and Share all or a substantial 308 | portion of the contents of the database; 309 | 310 | b. if You include all or a substantial portion of the database 311 | contents in a database in which You have Sui Generis Database 312 | Rights, then the database in which You have Sui Generis Database 313 | Rights (but not its individual contents) is Adapted Material, 314 | 315 | including for purposes of Section 3(b); and 316 | c. You must comply with the conditions in Section 3(a) if You Share 317 | all or a substantial portion of the contents of the database. 318 | 319 | For the avoidance of doubt, this Section 4 supplements and does not 320 | replace Your obligations under this Public License where the Licensed 321 | Rights include other Copyright and Similar Rights. 322 | 323 | 324 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 325 | 326 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 327 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 328 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 329 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 330 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 331 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 332 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 333 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 334 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 335 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 336 | 337 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 338 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 339 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 340 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 341 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 342 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 343 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 344 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 345 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 346 | 347 | c. The disclaimer of warranties and limitation of liability provided 348 | above shall be interpreted in a manner that, to the extent 349 | possible, most closely approximates an absolute disclaimer and 350 | waiver of all liability. 351 | 352 | 353 | Section 6 -- Term and Termination. 354 | 355 | a. This Public License applies for the term of the Copyright and 356 | Similar Rights licensed here. However, if You fail to comply with 357 | this Public License, then Your rights under this Public License 358 | terminate automatically. 359 | 360 | b. Where Your right to use the Licensed Material has terminated under 361 | Section 6(a), it reinstates: 362 | 363 | 1. automatically as of the date the violation is cured, provided 364 | it is cured within 30 days of Your discovery of the 365 | violation; or 366 | 367 | 2. upon express reinstatement by the Licensor. 368 | 369 | For the avoidance of doubt, this Section 6(b) does not affect any 370 | right the Licensor may have to seek remedies for Your violations 371 | of this Public License. 372 | 373 | c. For the avoidance of doubt, the Licensor may also offer the 374 | Licensed Material under separate terms or conditions or stop 375 | distributing the Licensed Material at any time; however, doing so 376 | will not terminate this Public License. 377 | 378 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 379 | License. 380 | 381 | 382 | Section 7 -- Other Terms and Conditions. 383 | 384 | a. The Licensor shall not be bound by any additional or different 385 | terms or conditions communicated by You unless expressly agreed. 386 | 387 | b. Any arrangements, understandings, or agreements regarding the 388 | Licensed Material not stated herein are separate from and 389 | independent of the terms and conditions of this Public License. 390 | 391 | 392 | Section 8 -- Interpretation. 393 | 394 | a. For the avoidance of doubt, this Public License does not, and 395 | shall not be interpreted to, reduce, limit, restrict, or impose 396 | conditions on any use of the Licensed Material that could lawfully 397 | be made without permission under this Public License. 398 | 399 | b. To the extent possible, if any provision of this Public License is 400 | deemed unenforceable, it shall be automatically reformed to the 401 | minimum extent necessary to make it enforceable. If the provision 402 | cannot be reformed, it shall be severed from this Public License 403 | without affecting the enforceability of the remaining terms and 404 | conditions. 405 | 406 | c. No term or condition of this Public License will be waived and no 407 | failure to comply consented to unless expressly agreed to by the 408 | Licensor. 409 | 410 | d. Nothing in this Public License constitutes or may be interpreted 411 | as a limitation upon, or waiver of, any privileges and immunities 412 | that apply to the Licensor or You, including from the legal 413 | processes of any jurisdiction or authority. 414 | 415 | 416 | ======================================================================= 417 | 418 | Creative Commons is not a party to its public 419 | licenses. Notwithstanding, Creative Commons may elect to apply one of 420 | its public licenses to material it publishes and in those instances 421 | will be considered the “Licensor.” The text of the Creative Commons 422 | public licenses is dedicated to the public domain under the CC0 Public 423 | Domain Dedication. Except for the limited purpose of indicating that 424 | material is shared under a Creative Commons public license or as 425 | otherwise permitted by the Creative Commons policies published at 426 | creativecommons.org/policies, Creative Commons does not authorize the 427 | use of the trademark "Creative Commons" or any other trademark or logo 428 | of Creative Commons without its prior written consent including, 429 | without limitation, in connection with any unauthorized modifications 430 | to any of its public licenses or any other arrangements, 431 | understandings, or agreements concerning use of licensed material. For 432 | the avoidance of doubt, this paragraph does not form part of the 433 | public licenses. 434 | 435 | Creative Commons may be contacted at creativecommons.org. 436 | 437 | -------------------------------------------------------------------------------- /METADATA.yml: -------------------------------------------------------------------------------- 1 | --- 2 | unified font repository version: "0.2" 3 | unified font repository url: https://github.com/raphaelbastide/Unified-Font-Repository/ 4 | typeface family: 5 | name: Gilbert 6 | tags: 7 | - sans 8 | - sans-serif 9 | - color 10 | - colorful 11 | - chromatic 12 | - headline 13 | - poster 14 | - magazine 15 | - modern 16 | - branding 17 | - logo 18 | - geometric 19 | - German 20 | - decorative 21 | - Art Deco 22 | - Tshirt 23 | repository url: https://github.com/fontself/TypeWithPride 24 | project url: http://www.typewithpride.com 25 | project status: alpha 26 | tools: 27 | - Fontself Maker for Illustrator 28 | - Adobe Illustrator 29 | similar fonts: 30 | - Relish Pro 31 | - Windlesham Pro 32 | sample text: 33 | - en_us: The quick brown fox jumps over the lazy dog 34 | ... -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Type With Pride: The Gilbert Font Project 2 | 3 | On 31 March, 2017, Gilbert Baker the creator of the iconic Rainbow Flag sadly passed away. Mr. Baker was both an LGBTQ activist and artist, and was known for helping friends create banners for protests and marches. To honor the memory of Gilbert Baker, NewFest and NYC Pride partnered with Ogilvy & Mather and Fontself to create free fonts inspired by the design language of the iconic Rainbow Flag, the typeface was named *Gilbert* after Mr. Baker. 4 | 5 | - Learn more about Type With Pride at [typewithpride.com](https://www.typewithpride.com) 6 | - Learn more about the ongoing creative and technical process [on the Fontself blog](https://stories.fontself.com/type-with-pride-a-color-font-chronicle-bb61fda31566) 7 | 8 | ## Specimen 9 | 10 | [![Gilbert Specimen](specimen.jpg)](https://www.typewithpride.com) 11 | 12 | ## Details 13 | 14 | ### [Download the fonts](https://github.com/Fontself/TypeWithPride/releases) · [How to install](/documentation) · [Get the news](https://www.typewithpride.com/#get-the-news) 15 | 16 | *Gilbert* is available today as preview alpha version in the OpenType font format and will grow over the upcoming months into a font family with several weights, stylistic sets, ligatures and symbols. 17 | 18 | *Gilbert Color* features colorful glyphs and is currently available in the OpenType-SVG color font format. 19 | 20 | - [Check out the docs](/documentation) to learn more about how to use the *Gilbert* font and its color version. 21 | - [Check out ColorFonts.WTF](https://www.colorfonts.wtf) to learn more about color fonts and their technical specificities. 22 | 23 | *Gilbert* was made with a custom version of [Fontself for Illustrator](https://www.fontself.com), based on a typeface design created in [Adobe Illustrator](https://www.adobe.com/illustrator). The font sources will be freely available at a later stage. 24 | 25 | ## License 26 | 27 | Thanks to support from the Type With Pride authors, NewFest, NYC Pride and Fontself, all Type With Pride artwork and the Gilbert font are released under the Creative Commons Attribution-ShareAlike 4.0 International License. Learn more about this license and usage rights at 28 | 29 | - Learn more about NewFest at [newfest.org](http://newfest.org) 30 | - Learn more about NYC Pride at [nycpride.org](https://www.nycpride.org) 31 | - Learn more about Fontself at [fontself.com](https://www.fontself.com) 32 | 33 | ## Repository Layout 34 | 35 | The font repository follows the Unified Font Repository v2.0, a standard way to organize font project source files. 36 | 37 | - Learn more at 38 | -------------------------------------------------------------------------------- /artwork/art-sources/TheQuickBrownFox.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/art-sources/TheQuickBrownFox.psd -------------------------------------------------------------------------------- /artwork/art-sources/TypeWithPride_Art.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/art-sources/TypeWithPride_Art.ai -------------------------------------------------------------------------------- /artwork/art-sources/TypeWithPride_Art_RGB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/art-sources/TypeWithPride_Art_RGB.pdf -------------------------------------------------------------------------------- /artwork/press-release-images/1-L-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/1-L-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/2-G-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/2-G-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/3-B-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/3-B-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/4-T-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/4-T-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/5-Q-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/5-Q-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/Flag-LGBTQ.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/Flag-LGBTQ.gif -------------------------------------------------------------------------------- /artwork/press-release-images/LGBTQ-FlyPosting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/LGBTQ-FlyPosting.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/LGBTQ.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/LGBTQ.gif -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-01.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-02.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-03.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-04.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-05.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-06.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-07.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-08.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-09.jpg -------------------------------------------------------------------------------- /artwork/press-release-images/TypeWithPride-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/artwork/press-release-images/TypeWithPride-10.jpg -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- 1 | The Gilbert font family is part of an ongoing project, Type With Pride: www.typewithpride.com 2 | 3 | - The Gilbert Color font relies on a new color font format, OpenType-SVG. 4 | - It can be installed on both Mac & PC but its colors will only show up on recent systems (macOS Mojave 10.14 and over) and apps (InDesign CC 2019+, Illustrator 2018+, Photoshop 2017+). 5 | - On older systems and apps, the multicolored letters will be displayed as a black font. Gilbert Color includes such a fallback solution, so while the font might look black on your operating system, the color font data is still around: just load Photoshop CC 2017 or a more recent version and you will see the color letters. 6 | 7 | Learn more about color fonts and their compatibility: www.colorfonts.wtf 8 | 9 | ![Gilbert Color font in Photoshop](gilbert-in-photoshop.png) 10 | 11 | You can try it by yourself by loading the sample Photoshop PSD file, TheQuickBrownFox.psd (remember, Photoshop CC 2017 or more recent is required) -------------------------------------------------------------------------------- /documentation/gilbert-in-photoshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/documentation/gilbert-in-photoshop.png -------------------------------------------------------------------------------- /fonts/Gilbert-Bold Preview_1005.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/fonts/Gilbert-Bold Preview_1005.otf -------------------------------------------------------------------------------- /fonts/Gilbert-Color Bold Preview_1005.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/fonts/Gilbert-Color Bold Preview_1005.otf -------------------------------------------------------------------------------- /specimen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fontself/TypeWithPride/64276a8942de051807a0bfac19866e601832a902/specimen.jpg --------------------------------------------------------------------------------