├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── DESCRIPTION.en_us.html ├── OFL.txt ├── README.md ├── documentation └── barlow.gif ├── fonts ├── eot │ ├── Barlow-Black.eot │ ├── Barlow-BlackItalic.eot │ ├── Barlow-Bold.eot │ ├── Barlow-BoldItalic.eot │ ├── Barlow-ExtraBold.eot │ ├── Barlow-ExtraBoldItalic.eot │ ├── Barlow-ExtraLight.eot │ ├── Barlow-ExtraLightItalic.eot │ ├── Barlow-Italic.eot │ ├── Barlow-Light.eot │ ├── Barlow-LightItalic.eot │ ├── Barlow-Medium.eot │ ├── Barlow-MediumItalic.eot │ ├── Barlow-Regular.eot │ ├── Barlow-SemiBold.eot │ ├── Barlow-SemiBoldItalic.eot │ ├── Barlow-Thin.eot │ ├── Barlow-ThinItalic.eot │ ├── BarlowCondensed-Black.eot │ ├── BarlowCondensed-BlackItalic.eot │ ├── BarlowCondensed-Bold.eot │ ├── BarlowCondensed-BoldItalic.eot │ ├── BarlowCondensed-ExtraBold.eot │ ├── BarlowCondensed-ExtraBoldItalic.eot │ ├── BarlowCondensed-ExtraLight.eot │ ├── BarlowCondensed-ExtraLightItalic.eot │ ├── BarlowCondensed-Italic.eot │ ├── BarlowCondensed-Light.eot │ ├── BarlowCondensed-LightItalic.eot │ ├── BarlowCondensed-Medium.eot │ ├── BarlowCondensed-MediumItalic.eot │ ├── BarlowCondensed-Regular.eot │ ├── BarlowCondensed-SemiBold.eot │ ├── BarlowCondensed-SemiBoldItalic.eot │ ├── BarlowCondensed-Thin.eot │ ├── BarlowCondensed-ThinItalic.eot │ ├── BarlowSemiCondensed-Black.eot │ ├── BarlowSemiCondensed-BlackItalic.eot │ ├── BarlowSemiCondensed-Bold.eot │ ├── BarlowSemiCondensed-BoldItalic.eot │ ├── BarlowSemiCondensed-ExtraBold.eot │ ├── BarlowSemiCondensed-ExtraBoldItalic.eot │ ├── BarlowSemiCondensed-ExtraLight.eot │ ├── BarlowSemiCondensed-ExtraLightItalic.eot │ ├── BarlowSemiCondensed-Italic.eot │ ├── BarlowSemiCondensed-Light.eot │ ├── BarlowSemiCondensed-LightItalic.eot │ ├── BarlowSemiCondensed-Medium.eot │ ├── BarlowSemiCondensed-MediumItalic.eot │ ├── BarlowSemiCondensed-Regular.eot │ ├── BarlowSemiCondensed-SemiBold.eot │ ├── BarlowSemiCondensed-SemiBoldItalic.eot │ ├── BarlowSemiCondensed-Thin.eot │ └── BarlowSemiCondensed-ThinItalic.eot ├── gx │ └── BarlowGX.ttf ├── otf │ ├── Barlow-Black.otf │ ├── Barlow-BlackItalic.otf │ ├── Barlow-Bold.otf │ ├── Barlow-BoldItalic.otf │ ├── Barlow-ExtraBold.otf │ ├── Barlow-ExtraBoldItalic.otf │ ├── Barlow-ExtraLight.otf │ ├── Barlow-ExtraLightItalic.otf │ ├── Barlow-Italic.otf │ ├── Barlow-Light.otf │ ├── Barlow-LightItalic.otf │ ├── Barlow-Medium.otf │ ├── Barlow-MediumItalic.otf │ ├── Barlow-Regular.otf │ ├── Barlow-SemiBold.otf │ ├── Barlow-SemiBoldItalic.otf │ ├── Barlow-Thin.otf │ ├── Barlow-ThinItalic.otf │ ├── BarlowCondensed-Black.otf │ ├── BarlowCondensed-BlackItalic.otf │ ├── BarlowCondensed-Bold.otf │ ├── BarlowCondensed-BoldItalic.otf │ ├── BarlowCondensed-ExtraBold.otf │ ├── BarlowCondensed-ExtraBoldItalic.otf │ ├── BarlowCondensed-ExtraLight.otf │ ├── BarlowCondensed-ExtraLightItalic.otf │ ├── BarlowCondensed-Italic.otf │ ├── BarlowCondensed-Light.otf │ ├── BarlowCondensed-LightItalic.otf │ ├── BarlowCondensed-Medium.otf │ ├── BarlowCondensed-MediumItalic.otf │ ├── BarlowCondensed-Regular.otf │ ├── BarlowCondensed-SemiBold.otf │ ├── BarlowCondensed-SemiBoldItalic.otf │ ├── BarlowCondensed-Thin.otf │ ├── BarlowCondensed-ThinItalic.otf │ ├── BarlowSemiCondensed-Black.otf │ ├── BarlowSemiCondensed-BlackItalic.otf │ ├── BarlowSemiCondensed-Bold.otf │ ├── BarlowSemiCondensed-BoldItalic.otf │ ├── BarlowSemiCondensed-ExtraBold.otf │ ├── BarlowSemiCondensed-ExtraBoldItalic.otf │ ├── BarlowSemiCondensed-ExtraLight.otf │ ├── BarlowSemiCondensed-ExtraLightItalic.otf │ ├── BarlowSemiCondensed-Italic.otf │ ├── BarlowSemiCondensed-Light.otf │ ├── BarlowSemiCondensed-LightItalic.otf │ ├── BarlowSemiCondensed-Medium.otf │ ├── BarlowSemiCondensed-MediumItalic.otf │ ├── BarlowSemiCondensed-Regular.otf │ ├── BarlowSemiCondensed-SemiBold.otf │ ├── BarlowSemiCondensed-SemiBoldItalic.otf │ ├── BarlowSemiCondensed-Thin.otf │ └── BarlowSemiCondensed-ThinItalic.otf ├── ttf │ ├── Barlow-Black.ttf │ ├── Barlow-BlackItalic.ttf │ ├── Barlow-Bold.ttf │ ├── Barlow-BoldItalic.ttf │ ├── Barlow-ExtraBold.ttf │ ├── Barlow-ExtraBoldItalic.ttf │ ├── Barlow-ExtraLight.ttf │ ├── Barlow-ExtraLightItalic.ttf │ ├── Barlow-Italic.ttf │ ├── Barlow-Light.ttf │ ├── Barlow-LightItalic.ttf │ ├── Barlow-Medium.ttf │ ├── Barlow-MediumItalic.ttf │ ├── Barlow-Regular.ttf │ ├── Barlow-SemiBold.ttf │ ├── Barlow-SemiBoldItalic.ttf │ ├── Barlow-Thin.ttf │ ├── Barlow-ThinItalic.ttf │ ├── BarlowCondensed-Black.ttf │ ├── BarlowCondensed-BlackItalic.ttf │ ├── BarlowCondensed-Bold.ttf │ ├── BarlowCondensed-BoldItalic.ttf │ ├── BarlowCondensed-ExtraBold.ttf │ ├── BarlowCondensed-ExtraBoldItalic.ttf │ ├── BarlowCondensed-ExtraLight.ttf │ ├── BarlowCondensed-ExtraLightItalic.ttf │ ├── BarlowCondensed-Italic.ttf │ ├── BarlowCondensed-Light.ttf │ ├── BarlowCondensed-LightItalic.ttf │ ├── BarlowCondensed-Medium.ttf │ ├── BarlowCondensed-MediumItalic.ttf │ ├── BarlowCondensed-Regular.ttf │ ├── BarlowCondensed-SemiBold.ttf │ ├── BarlowCondensed-SemiBoldItalic.ttf │ ├── BarlowCondensed-Thin.ttf │ ├── BarlowCondensed-ThinItalic.ttf │ ├── BarlowSemiCondensed-Black.ttf │ ├── BarlowSemiCondensed-BlackItalic.ttf │ ├── BarlowSemiCondensed-Bold.ttf │ ├── BarlowSemiCondensed-BoldItalic.ttf │ ├── BarlowSemiCondensed-ExtraBold.ttf │ ├── BarlowSemiCondensed-ExtraBoldItalic.ttf │ ├── BarlowSemiCondensed-ExtraLight.ttf │ ├── BarlowSemiCondensed-ExtraLightItalic.ttf │ ├── BarlowSemiCondensed-Italic.ttf │ ├── BarlowSemiCondensed-Light.ttf │ ├── BarlowSemiCondensed-LightItalic.ttf │ ├── BarlowSemiCondensed-Medium.ttf │ ├── BarlowSemiCondensed-MediumItalic.ttf │ ├── BarlowSemiCondensed-Regular.ttf │ ├── BarlowSemiCondensed-SemiBold.ttf │ ├── BarlowSemiCondensed-SemiBoldItalic.ttf │ ├── BarlowSemiCondensed-Thin.ttf │ └── BarlowSemiCondensed-ThinItalic.ttf ├── woff │ ├── Barlow-Black.woff │ ├── Barlow-BlackItalic.woff │ ├── Barlow-Bold.woff │ ├── Barlow-BoldItalic.woff │ ├── Barlow-ExtraBold.woff │ ├── Barlow-ExtraBoldItalic.woff │ ├── Barlow-ExtraLight.woff │ ├── Barlow-ExtraLightItalic.woff │ ├── Barlow-Italic.woff │ ├── Barlow-Light.woff │ ├── Barlow-LightItalic.woff │ ├── Barlow-Medium.woff │ ├── Barlow-MediumItalic.woff │ ├── Barlow-Regular.woff │ ├── Barlow-SemiBold.woff │ ├── Barlow-SemiBoldItalic.woff │ ├── Barlow-Thin.woff │ ├── Barlow-ThinItalic.woff │ ├── BarlowCondensed-Black.woff │ ├── BarlowCondensed-BlackItalic.woff │ ├── BarlowCondensed-Bold.woff │ ├── BarlowCondensed-BoldItalic.woff │ ├── BarlowCondensed-ExtraBold.woff │ ├── BarlowCondensed-ExtraBoldItalic.woff │ ├── BarlowCondensed-ExtraLight.woff │ ├── BarlowCondensed-ExtraLightItalic.woff │ ├── BarlowCondensed-Italic.woff │ ├── BarlowCondensed-Light.woff │ ├── BarlowCondensed-LightItalic.woff │ ├── BarlowCondensed-Medium.woff │ ├── BarlowCondensed-MediumItalic.woff │ ├── BarlowCondensed-Regular.woff │ ├── BarlowCondensed-SemiBold.woff │ ├── BarlowCondensed-SemiBoldItalic.woff │ ├── BarlowCondensed-Thin.woff │ ├── BarlowCondensed-ThinItalic.woff │ ├── BarlowSemiCondensed-Black.woff │ ├── BarlowSemiCondensed-BlackItalic.woff │ ├── BarlowSemiCondensed-Bold.woff │ ├── BarlowSemiCondensed-BoldItalic.woff │ ├── BarlowSemiCondensed-ExtraBold.woff │ ├── BarlowSemiCondensed-ExtraBoldItalic.woff │ ├── BarlowSemiCondensed-ExtraLight.woff │ ├── BarlowSemiCondensed-ExtraLightItalic.woff │ ├── BarlowSemiCondensed-Italic.woff │ ├── BarlowSemiCondensed-Light.woff │ ├── BarlowSemiCondensed-LightItalic.woff │ ├── BarlowSemiCondensed-Medium.woff │ ├── BarlowSemiCondensed-MediumItalic.woff │ ├── BarlowSemiCondensed-Regular.woff │ ├── BarlowSemiCondensed-SemiBold.woff │ ├── BarlowSemiCondensed-SemiBoldItalic.woff │ ├── BarlowSemiCondensed-Thin.woff │ └── BarlowSemiCondensed-ThinItalic.woff └── woff2 │ ├── Barlow-Black.woff2 │ ├── Barlow-BlackItalic.woff2 │ ├── Barlow-Bold.woff2 │ ├── Barlow-BoldItalic.woff2 │ ├── Barlow-ExtraBold.woff2 │ ├── Barlow-ExtraBoldItalic.woff2 │ ├── Barlow-ExtraLight.woff2 │ ├── Barlow-ExtraLightItalic.woff2 │ ├── Barlow-Italic.woff2 │ ├── Barlow-Light.woff2 │ ├── Barlow-LightItalic.woff2 │ ├── Barlow-Medium.woff2 │ ├── Barlow-MediumItalic.woff2 │ ├── Barlow-Regular.woff2 │ ├── Barlow-SemiBold.woff2 │ ├── Barlow-SemiBoldItalic.woff2 │ ├── Barlow-Thin.woff2 │ ├── Barlow-ThinItalic.woff2 │ ├── BarlowCondensed-Black.woff2 │ ├── BarlowCondensed-BlackItalic.woff2 │ ├── BarlowCondensed-Bold.woff2 │ ├── BarlowCondensed-BoldItalic.woff2 │ ├── BarlowCondensed-ExtraBold.woff2 │ ├── BarlowCondensed-ExtraBoldItalic.woff2 │ ├── BarlowCondensed-ExtraLight.woff2 │ ├── BarlowCondensed-ExtraLightItalic.woff2 │ ├── BarlowCondensed-Italic.woff2 │ ├── BarlowCondensed-Light.woff2 │ ├── BarlowCondensed-LightItalic.woff2 │ ├── BarlowCondensed-Medium.woff2 │ ├── BarlowCondensed-MediumItalic.woff2 │ ├── BarlowCondensed-Regular.woff2 │ ├── BarlowCondensed-SemiBold.woff2 │ ├── BarlowCondensed-SemiBoldItalic.woff2 │ ├── BarlowCondensed-Thin.woff2 │ ├── BarlowCondensed-ThinItalic.woff2 │ ├── BarlowSemiCondensed-Black.woff2 │ ├── BarlowSemiCondensed-BlackItalic.woff2 │ ├── BarlowSemiCondensed-Bold.woff2 │ ├── BarlowSemiCondensed-BoldItalic.woff2 │ ├── BarlowSemiCondensed-ExtraBold.woff2 │ ├── BarlowSemiCondensed-ExtraBoldItalic.woff2 │ ├── BarlowSemiCondensed-ExtraLight.woff2 │ ├── BarlowSemiCondensed-ExtraLightItalic.woff2 │ ├── BarlowSemiCondensed-Italic.woff2 │ ├── BarlowSemiCondensed-Light.woff2 │ ├── BarlowSemiCondensed-LightItalic.woff2 │ ├── BarlowSemiCondensed-Medium.woff2 │ ├── BarlowSemiCondensed-MediumItalic.woff2 │ ├── BarlowSemiCondensed-Regular.woff2 │ ├── BarlowSemiCondensed-SemiBold.woff2 │ ├── BarlowSemiCondensed-SemiBoldItalic.woff2 │ ├── BarlowSemiCondensed-Thin.woff2 │ └── BarlowSemiCondensed-ThinItalic.woff2 ├── sources └── Barlow.glyphs ├── tests ├── barlow.condensed.fb.txt ├── barlow.fb.txt └── barlow.semicondensed.fb.txt └── tools ├── Brace Layer Decompose.py ├── Brace Layer Sidebearings Reinterpolate.py ├── Brace Layer VF Designspace Fix.py └── gf-test.sh /.gitignore: -------------------------------------------------------------------------------- 1 | # file manager empty files 2 | .DS_Store 3 | .empty 4 | .sparkleshare 5 | # font editor temporary files 6 | *(Autosaved).glyphs 7 | *.vfbak 8 | # temp directory 9 | tmp -------------------------------------------------------------------------------- /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 | Jeremy Tribby -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | 2 | # This is the list of people who have contributed to this project, 3 | # and includes those not listed in AUTHORS.txt because they are not 4 | # copyright authors. For example, company employees may be listed 5 | # here because their company holds the copyright and is listed there. 6 | # 7 | # When adding J Random Contributor's name to this file, either J's 8 | # name or J's organization's name should be added to AUTHORS.txt 9 | # 10 | # Names should be added to this file as: 11 | # Name 12 | 13 | Jeremy Tribby 14 | Nguyễn Hồng Nhung 15 | -------------------------------------------------------------------------------- /DESCRIPTION.en_us.html: -------------------------------------------------------------------------------- 1 |

2 | Barlow is a slightly rounded, low-contrast, grotesk type family. 3 | Drawing from the visual style of the California public, Barlow shares qualities with the state's car plates, highway signs, busses, and trains. 4 |

5 |

6 | The Barlow project is led by Jeremy Tribby, a designer based in San Francisco, USA. 7 | To contribute, see github.com/jpt/barlow 8 |

-------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2017 The Barlow Project Authors (https://github.com/jpt/barlow) 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 | 2 | ![Barlow Screenshot](https://raw.githubusercontent.com/jpt/barlow/master/documentation/barlow.gif) 3 | 4 | # Barlow 5 | 6 | Barlow is a slightly rounded, low-contrast, grotesk type family designed by [Jeremy Tribby](https://tribby.com). Drawing from the visual style of the California public, Barlow shares qualities with the state's car plates, highway signs, busses, and trains. 7 | 8 | The family includes 54 styles in three widths and nine weights, as well as italics, suitable for large and small digital and print use. Customizable weights and widths are available via the included variable font (GX) file. 9 | 10 | Barlow is named after internet pioneer, EFF co-founder, songwriter, and activist [John Perry Barlow](https://en.wikipedia.org/wiki/John_Perry_Barlow), in tribute to his lasting [impact on the information superhighway](https://www.eff.org/cyberspace-independence). Please consider making a donation to the [Electronic Frontier Foundation](https://eff.org/donate) in his memory. 11 | 12 | ## Download 13 | 14 | [Download the project](https://github.com/jpt/barlow/archive/master.zip) and find the OpenType font files in the `fonts/otf` directory. A good way to play with it as a web font (`fonts/woff`) is on the [Cyreal.org font testing site](http://www.cyreal.org/Font-Testing-Page/index.php) 15 | 16 | ## Variable font support 17 | 18 | Variable font support is currently experimental, both in the Barlow typeface and in the general ecosystem of tooling and rendering; please open an issue if you find a bug (other than a lack of rounding)! 19 | 20 | #### Building the variable Font 21 | 22 | Building the GX file requires Glyphs. First, move the contents of the `tools` folder in this repo to your local Glyphs Scripts folder (`Scripts->Open Script Folder`) and refresh your Glyphs scripts (`Option + Scripts->Reload Scripts`). Save a copy of Barlow.glyphs as Barlow-GX.glyphs. Run the `Brace Layer Decompose` script, and then the `Brace Layer VF Designspace Fix` script. The font is now ready for GX export from Glyphs. 23 | 24 | ## Contributors 25 | 26 | Jeremy Tribby, principal design 27 | 28 | [Nguyễn Hồng Nhung](https://github.com/crystaltype), Vietnamese 29 | 30 | ## Acknowledgements 31 | 32 | Thank you Lukas Schneider (@lukas____s) of [Revolver Type](http://revolvertype.com/tools/cadencer.html) for donating the LS Cadencer spacing tool. Thank you Dave Crossland (@davelab6) and Thomas Phinney (@tphinney) of [Crafting Type](http://craftingtype.com) for the guidance and early feedback. Thank you Hugh D'Andrade (@hughillustration) for holding me to a high standard from the start. 33 | 34 | And thank you, Barlow, most of all, for a legacy that will carry our future into a brighter place. 35 | 36 | 37 | ## License 38 | 39 | This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available in the bundled [OFL.txt](https://github.com/jpt/barlow/blob/master/OFL.txt) file, and is also available with a FAQ at: http://scripts.sil.org/OFL 40 | -------------------------------------------------------------------------------- /documentation/barlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/documentation/barlow.gif -------------------------------------------------------------------------------- /fonts/eot/Barlow-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Black.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-BlackItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-BlackItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Bold.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-BoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-ExtraBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-ExtraBold.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-ExtraBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-ExtraBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-ExtraLight.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-ExtraLight.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-ExtraLightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-ExtraLightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Italic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Light.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-LightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Medium.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-MediumItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Regular.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-SemiBold.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-SemiBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-SemiBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-Thin.eot -------------------------------------------------------------------------------- /fonts/eot/Barlow-ThinItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/Barlow-ThinItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Black.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-BlackItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-BlackItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Bold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-BoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-ExtraBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-ExtraBold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-ExtraBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-ExtraBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-ExtraLight.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-ExtraLight.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-ExtraLightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-ExtraLightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Italic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Light.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-LightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Medium.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-MediumItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Regular.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-SemiBold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-SemiBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-SemiBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-Thin.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowCondensed-ThinItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowCondensed-ThinItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Black.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-BlackItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-BlackItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Bold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-BoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-ExtraBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-ExtraBold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-ExtraBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-ExtraBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-ExtraLight.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-ExtraLight.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-ExtraLightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-ExtraLightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Italic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Light.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-LightItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Medium.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-MediumItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-MediumItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Regular.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-SemiBold.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-SemiBoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-SemiBoldItalic.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-Thin.eot -------------------------------------------------------------------------------- /fonts/eot/BarlowSemiCondensed-ThinItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/eot/BarlowSemiCondensed-ThinItalic.eot -------------------------------------------------------------------------------- /fonts/gx/BarlowGX.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/gx/BarlowGX.ttf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Black.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-BlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-BlackItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-ExtraLight.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-ExtraLightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Italic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Light.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-LightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Medium.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-MediumItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Regular.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-SemiBold.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-SemiBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-Thin.otf -------------------------------------------------------------------------------- /fonts/otf/Barlow-ThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/Barlow-ThinItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Black.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-BlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-BlackItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-ExtraLight.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-ExtraLightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Italic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Light.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-LightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Medium.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-MediumItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Regular.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-SemiBold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-SemiBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-Thin.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowCondensed-ThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowCondensed-ThinItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Black.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-BlackItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-BlackItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-ExtraBold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-ExtraLight.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-ExtraLightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Italic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Light.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-LightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Medium.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-MediumItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Regular.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-SemiBold.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-SemiBoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-Thin.otf -------------------------------------------------------------------------------- /fonts/otf/BarlowSemiCondensed-ThinItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/otf/BarlowSemiCondensed-ThinItalic.otf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Black.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-BlackItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-ExtraLight.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Italic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Medium.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Regular.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-Thin.ttf -------------------------------------------------------------------------------- /fonts/ttf/Barlow-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/Barlow-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Black.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-BlackItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Italic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Medium.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Regular.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-Thin.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Black.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-BlackItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-ExtraBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Italic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Medium.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Regular.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-Thin.ttf -------------------------------------------------------------------------------- /fonts/ttf/BarlowSemiCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/ttf/BarlowSemiCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/woff/Barlow-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Black.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-BlackItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Bold.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-BoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-ExtraBold.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-ExtraBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-ExtraBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-ExtraLight.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-ExtraLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-ExtraLightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Italic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Light.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-LightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Medium.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-MediumItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Regular.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-SemiBold.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-SemiBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-Thin.woff -------------------------------------------------------------------------------- /fonts/woff/Barlow-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/Barlow-ThinItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Black.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-BlackItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Bold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-BoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-ExtraBold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-ExtraBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-ExtraBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-ExtraLight.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-ExtraLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-ExtraLightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Italic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Light.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-LightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Medium.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-MediumItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Regular.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-SemiBold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-SemiBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-Thin.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowCondensed-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowCondensed-ThinItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Black.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-BlackItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Bold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-BoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-ExtraBold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-ExtraBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-ExtraBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-ExtraLight.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-ExtraLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-ExtraLightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Italic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Light.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-LightItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Medium.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-MediumItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Regular.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-SemiBold.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-SemiBoldItalic.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-Thin.woff -------------------------------------------------------------------------------- /fonts/woff/BarlowSemiCondensed-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff/BarlowSemiCondensed-ThinItalic.woff -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Black.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-BlackItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Bold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-BoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-ExtraBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-ExtraBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-ExtraBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-ExtraLight.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Italic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Light.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-LightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Medium.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-MediumItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Regular.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-SemiBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-Thin.woff2 -------------------------------------------------------------------------------- /fonts/woff2/Barlow-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/Barlow-ThinItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Black.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-BlackItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Bold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-BoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-ExtraBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-ExtraBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-ExtraBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-ExtraLight.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Italic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Light.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-LightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Medium.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-MediumItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Regular.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-SemiBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-Thin.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowCondensed-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowCondensed-ThinItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Black.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-BlackItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Bold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-BoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-ExtraBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-ExtraBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-ExtraBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-ExtraLight.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Italic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Light.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-LightItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Medium.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-MediumItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Regular.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-SemiBold.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-Thin.woff2 -------------------------------------------------------------------------------- /fonts/woff2/BarlowSemiCondensed-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpt/barlow/dc2940e2e04ef4ec96c07e23e0f02aefbddd343b/fonts/woff2/BarlowSemiCondensed-ThinItalic.woff2 -------------------------------------------------------------------------------- /tests/barlow.fb.txt: -------------------------------------------------------------------------------- 1 | There is a total of 125 tests on . 2 | Start ... running 1808 individual test executions. 3 | >> com.google.fonts/test/028 4 | Check font has a license. 5 | * FAIL: No license file was found. Please add an OFL.txt or a LICENSE.txt file. If you are running fontbakery on a Google Fonts upstream repo, which is fine, just make sure there is a temporary license file in the same folder. [code: none] 6 | 7 | Result: FAIL 8 | 9 | >> com.google.fonts/test/018 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 10 | Checking OS/2 achVendID 11 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 12 | Traceback (most recent call last): 13 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 14 | return None, condition(**args) 15 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 16 | return self._func(*args, **kwds) 17 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 18 | for row in table.findAll('tr'): 19 | AttributeError: 'NoneType' object has no attribute 'findAll' 20 | 21 | 22 | Result: ERROR 23 | 24 | >> com.google.fonts/test/034 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 25 | Check if OS/2 xAvgCharWidth is correct. 26 | * FAIL: OS/2 xAvgCharWidth is 536 but should be 537 which corresponds to the average of all glyph widths in the font 27 | 28 | Result: FAIL 29 | 30 | >> com.google.fonts/test/036 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 31 | Checking with ots-sanitize. 32 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 33 | 34 | Result: ERROR 35 | 36 | >> com.google.fonts/test/037 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 37 | Checking with Microsoft Font Validator. 38 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 39 | 40 | Result: ERROR 41 | 42 | >> com.google.fonts/test/046 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 43 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 44 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 45 | 46 | Result: WARN 47 | 48 | >> com.google.fonts/test/054 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 49 | Show hinting filesize impact. 50 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 51 | 52 | Result: WARN 53 | 54 | >> com.google.fonts/test/064 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 55 | Is there a caret position declared for every ligature? 56 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 57 | 58 | Result: WARN 59 | 60 | >> com.google.fonts/test/065 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 61 | Is there kerning info for non-ligated sequences? 62 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 63 | 64 | Result: FAIL 65 | 66 | >> com.google.fonts/test/153 with ((u'font[0]', '../../barlow/fonts/ttf/Barlow-Black.ttf'),) 67 | Check if each glyph has the recommended amount of contours. 68 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, dcaron, oslashacute] 69 | 70 | Result: WARN 71 | 72 | >> com.google.fonts/test/018 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 73 | Checking OS/2 achVendID 74 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 75 | Traceback (most recent call last): 76 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 77 | return None, condition(**args) 78 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 79 | return self._func(*args, **kwds) 80 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 81 | for row in table.findAll('tr'): 82 | AttributeError: 'NoneType' object has no attribute 'findAll' 83 | 84 | 85 | Result: ERROR 86 | 87 | >> com.google.fonts/test/036 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 88 | Checking with ots-sanitize. 89 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 90 | 91 | Result: ERROR 92 | 93 | >> com.google.fonts/test/037 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 94 | Checking with Microsoft Font Validator. 95 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 96 | 97 | Result: ERROR 98 | 99 | >> com.google.fonts/test/046 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 100 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 101 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 102 | 103 | Result: WARN 104 | 105 | >> com.google.fonts/test/054 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 106 | Show hinting filesize impact. 107 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 108 | 109 | Result: WARN 110 | 111 | >> com.google.fonts/test/064 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 112 | Is there a caret position declared for every ligature? 113 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 114 | 115 | Result: WARN 116 | 117 | >> com.google.fonts/test/065 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 118 | Is there kerning info for non-ligated sequences? 119 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 120 | 121 | Result: FAIL 122 | 123 | >> com.google.fonts/test/153 with ((u'font[1]', '../../barlow/fonts/ttf/Barlow-BlackItalic.ttf'),) 124 | Check if each glyph has the recommended amount of contours. 125 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, dcaron, oslashacute] 126 | 127 | Result: WARN 128 | 129 | >> com.google.fonts/test/018 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 130 | Checking OS/2 achVendID 131 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 132 | Traceback (most recent call last): 133 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 134 | return None, condition(**args) 135 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 136 | return self._func(*args, **kwds) 137 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 138 | for row in table.findAll('tr'): 139 | AttributeError: 'NoneType' object has no attribute 'findAll' 140 | 141 | 142 | Result: ERROR 143 | 144 | >> com.google.fonts/test/034 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 145 | Check if OS/2 xAvgCharWidth is correct. 146 | * FAIL: OS/2 xAvgCharWidth is 526 but should be 527 which corresponds to the average of all glyph widths in the font 147 | 148 | Result: FAIL 149 | 150 | >> com.google.fonts/test/036 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 151 | Checking with ots-sanitize. 152 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 153 | 154 | Result: ERROR 155 | 156 | >> com.google.fonts/test/037 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 157 | Checking with Microsoft Font Validator. 158 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 159 | 160 | Result: ERROR 161 | 162 | >> com.google.fonts/test/046 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 163 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 164 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 165 | 166 | Result: WARN 167 | 168 | >> com.google.fonts/test/054 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 169 | Show hinting filesize impact. 170 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 171 | 172 | Result: WARN 173 | 174 | >> com.google.fonts/test/064 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 175 | Is there a caret position declared for every ligature? 176 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 177 | 178 | Result: WARN 179 | 180 | >> com.google.fonts/test/065 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 181 | Is there kerning info for non-ligated sequences? 182 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 183 | 184 | Result: FAIL 185 | 186 | >> com.google.fonts/test/153 with ((u'font[2]', '../../barlow/fonts/ttf/Barlow-Bold.ttf'),) 187 | Check if each glyph has the recommended amount of contours. 188 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, oslashacute] 189 | 190 | Result: WARN 191 | 192 | >> com.google.fonts/test/018 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 193 | Checking OS/2 achVendID 194 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 195 | Traceback (most recent call last): 196 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 197 | return None, condition(**args) 198 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 199 | return self._func(*args, **kwds) 200 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 201 | for row in table.findAll('tr'): 202 | AttributeError: 'NoneType' object has no attribute 'findAll' 203 | 204 | 205 | Result: ERROR 206 | 207 | >> com.google.fonts/test/036 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 208 | Checking with ots-sanitize. 209 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 210 | 211 | Result: ERROR 212 | 213 | >> com.google.fonts/test/037 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 214 | Checking with Microsoft Font Validator. 215 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 216 | 217 | Result: ERROR 218 | 219 | >> com.google.fonts/test/046 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 220 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 221 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 222 | 223 | Result: WARN 224 | 225 | >> com.google.fonts/test/054 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 226 | Show hinting filesize impact. 227 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 228 | 229 | Result: WARN 230 | 231 | >> com.google.fonts/test/064 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 232 | Is there a caret position declared for every ligature? 233 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 234 | 235 | Result: WARN 236 | 237 | >> com.google.fonts/test/065 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 238 | Is there kerning info for non-ligated sequences? 239 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 240 | 241 | Result: FAIL 242 | 243 | >> com.google.fonts/test/153 with ((u'font[3]', '../../barlow/fonts/ttf/Barlow-BoldItalic.ttf'),) 244 | Check if each glyph has the recommended amount of contours. 245 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, oslashacute] 246 | 247 | Result: WARN 248 | 249 | >> com.google.fonts/test/018 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 250 | Checking OS/2 achVendID 251 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 252 | Traceback (most recent call last): 253 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 254 | return None, condition(**args) 255 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 256 | return self._func(*args, **kwds) 257 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 258 | for row in table.findAll('tr'): 259 | AttributeError: 'NoneType' object has no attribute 'findAll' 260 | 261 | 262 | Result: ERROR 263 | 264 | >> com.google.fonts/test/034 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 265 | Check if OS/2 xAvgCharWidth is correct. 266 | * FAIL: OS/2 xAvgCharWidth is 531 but should be 532 which corresponds to the average of all glyph widths in the font 267 | 268 | Result: FAIL 269 | 270 | >> com.google.fonts/test/036 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 271 | Checking with ots-sanitize. 272 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 273 | 274 | Result: ERROR 275 | 276 | >> com.google.fonts/test/037 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 277 | Checking with Microsoft Font Validator. 278 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 279 | 280 | Result: ERROR 281 | 282 | >> com.google.fonts/test/046 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 283 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 284 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 285 | 286 | Result: WARN 287 | 288 | >> com.google.fonts/test/054 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 289 | Show hinting filesize impact. 290 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 291 | 292 | Result: WARN 293 | 294 | >> com.google.fonts/test/064 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 295 | Is there a caret position declared for every ligature? 296 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 297 | 298 | Result: WARN 299 | 300 | >> com.google.fonts/test/065 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 301 | Is there kerning info for non-ligated sequences? 302 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 303 | 304 | Result: FAIL 305 | 306 | >> com.google.fonts/test/153 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 307 | Check if each glyph has the recommended amount of contours. 308 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, oslashacute] 309 | 310 | Result: WARN 311 | 312 | >> com.google.fonts/test/163 with ((u'font[4]', '../../barlow/fonts/ttf/Barlow-ExtraBold.ttf'),) 313 | Combined length of family and style must not exceed 20 characters. 314 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow ExtraBold' / SUBFAMILY_NAME = 'Regular' 315 | 316 | Result: FAIL 317 | 318 | >> com.google.fonts/test/018 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 319 | Checking OS/2 achVendID 320 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 321 | Traceback (most recent call last): 322 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 323 | return None, condition(**args) 324 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 325 | return self._func(*args, **kwds) 326 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 327 | for row in table.findAll('tr'): 328 | AttributeError: 'NoneType' object has no attribute 'findAll' 329 | 330 | 331 | Result: ERROR 332 | 333 | >> com.google.fonts/test/034 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 334 | Check if OS/2 xAvgCharWidth is correct. 335 | * FAIL: OS/2 xAvgCharWidth is 515 but should be 516 which corresponds to the average of all glyph widths in the font 336 | 337 | Result: FAIL 338 | 339 | >> com.google.fonts/test/036 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 340 | Checking with ots-sanitize. 341 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 342 | 343 | Result: ERROR 344 | 345 | >> com.google.fonts/test/037 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 346 | Checking with Microsoft Font Validator. 347 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 348 | 349 | Result: ERROR 350 | 351 | >> com.google.fonts/test/046 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 352 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 353 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 354 | 355 | Result: WARN 356 | 357 | >> com.google.fonts/test/054 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 358 | Show hinting filesize impact. 359 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 360 | 361 | Result: WARN 362 | 363 | >> com.google.fonts/test/064 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 364 | Is there a caret position declared for every ligature? 365 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 366 | 367 | Result: WARN 368 | 369 | >> com.google.fonts/test/065 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 370 | Is there kerning info for non-ligated sequences? 371 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 372 | 373 | Result: FAIL 374 | 375 | >> com.google.fonts/test/153 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 376 | Check if each glyph has the recommended amount of contours. 377 | * WARN: Following glyphs do not have the recommended number of contours [Oslash, oslash, oslashacute] 378 | 379 | Result: WARN 380 | 381 | >> com.google.fonts/test/163 with ((u'font[5]', '../../barlow/fonts/ttf/Barlow-ExtraBoldItalic.ttf'),) 382 | Combined length of family and style must not exceed 20 characters. 383 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'MACINTOSH' entries: FONT_FAMILY_NAME = 'Barlow' / SUBFAMILY_NAME = 'ExtraBold Italic' 384 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow ExtraBold' / SUBFAMILY_NAME = 'Italic' 385 | 386 | Result: FAIL 387 | 388 | >> com.google.fonts/test/018 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 389 | Checking OS/2 achVendID 390 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 391 | Traceback (most recent call last): 392 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 393 | return None, condition(**args) 394 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 395 | return self._func(*args, **kwds) 396 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 397 | for row in table.findAll('tr'): 398 | AttributeError: 'NoneType' object has no attribute 'findAll' 399 | 400 | 401 | Result: ERROR 402 | 403 | >> com.google.fonts/test/034 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 404 | Check if OS/2 xAvgCharWidth is correct. 405 | * FAIL: OS/2 xAvgCharWidth is 506 but should be 507 which corresponds to the average of all glyph widths in the font 406 | 407 | Result: FAIL 408 | 409 | >> com.google.fonts/test/036 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 410 | Checking with ots-sanitize. 411 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 412 | 413 | Result: ERROR 414 | 415 | >> com.google.fonts/test/037 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 416 | Checking with Microsoft Font Validator. 417 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 418 | 419 | Result: ERROR 420 | 421 | >> com.google.fonts/test/046 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 422 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 423 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 424 | 425 | Result: WARN 426 | 427 | >> com.google.fonts/test/054 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 428 | Show hinting filesize impact. 429 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 430 | 431 | Result: WARN 432 | 433 | >> com.google.fonts/test/064 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 434 | Is there a caret position declared for every ligature? 435 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 436 | 437 | Result: WARN 438 | 439 | >> com.google.fonts/test/065 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 440 | Is there kerning info for non-ligated sequences? 441 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 442 | 443 | Result: FAIL 444 | 445 | >> com.google.fonts/test/153 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 446 | Check if each glyph has the recommended amount of contours. 447 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 448 | 449 | Result: WARN 450 | 451 | >> com.google.fonts/test/163 with ((u'font[6]', '../../barlow/fonts/ttf/Barlow-ExtraLight.ttf'),) 452 | Combined length of family and style must not exceed 20 characters. 453 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow ExtraLight' / SUBFAMILY_NAME = 'Regular' 454 | 455 | Result: FAIL 456 | 457 | >> com.google.fonts/test/018 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 458 | Checking OS/2 achVendID 459 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 460 | Traceback (most recent call last): 461 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 462 | return None, condition(**args) 463 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 464 | return self._func(*args, **kwds) 465 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 466 | for row in table.findAll('tr'): 467 | AttributeError: 'NoneType' object has no attribute 'findAll' 468 | 469 | 470 | Result: ERROR 471 | 472 | >> com.google.fonts/test/034 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 473 | Check if OS/2 xAvgCharWidth is correct. 474 | * FAIL: OS/2 xAvgCharWidth is 491 but should be 492 which corresponds to the average of all glyph widths in the font 475 | 476 | Result: FAIL 477 | 478 | >> com.google.fonts/test/036 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 479 | Checking with ots-sanitize. 480 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 481 | 482 | Result: ERROR 483 | 484 | >> com.google.fonts/test/037 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 485 | Checking with Microsoft Font Validator. 486 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 487 | 488 | Result: ERROR 489 | 490 | >> com.google.fonts/test/046 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 491 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 492 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 493 | 494 | Result: WARN 495 | 496 | >> com.google.fonts/test/054 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 497 | Show hinting filesize impact. 498 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 499 | 500 | Result: WARN 501 | 502 | >> com.google.fonts/test/064 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 503 | Is there a caret position declared for every ligature? 504 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 505 | 506 | Result: WARN 507 | 508 | >> com.google.fonts/test/065 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 509 | Is there kerning info for non-ligated sequences? 510 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 511 | 512 | Result: FAIL 513 | 514 | >> com.google.fonts/test/153 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 515 | Check if each glyph has the recommended amount of contours. 516 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 517 | 518 | Result: WARN 519 | 520 | >> com.google.fonts/test/163 with ((u'font[7]', '../../barlow/fonts/ttf/Barlow-ExtraLightItalic.ttf'),) 521 | Combined length of family and style must not exceed 20 characters. 522 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'MACINTOSH' entries: FONT_FAMILY_NAME = 'Barlow' / SUBFAMILY_NAME = 'ExtraLight Italic' 523 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow ExtraLight' / SUBFAMILY_NAME = 'Italic' 524 | 525 | Result: FAIL 526 | 527 | >> com.google.fonts/test/018 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 528 | Checking OS/2 achVendID 529 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 530 | Traceback (most recent call last): 531 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 532 | return None, condition(**args) 533 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 534 | return self._func(*args, **kwds) 535 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 536 | for row in table.findAll('tr'): 537 | AttributeError: 'NoneType' object has no attribute 'findAll' 538 | 539 | 540 | Result: ERROR 541 | 542 | >> com.google.fonts/test/034 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 543 | Check if OS/2 xAvgCharWidth is correct. 544 | * FAIL: OS/2 xAvgCharWidth is 497 but should be 498 which corresponds to the average of all glyph widths in the font 545 | 546 | Result: FAIL 547 | 548 | >> com.google.fonts/test/036 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 549 | Checking with ots-sanitize. 550 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 551 | 552 | Result: ERROR 553 | 554 | >> com.google.fonts/test/037 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 555 | Checking with Microsoft Font Validator. 556 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 557 | 558 | Result: ERROR 559 | 560 | >> com.google.fonts/test/046 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 561 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 562 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 563 | 564 | Result: WARN 565 | 566 | >> com.google.fonts/test/054 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 567 | Show hinting filesize impact. 568 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 569 | 570 | Result: WARN 571 | 572 | >> com.google.fonts/test/064 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 573 | Is there a caret position declared for every ligature? 574 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 575 | 576 | Result: WARN 577 | 578 | >> com.google.fonts/test/065 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 579 | Is there kerning info for non-ligated sequences? 580 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 581 | 582 | Result: FAIL 583 | 584 | >> com.google.fonts/test/153 with ((u'font[8]', '../../barlow/fonts/ttf/Barlow-Italic.ttf'),) 585 | Check if each glyph has the recommended amount of contours. 586 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 587 | 588 | Result: WARN 589 | 590 | >> com.google.fonts/test/018 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 591 | Checking OS/2 achVendID 592 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 593 | Traceback (most recent call last): 594 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 595 | return None, condition(**args) 596 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 597 | return self._func(*args, **kwds) 598 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 599 | for row in table.findAll('tr'): 600 | AttributeError: 'NoneType' object has no attribute 'findAll' 601 | 602 | 603 | Result: ERROR 604 | 605 | >> com.google.fonts/test/034 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 606 | Check if OS/2 xAvgCharWidth is correct. 607 | * FAIL: OS/2 xAvgCharWidth is 509 but should be 510 which corresponds to the average of all glyph widths in the font 608 | 609 | Result: FAIL 610 | 611 | >> com.google.fonts/test/036 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 612 | Checking with ots-sanitize. 613 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 614 | 615 | Result: ERROR 616 | 617 | >> com.google.fonts/test/037 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 618 | Checking with Microsoft Font Validator. 619 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 620 | 621 | Result: ERROR 622 | 623 | >> com.google.fonts/test/046 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 624 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 625 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 626 | 627 | Result: WARN 628 | 629 | >> com.google.fonts/test/054 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 630 | Show hinting filesize impact. 631 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 632 | 633 | Result: WARN 634 | 635 | >> com.google.fonts/test/064 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 636 | Is there a caret position declared for every ligature? 637 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 638 | 639 | Result: WARN 640 | 641 | >> com.google.fonts/test/065 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 642 | Is there kerning info for non-ligated sequences? 643 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 644 | 645 | Result: FAIL 646 | 647 | >> com.google.fonts/test/153 with ((u'font[9]', '../../barlow/fonts/ttf/Barlow-Light.ttf'),) 648 | Check if each glyph has the recommended amount of contours. 649 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 650 | 651 | Result: WARN 652 | 653 | >> com.google.fonts/test/018 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 654 | Checking OS/2 achVendID 655 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 656 | Traceback (most recent call last): 657 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 658 | return None, condition(**args) 659 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 660 | return self._func(*args, **kwds) 661 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 662 | for row in table.findAll('tr'): 663 | AttributeError: 'NoneType' object has no attribute 'findAll' 664 | 665 | 666 | Result: ERROR 667 | 668 | >> com.google.fonts/test/036 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 669 | Checking with ots-sanitize. 670 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 671 | 672 | Result: ERROR 673 | 674 | >> com.google.fonts/test/037 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 675 | Checking with Microsoft Font Validator. 676 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 677 | 678 | Result: ERROR 679 | 680 | >> com.google.fonts/test/046 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 681 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 682 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 683 | 684 | Result: WARN 685 | 686 | >> com.google.fonts/test/054 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 687 | Show hinting filesize impact. 688 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 689 | 690 | Result: WARN 691 | 692 | >> com.google.fonts/test/064 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 693 | Is there a caret position declared for every ligature? 694 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 695 | 696 | Result: WARN 697 | 698 | >> com.google.fonts/test/065 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 699 | Is there kerning info for non-ligated sequences? 700 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 701 | 702 | Result: FAIL 703 | 704 | >> com.google.fonts/test/153 with ((u'font[10]', '../../barlow/fonts/ttf/Barlow-LightItalic.ttf'),) 705 | Check if each glyph has the recommended amount of contours. 706 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 707 | 708 | Result: WARN 709 | 710 | >> com.google.fonts/test/018 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 711 | Checking OS/2 achVendID 712 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 713 | Traceback (most recent call last): 714 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 715 | return None, condition(**args) 716 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 717 | return self._func(*args, **kwds) 718 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 719 | for row in table.findAll('tr'): 720 | AttributeError: 'NoneType' object has no attribute 'findAll' 721 | 722 | 723 | Result: ERROR 724 | 725 | >> com.google.fonts/test/036 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 726 | Checking with ots-sanitize. 727 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 728 | 729 | Result: ERROR 730 | 731 | >> com.google.fonts/test/037 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 732 | Checking with Microsoft Font Validator. 733 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 734 | 735 | Result: ERROR 736 | 737 | >> com.google.fonts/test/046 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 738 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 739 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 740 | 741 | Result: WARN 742 | 743 | >> com.google.fonts/test/054 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 744 | Show hinting filesize impact. 745 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 746 | 747 | Result: WARN 748 | 749 | >> com.google.fonts/test/064 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 750 | Is there a caret position declared for every ligature? 751 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 752 | 753 | Result: WARN 754 | 755 | >> com.google.fonts/test/065 with ((u'font[11]', '../../barlow/fonts/ttf/Barlow-Medium.ttf'),) 756 | Is there kerning info for non-ligated sequences? 757 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 758 | 759 | Result: FAIL 760 | 761 | >> com.google.fonts/test/018 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 762 | Checking OS/2 achVendID 763 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 764 | Traceback (most recent call last): 765 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 766 | return None, condition(**args) 767 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 768 | return self._func(*args, **kwds) 769 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 770 | for row in table.findAll('tr'): 771 | AttributeError: 'NoneType' object has no attribute 'findAll' 772 | 773 | 774 | Result: ERROR 775 | 776 | >> com.google.fonts/test/034 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 777 | Check if OS/2 xAvgCharWidth is correct. 778 | * FAIL: OS/2 xAvgCharWidth is 502 but should be 503 which corresponds to the average of all glyph widths in the font 779 | 780 | Result: FAIL 781 | 782 | >> com.google.fonts/test/036 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 783 | Checking with ots-sanitize. 784 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 785 | 786 | Result: ERROR 787 | 788 | >> com.google.fonts/test/037 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 789 | Checking with Microsoft Font Validator. 790 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 791 | 792 | Result: ERROR 793 | 794 | >> com.google.fonts/test/046 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 795 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 796 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 797 | 798 | Result: WARN 799 | 800 | >> com.google.fonts/test/054 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 801 | Show hinting filesize impact. 802 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 803 | 804 | Result: WARN 805 | 806 | >> com.google.fonts/test/064 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 807 | Is there a caret position declared for every ligature? 808 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 809 | 810 | Result: WARN 811 | 812 | >> com.google.fonts/test/065 with ((u'font[12]', '../../barlow/fonts/ttf/Barlow-MediumItalic.ttf'),) 813 | Is there kerning info for non-ligated sequences? 814 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 815 | 816 | Result: FAIL 817 | 818 | >> com.google.fonts/test/018 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 819 | Checking OS/2 achVendID 820 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 821 | Traceback (most recent call last): 822 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 823 | return None, condition(**args) 824 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 825 | return self._func(*args, **kwds) 826 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 827 | for row in table.findAll('tr'): 828 | AttributeError: 'NoneType' object has no attribute 'findAll' 829 | 830 | 831 | Result: ERROR 832 | 833 | >> com.google.fonts/test/036 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 834 | Checking with ots-sanitize. 835 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 836 | 837 | Result: ERROR 838 | 839 | >> com.google.fonts/test/037 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 840 | Checking with Microsoft Font Validator. 841 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 842 | 843 | Result: ERROR 844 | 845 | >> com.google.fonts/test/046 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 846 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 847 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 848 | 849 | Result: WARN 850 | 851 | >> com.google.fonts/test/054 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 852 | Show hinting filesize impact. 853 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 854 | 855 | Result: WARN 856 | 857 | >> com.google.fonts/test/064 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 858 | Is there a caret position declared for every ligature? 859 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 860 | 861 | Result: WARN 862 | 863 | >> com.google.fonts/test/065 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 864 | Is there kerning info for non-ligated sequences? 865 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 866 | 867 | Result: FAIL 868 | 869 | >> com.google.fonts/test/153 with ((u'font[13]', '../../barlow/fonts/ttf/Barlow-Regular.ttf'),) 870 | Check if each glyph has the recommended amount of contours. 871 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 872 | 873 | Result: WARN 874 | 875 | >> com.google.fonts/test/018 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 876 | Checking OS/2 achVendID 877 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 878 | Traceback (most recent call last): 879 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 880 | return None, condition(**args) 881 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 882 | return self._func(*args, **kwds) 883 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 884 | for row in table.findAll('tr'): 885 | AttributeError: 'NoneType' object has no attribute 'findAll' 886 | 887 | 888 | Result: ERROR 889 | 890 | >> com.google.fonts/test/036 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 891 | Checking with ots-sanitize. 892 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 893 | 894 | Result: ERROR 895 | 896 | >> com.google.fonts/test/037 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 897 | Checking with Microsoft Font Validator. 898 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 899 | 900 | Result: ERROR 901 | 902 | >> com.google.fonts/test/046 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 903 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 904 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 905 | 906 | Result: WARN 907 | 908 | >> com.google.fonts/test/054 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 909 | Show hinting filesize impact. 910 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 911 | 912 | Result: WARN 913 | 914 | >> com.google.fonts/test/064 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 915 | Is there a caret position declared for every ligature? 916 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 917 | 918 | Result: WARN 919 | 920 | >> com.google.fonts/test/065 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 921 | Is there kerning info for non-ligated sequences? 922 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 923 | 924 | Result: FAIL 925 | 926 | >> com.google.fonts/test/163 with ((u'font[14]', '../../barlow/fonts/ttf/Barlow-SemiBold.ttf'),) 927 | Combined length of family and style must not exceed 20 characters. 928 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow SemiBold' / SUBFAMILY_NAME = 'Regular' 929 | 930 | Result: FAIL 931 | 932 | >> com.google.fonts/test/018 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 933 | Checking OS/2 achVendID 934 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 935 | Traceback (most recent call last): 936 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 937 | return None, condition(**args) 938 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 939 | return self._func(*args, **kwds) 940 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 941 | for row in table.findAll('tr'): 942 | AttributeError: 'NoneType' object has no attribute 'findAll' 943 | 944 | 945 | Result: ERROR 946 | 947 | >> com.google.fonts/test/034 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 948 | Check if OS/2 xAvgCharWidth is correct. 949 | * FAIL: OS/2 xAvgCharWidth is 506 but should be 507 which corresponds to the average of all glyph widths in the font 950 | 951 | Result: FAIL 952 | 953 | >> com.google.fonts/test/036 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 954 | Checking with ots-sanitize. 955 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 956 | 957 | Result: ERROR 958 | 959 | >> com.google.fonts/test/037 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 960 | Checking with Microsoft Font Validator. 961 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 962 | 963 | Result: ERROR 964 | 965 | >> com.google.fonts/test/046 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 966 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 967 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 968 | 969 | Result: WARN 970 | 971 | >> com.google.fonts/test/054 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 972 | Show hinting filesize impact. 973 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 974 | 975 | Result: WARN 976 | 977 | >> com.google.fonts/test/064 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 978 | Is there a caret position declared for every ligature? 979 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 980 | 981 | Result: WARN 982 | 983 | >> com.google.fonts/test/065 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 984 | Is there kerning info for non-ligated sequences? 985 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 986 | 987 | Result: FAIL 988 | 989 | >> com.google.fonts/test/163 with ((u'font[15]', '../../barlow/fonts/ttf/Barlow-SemiBoldItalic.ttf'),) 990 | Combined length of family and style must not exceed 20 characters. 991 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'MACINTOSH' entries: FONT_FAMILY_NAME = 'Barlow' / SUBFAMILY_NAME = 'SemiBold Italic' 992 | * FAIL: The combined length of family and style exceeds 20 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Barlow SemiBold' / SUBFAMILY_NAME = 'Italic' 993 | 994 | Result: FAIL 995 | 996 | >> com.google.fonts/test/018 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 997 | Checking OS/2 achVendID 998 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 999 | Traceback (most recent call last): 1000 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 1001 | return None, condition(**args) 1002 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 1003 | return self._func(*args, **kwds) 1004 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 1005 | for row in table.findAll('tr'): 1006 | AttributeError: 'NoneType' object has no attribute 'findAll' 1007 | 1008 | 1009 | Result: ERROR 1010 | 1011 | >> com.google.fonts/test/034 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1012 | Check if OS/2 xAvgCharWidth is correct. 1013 | * FAIL: OS/2 xAvgCharWidth is 504 but should be 505 which corresponds to the average of all glyph widths in the font 1014 | 1015 | Result: FAIL 1016 | 1017 | >> com.google.fonts/test/036 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1018 | Checking with ots-sanitize. 1019 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 1020 | 1021 | Result: ERROR 1022 | 1023 | >> com.google.fonts/test/037 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1024 | Checking with Microsoft Font Validator. 1025 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 1026 | 1027 | Result: ERROR 1028 | 1029 | >> com.google.fonts/test/046 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1030 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 1031 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 1032 | 1033 | Result: WARN 1034 | 1035 | >> com.google.fonts/test/054 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1036 | Show hinting filesize impact. 1037 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 1038 | 1039 | Result: WARN 1040 | 1041 | >> com.google.fonts/test/064 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1042 | Is there a caret position declared for every ligature? 1043 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 1044 | 1045 | Result: WARN 1046 | 1047 | >> com.google.fonts/test/065 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1048 | Is there kerning info for non-ligated sequences? 1049 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 1050 | 1051 | Result: FAIL 1052 | 1053 | >> com.google.fonts/test/153 with ((u'font[16]', '../../barlow/fonts/ttf/Barlow-Thin.ttf'),) 1054 | Check if each glyph has the recommended amount of contours. 1055 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 1056 | 1057 | Result: WARN 1058 | 1059 | >> com.google.fonts/test/018 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1060 | Checking OS/2 achVendID 1061 | * ERROR: The condtion had an error: AttributeError: 'NoneType' object has no attribute 'findAll' 1062 | Traceback (most recent call last): 1063 | File "/Library/Python/2.7/site-packages/fontbakery/testrunner.py", line 375, in _evaluate_condition 1064 | return None, condition(**args) 1065 | File "/Library/Python/2.7/site-packages/fontbakery/callable.py", line 78, in __call__ 1066 | return self._func(*args, **kwds) 1067 | File "/Library/Python/2.7/site-packages/fontbakery/specifications/googlefonts.py", line 490, in registered_vendor_ids 1068 | for row in table.findAll('tr'): 1069 | AttributeError: 'NoneType' object has no attribute 'findAll' 1070 | 1071 | 1072 | Result: ERROR 1073 | 1074 | >> com.google.fonts/test/034 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1075 | Check if OS/2 xAvgCharWidth is correct. 1076 | * FAIL: OS/2 xAvgCharWidth is 489 but should be 490 which corresponds to the average of all glyph widths in the font 1077 | 1078 | Result: FAIL 1079 | 1080 | >> com.google.fonts/test/036 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1081 | Checking with ots-sanitize. 1082 | * ERROR: ots-sanitize is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ots Actual error message was: '[Errno 2] No such file or directory' 1083 | 1084 | Result: ERROR 1085 | 1086 | >> com.google.fonts/test/037 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1087 | Checking with Microsoft Font Validator. 1088 | * ERROR: Mono runtime and/or Microsoft Font Validator are not available! 1089 | 1090 | Result: ERROR 1091 | 1092 | >> com.google.fonts/test/046 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1093 | Font contains the first few mandatory glyphs (.null or NULL, CR and space)? 1094 | * WARN: Font is missing glyphs for the following mandatory codepoints: 0x0000. 1095 | 1096 | Result: WARN 1097 | 1098 | >> com.google.fonts/test/054 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1099 | Show hinting filesize impact. 1100 | * WARN: ttfautohint is not available! You really MUST check the fonts with this tool. To install it, see https://github.com/googlefonts/gf-docs/blob/master/ProjectChecklist.md#ttfautohint 1101 | 1102 | Result: WARN 1103 | 1104 | >> com.google.fonts/test/064 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1105 | Is there a caret position declared for every ligature? 1106 | * WARN: This font lacks caret position values for ligature glyphs on its GDEF table. [code: lacks-caret-pos] 1107 | 1108 | Result: WARN 1109 | 1110 | >> com.google.fonts/test/065 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1111 | Is there kerning info for non-ligated sequences? 1112 | * FAIL: GPOS table lacks kerning info for the following non-ligated sequences: [u'g_j', u'f_f', u'f_i', u'f_l', u'I_J', u'hyphen_hyphen', u'l_periodcentered', u'uni0306_gravecomb', u'uni0306_acutecomb', u'uni0306_tildecomb', u'uni0306_hookabovecomb', u'i_j', u'uni0302_gravecomb', u'uni0302_acutecomb', u'uni0302_tildecomb', u'uni0302_hookabovecomb'] 1113 | 1114 | Result: FAIL 1115 | 1116 | >> com.google.fonts/test/153 with ((u'font[17]', '../../barlow/fonts/ttf/Barlow-ThinItalic.ttf'),) 1117 | Check if each glyph has the recommended amount of contours. 1118 | * WARN: Following glyphs do not have the recommended number of contours [Uhorn, uni1EE8, uni1EEA, uni1EEC, uni1EEE, uni1EF0] 1119 | 1120 | Result: WARN 1121 | 1122 | ======== ======== 1123 | 1808 tests in section 1124 | 1125 | 1126 | Section results: 1127 | 1128 | ERROR: 54 1129 | FAIL: 37 1130 | WARN: 68 1131 | SKIP: 593 1132 | INFO: 56 1133 | PASS: 1000 1134 | 1135 | ======== END ======== 1136 | 1137 | Total: 1138 | 1139 | ERROR: 54 1140 | FAIL: 37 1141 | WARN: 68 1142 | SKIP: 593 1143 | INFO: 56 1144 | PASS: 1000 1145 | 1146 | 1147 | DONE! 1148 | 1149 | -------------------------------------------------------------------------------- /tools/Brace Layer Decompose.py: -------------------------------------------------------------------------------- 1 | #MenuTitle: Brace Layer Decompose 2 | # -*- coding: utf-8 -*- 3 | 4 | __doc__=""" 5 | Copies brace layers in components to parent glyphs 6 | """ 7 | 8 | import GlyphsApp, re, string 9 | 10 | font = Glyphs.font 11 | brace = re.compile("^{\s*\d+\s*,\s*\d+\s*}$") 12 | 13 | letters = string.ascii_uppercase + string.ascii_lowercase 14 | letter_clones = [] 15 | 16 | for glyph in font.glyphs: 17 | if glyph.name in letters and len(glyph.name) == 1: 18 | for i, layer in enumerate(glyph.layers): 19 | for component in layer.components: 20 | if glyph.layers[i].name == font.masters[0].name: 21 | if component.componentName not in letters: 22 | for component_layer in font.glyphs[component.componentName].layers: 23 | if brace.match(component_layer.name): 24 | newBraceLayer = GSLayer() 25 | newBraceLayer.name = component_layer.name 26 | font.glyphs[glyph.name].layers.append(newBraceLayer) 27 | newBraceLayer.reinterpolate() 28 | elif component.componentName in letters: 29 | letter_clones.append([glyph,component.componentName]) 30 | 31 | for glyph, letter in letter_clones: 32 | for layer in font.glyphs[letter].layers: 33 | if brace.match(layer.name): 34 | newBraceLayer = GSLayer() 35 | newBraceLayer.name = layer.name 36 | glyph.layers.append(newBraceLayer) 37 | newBraceLayer.reinterpolate() 38 | 39 | for glyph in font.glyphs: 40 | for layer in glyph.layers: 41 | layer.decomposeComponents() -------------------------------------------------------------------------------- /tools/Brace Layer Sidebearings Reinterpolate.py: -------------------------------------------------------------------------------- 1 | #MenuTitle: Brace Layer Sidebearings Reinterpolate 2 | # -*- coding: utf-8 -*- 3 | 4 | __doc__=""" 5 | Re-interpolate sidebearings of brace layers 6 | """ 7 | 8 | import GlyphsApp, re 9 | 10 | font = Glyphs.font 11 | brace = re.compile("^{\s*\d+\s*,\s*\d+\s*}$") 12 | 13 | for glyph in font.glyphs: 14 | if glyph.layers > 1 and '.' not in glyph.name: 15 | for layer in glyph.layers: 16 | if brace.match(layer.name): 17 | 18 | name = layer.name 19 | 20 | newLayer = layer.copy() 21 | layer.name = "tmp" 22 | newLayer.name = name 23 | 24 | glyph.layers.append(newLayer) 25 | 26 | newLayer.reinterpolate() 27 | 28 | layer.LSB = newLayer.LSB 29 | layer.RSB = newLayer.RSB 30 | layer.name = name 31 | 32 | del(glyph.layers[newLayer.layerId]) 33 | -------------------------------------------------------------------------------- /tools/Brace Layer VF Designspace Fix.py: -------------------------------------------------------------------------------- 1 | #MenuTitle: Brace Layer VF Designspace Fix 2 | # -*- coding: utf-8 -*- 3 | 4 | __doc__=""" 5 | Adds brace layers at edges of designspace to allow for VF export 6 | """ 7 | 8 | import GlyphsApp, re, string 9 | 10 | font = Glyphs.font 11 | brace = re.compile("{\s*(\d+)\s*,\s*(\d+)\s*}") 12 | axes = [] 13 | matches = {} 14 | 15 | weight_low = 22 16 | weight_high = 188 17 | width_low = 300 18 | width_high = 500 19 | 20 | def addBrace(weight,width,glyph): 21 | print "adding", weight, width, glyph 22 | newBraceLayer = GSLayer() 23 | newBraceLayer.name = 'GX {' + str(weight) + ', ' + str(width) + '}' 24 | glyph.layers.append(newBraceLayer) 25 | newBraceLayer.reinterpolate() 26 | 27 | 28 | for glyph in font.glyphs: 29 | if glyph.name: 30 | gn = str(glyph.name) 31 | axes = [] 32 | weight = 0 33 | width = 0 34 | for i, layer in enumerate(glyph.layers): 35 | if layer.name: 36 | if brace.match(layer.name): 37 | axes = brace.findall(layer.name) 38 | weight = int(axes[0][0]) 39 | width = int(axes[0][1]) 40 | try: 41 | matches[gn] 42 | except KeyError: 43 | matches[gn] = [] 44 | matches[gn].insert(0, glyph) 45 | try: 46 | matches[gn][1] 47 | except IndexError: 48 | matches[gn].insert(1, []) 49 | 50 | matches[gn][1].append([width,weight]) 51 | 52 | for gn, array in matches.iteritems(): 53 | weights = {} 54 | widths = {} 55 | 56 | for weight, width in array[1]: 57 | weight = str(weight) 58 | width = str(width) 59 | 60 | try: 61 | weights[weight] 62 | except KeyError: 63 | weights[weight] = {} 64 | weights[weight].update({width: {}}) 65 | 66 | weights[weight].update({width: {}}) 67 | 68 | for width, wts in weights.iteritems(): 69 | for weight in wts: 70 | 71 | width = int(width) 72 | weight = int(weight) 73 | 74 | if width > width_low and width < width_high: 75 | if weight == weight_low or weight == weight_high: 76 | #print gn, "extreme weight, non extreme width (this is a master)", weight, width, array[0] 77 | 78 | if weight == weight_low: 79 | if [width, weight_high] not in matches[gn][1]: 80 | #print "*** NEEDED", weight_high, width 81 | matches[gn][1].append([width, weight_high]) 82 | addBrace(weight_high, width, array[0]) 83 | elif weight == weight_high: 84 | if [width, weight_low] not in matches[gn][1]: 85 | #print "*** NEEDED", weight_low, width 86 | matches[gn][1].append([width, weight_low]) 87 | addBrace(weight_low, width, array[0]) 88 | 89 | else: 90 | #print gn, "non extreme weight, non extreme width", weight, width, array[0] 91 | 92 | if [width_high, weight] not in matches[gn][1]: 93 | #print "*** NEEDED", weight, width_high 94 | matches[gn][1].append([width_high, weight]) 95 | addBrace(weight, width_high, array[0]) 96 | 97 | if [width_low, weight] not in matches[gn][1]: 98 | #print "*** NEEDED", weight, width_low 99 | matches[gn][1].append([width_low, weight]) 100 | addBrace(weight, width_low, array[0]) 101 | 102 | elif width == width_low or width == width_high: 103 | if weight > weight_low and weight < weight_high: 104 | #print gn, "non extreme weight, extreme width", weight, width, array[0] 105 | 106 | if width == width_low: 107 | if [width_high, weight] not in matches[gn][1]: 108 | #print "*** NEEDED", weight, width_high 109 | matches[gn][1].append([width_high, weight]) 110 | addBrace(weight, width_high, array[0]) 111 | 112 | elif width == width_high: 113 | if [width_low, weight] not in matches[gn][1]: 114 | #print "*** NEEDED", weight, width_low 115 | matches[gn][1].append([width_low, weight]) 116 | addBrace(weight, width_low, array[0]) 117 | -------------------------------------------------------------------------------- /tools/gf-test.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fontbakery check-googlefonts ../../barlow/fonts/ttf/Barlow-*.ttf > ../../barlow/tests/barlow.fb.txt 4 | fontbakery check-googlefonts ../../barlow/fonts/ttf/BarlowSemiCondensed-*.ttf > ../../barlow/tests/barlow.semicondensed.fb.txt 5 | fontbakery check-googlefonts ../../barlow/fonts/ttf/BarlowCondensed-*.ttf > ../../barlow/tests/barlow.condensed.fb.txt 6 | --------------------------------------------------------------------------------