├── .github └── workflows │ └── build.yaml ├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── FONTLOG.txt ├── LICENSE.md └── LICENSE.md ├── Makefile ├── OFL.txt ├── README.md ├── TRADEMARKS.md ├── documentation └── img │ ├── mohave-1.png │ ├── mohave-2.png │ ├── mohave-3.png │ ├── mohave-4.png │ ├── mohave-5.png │ ├── mohave-6.png │ ├── mohave-7.png │ ├── mohave-8.png │ └── mohave-9.png ├── fonts ├── otf │ ├── Mohave-Bold.otf │ ├── Mohave-BoldItalic.otf │ ├── Mohave-Italic.otf │ ├── Mohave-Light.otf │ ├── Mohave-LightItalic.otf │ ├── Mohave-Medium.otf │ ├── Mohave-MediumItalic.otf │ ├── Mohave-Regular.otf │ ├── Mohave-SemiBold.otf │ └── Mohave-SemiBoldItalic.otf ├── ttf │ ├── Mohave-Bold.ttf │ ├── Mohave-BoldItalic.ttf │ ├── Mohave-Italic.ttf │ ├── Mohave-Light.ttf │ ├── Mohave-LightItalic.ttf │ ├── Mohave-Medium.ttf │ ├── Mohave-MediumItalic.ttf │ ├── Mohave-Regular.ttf │ ├── Mohave-SemiBold.ttf │ └── Mohave-SemiBoldItalic.ttf ├── variable │ ├── Mohave-Italic[wght].ttf │ └── Mohave[wght].ttf └── webfonts │ ├── Mohave-Bold.woff2 │ ├── Mohave-BoldItalic.woff2 │ ├── Mohave-Italic.woff2 │ ├── Mohave-Light.woff2 │ ├── Mohave-LightItalic.woff2 │ ├── Mohave-Medium.woff2 │ ├── Mohave-MediumItalic.woff2 │ ├── Mohave-Regular.woff2 │ ├── Mohave-SemiBold.woff2 │ └── Mohave-SemiBoldItalic.woff2 ├── old-version ├── old-version └── version 1.000 │ └── fonts │ └── otf │ ├── Mohave Italics.otf │ ├── Mohave-Bold Italics.otf │ ├── Mohave-Bold.otf │ ├── Mohave-SemiBold Italics.otf │ ├── Mohave-SemiBold.otf │ └── Mohave.otf ├── requirements.txt └── sources ├── Mohave-Italic.glyphs ├── Mohave.glyphs └── config.yaml /.github/workflows/build.yaml: -------------------------------------------------------------------------------- 1 | name: Build font and specimen 2 | 3 | on: [push] 4 | 5 | jobs: 6 | build: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/checkout@v2 10 | - name: Set up Python 3.8 11 | uses: actions/setup-python@v2 12 | with: 13 | python-version: 3.8 14 | - name: Install Linux dependencies 15 | run: | 16 | sudo snap install yq 17 | - name: Build font 18 | run: make build 19 | - name: Check with fontbakery 20 | run: make test 21 | continue-on-error: true 22 | - name: Generate proofs 23 | run: make proof 24 | - name: Gather 25 | run: | 26 | mkdir for-gh-pages 27 | mv fontbakery-report.html for-gh-pages 28 | mv proof/* for-gh-pages 29 | - name: Archive artifacts 30 | uses: actions/upload-artifact@v2 31 | with: 32 | name: Artifacts 33 | path: | 34 | for-gh-pages 35 | - name: Remove temp folder 36 | run: | 37 | rm -rf for-gh-pages -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | venv 3 | build.stamp 4 | proof 5 | 6 | # OS generated files # 7 | ###################### 8 | .DS_Store 9 | .DS_Store? 10 | ._* 11 | .Spotlight-V100 12 | .Trashes 13 | ehthumbs.db 14 | Thumbs.db 15 | -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- 1 | # This is the official list of authors for copyright purposes. 2 | # This file is distinct from the CONTRIBUTORS files. 3 | # See the latter for an explanation. 4 | # 5 | # Names should be added to this file as: 6 | # Name or Organization 7 | 8 | Tokotype 9 | -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | # This is the list of people who have contributed to this project, 2 | # and includes those not listed in AUTHORS.txt because they are not 3 | # copyright authors. For example, company employees may be listed 4 | # here because their company holds the copyright and is listed there. 5 | # 6 | # When adding J Random Contributor's name to this file, either J's 7 | # name or J's organization's name should be added to AUTHORS.txt 8 | # 9 | # Names should be added to this file as: 10 | # Name 11 | -------------------------------------------------------------------------------- /FONTLOG.txt: -------------------------------------------------------------------------------- 1 | FONTLOG for Mohave Typefaces. 2 | 3 | This file provides detailed information on the Mohave font. 4 | This information should be distributed along with the Mohave font(s) and any 5 | derivative works. 6 | 7 | 8 | Basic Font Information 9 | 10 | Initially designed by Gumpita Rahayu. as all-caps display fonts in 2013, it was expanded into a 4 weights family including matched italic in 2018. 11 | 12 | Mohave is a titling display typeface, built with smooth height and dynamic glyph. This typeface is designed for large points setting and contains four weights. with each letterform is nearly monolinear, with fewer corrections applied to stroke and joints to maintain the typefaces structure remain visible. The new version has new body shapes, with more neutral and modulated forms, including some alternates in the uppercase and lowercase and equipped with OpenType Pro encoding. 13 | 14 | The Latin designed by Gumpita Rahayu. To contribute, see github.com/tokotype/mohave-typefaces 15 | 16 | 17 | 18 | ChangeLog 19 | 20 | 3 May 2018 (Gumpita Rahayu) Mohave Typefaces v2.002 21 | -Fixed bug on dollar sign and cent, replacing a with a.salt on italic 22 | 23 | 3 May 2018 (Gumpita Rahayu) Mohave Typefaces v2.002 24 | - Open sourced. 25 | - Reworked and Fine tuned all glyphs. 26 | - Adding OpenType Latin Pro encoding. 27 | - Improve Spacing and Kerning. 28 | - Change OT features. 29 | - Change other settings. 30 | 31 | 32 | There are some missing update information after v1.100 33 | 34 | 23 Dec 2017 (Gumpita Rahayu) Mohave Typefaces v1.800 35 | - Reworked glyphs shape, adding lowercase, alternates, etc. 36 | 37 | 11 Nov 2013 (Gumpita Rahayu) Mohave Typefaces v1.100 38 | - Renamed font name, Fix bugs of spacing. 39 | 40 | 12 Jul 2013 (Gumpita Rahayu) Mojave v1.000 41 | - Initial Release. 42 | 43 | 44 | 45 | Acknowledgements 46 | 47 | If you make modifications be sure to add your name (N), 48 | email (E), web-address (if you have one) (W) and 49 | description (D). This list is in alphabetical order. 50 | 51 | N: Gumpita Rahayu 52 | E: abc@tokotypefaces.com 53 | W: https://www.tokotypefaces.com 54 | D: Original designer 55 | -------------------------------------------------------------------------------- /LICENSE.md/LICENSE.md: -------------------------------------------------------------------------------- 1 | Copyright © 2010 by Tokotype. 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 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | SOURCES=$(shell yq e '.sources.[] | sub("^","sources/")' sources/config.yaml ) 2 | FAMILY=$(shell yq e '.familyName' sources/config.yaml ) 3 | 4 | help: 5 | @echo "###" 6 | @echo "# Build targets for $(FAMILY)" 7 | @echo "###" 8 | @echo 9 | @echo " make build: Builds the fonts and places them in the fonts/ directory" 10 | @echo " make test: Tests the fonts with fontbakery" 11 | @echo " make proof: Creates HTML proof documents in the proof/ directory" 12 | @echo 13 | 14 | build: build.stamp sources/config.yaml $(SOURCES) 15 | 16 | venv: venv/touchfile 17 | 18 | build.stamp: venv 19 | . venv/bin/activate; gftools builder sources/config.yaml && touch build.stamp 20 | 21 | venv/touchfile: requirements.txt 22 | test -d venv || python3 -m venv venv 23 | . venv/bin/activate; pip install -Ur requirements.txt 24 | touch venv/touchfile 25 | 26 | test: venv build.stamp 27 | . venv/bin/activate; fontbakery check-googlefonts --html fontbakery-report.html --ghmarkdown fontbakery-report.md $(shell find fonts -type f) 28 | 29 | proof: venv build.stamp 30 | . venv/bin/activate; gftools gen-html proof $(shell find fonts/ttf -type f) -o proof 31 | 32 | clean: 33 | rm -rf venv 34 | find -iname "*.pyc" -delete 35 | -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2019 The Mohave Project Authors (https://github.com/tokotype/Mohave-Typefaces) 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 | # Mohave Typefaces 2 | 3 | 4 | ## A Titling Display Fonts 5 | 6 | Initially designed by [Gumpita Rahayu](https://www.tokotypefaces.com). as all-caps display fonts in 2013, it was expanded into a 4 weights family including matched italic in 2018. 7 | 8 | Mohave is a titling display typeface, built with smooth height and dynamic glyph. This typeface is designed for large points setting and contains four weights. with each letterform is nearly monolinear, with fewer corrections applied to stroke and joints to maintain the typefaces structure remain visible. The new version has new body shapes, with more neutral and modulated forms, including some alternates in the uppercase and lowercase and equipped with OpenType Pro encoding. 9 | 10 | The Latin designed by Gumpita Rahayu. 11 | To contribute, see github.com/tokotype/mohave-typefaces 12 | 13 | ## Current Version 14 | - Version 2.002 is the latest stable version. Work in progress Cyrillic and Greek language. 15 | - Version 1.800 reworked glyphs shape, adding lowercase, alternates, etc. 16 | - Version 1.000 initial released with all caps version as published on Behance (2013). 17 | 18 | ## Language Coverage 19 | Afrikaans, Albanian, Asu, Basque, Bemba, Bena, Bosnian, Catalan, Chiga, Colognian, Cornish, Croatian, Czech, Danish, Embu, English, Esperanto, Estonian, Faroese, Filipino, Finnish, French, Friulian, Galician, German, Gusii, Hungarian, Icelandic, Indonesian, Irish, Italian, Kabuverdianu, Kalaallisut, Kalenjin, Kamba, Kikuyu, Kinyarwanda, Latvian, Lithuanian, Luo, Luyia, Machame, Makhuwa-Meetto, Makonde, Malagasy, Malay, Maltese, Manx, Meru, Morisyen, North Ndebele, Norwegian Bokmål, Norwegian Nynorsk, Nyankole, Oromo, Polish, Portuguese, Romanian, Rombo, Rundi, Rwa, Samburu, Sango, Sangu, Sena, Shambala, Shona, Slovak, Slovenian, Soga, Somali, Spanish, Swahili, Swedish, Swiss German, Taita, Teso, Vunjo, Walser, Zulu 20 | 21 | ## Formats 22 | * OpenType (.otf) 23 | * TrueType (.ttf) 24 | * Webfonts (.eot, .woff and .woff2) 25 | * Source File (.glyphs) 26 | 27 | 28 | ## Building 29 | 30 | Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build. 31 | 32 | If you particularly want to build fonts manually on your own computer, you will need to install the [`yq` utility](https://github.com/mikefarah/yq). On OS X with Homebrew, type `brew install yq`; on Linux, try `snap install yq`; if all else fails, try the instructions on the linked page. 33 | 34 | Then: 35 | 36 | * `make build` will produce font files. 37 | * `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests. 38 | * `make proof` will generate HTML proof files. 39 | 40 | ## License 41 | 42 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 43 | This license is copied below, and is also available with a FAQ at 44 | http://scripts.sil.org/OFL 45 | 46 | ## Repository Layout 47 | 48 | This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository), modified for the Google Fonts workflow. 49 | 50 | 51 | ## Authors 52 | [Gumpita Rahayu - Tokotype](https://www.tokotypefaces.com) 53 | 54 | 55 | ## Links 56 | * [tokotypefaces.com](https://www.tokotypefaces.com) 57 | * [Behance](https://www.behance.net/gallery/8668939/Mohave-Typefaces) 58 | 59 | ## Images 60 | 61 | ![/documentation/img/mohave-1.png](/documentation/img/mohave-1.png)|![/documentation/img/mohave-2.png](/documentation/img/mohave-2.png)|![/documentation/img/mohave-3](/documentation/img/mohave-3.png) 62 | ----|---- |---- 63 | ![/documentation/img/mohave-4.png](/documentation/img/mohave-4.png)|![/documentation/img/mohave-5.png](/documentation/img/mohave-5.png)|![/documentation/img/mohave-6.png](/documentation/img/mohave-6.png) 64 | ![/documentation/img/mohave-7.png](/documentation/img/mohave-7.png)|![/documentation/img/mohave-8.png](/documentation/img/mohave-8.png)|![/documentation/img/mohave-9.png](/documentation/img/mohave-9.png) 65 | -------------------------------------------------------------------------------- /TRADEMARKS.md: -------------------------------------------------------------------------------- 1 | Mohave is a trademark of Tokotype. 2 | Demo is a trademark of FontStudio, Inc. -------------------------------------------------------------------------------- /documentation/img/mohave-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-1.png -------------------------------------------------------------------------------- /documentation/img/mohave-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-2.png -------------------------------------------------------------------------------- /documentation/img/mohave-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-3.png -------------------------------------------------------------------------------- /documentation/img/mohave-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-4.png -------------------------------------------------------------------------------- /documentation/img/mohave-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-5.png -------------------------------------------------------------------------------- /documentation/img/mohave-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-6.png -------------------------------------------------------------------------------- /documentation/img/mohave-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-7.png -------------------------------------------------------------------------------- /documentation/img/mohave-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-8.png -------------------------------------------------------------------------------- /documentation/img/mohave-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/documentation/img/mohave-9.png -------------------------------------------------------------------------------- /fonts/otf/Mohave-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-Bold.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-BoldItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-Italic.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-Light.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-LightItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-Medium.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-MediumItalic.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-Regular.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-SemiBold.otf -------------------------------------------------------------------------------- /fonts/otf/Mohave-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/otf/Mohave-SemiBoldItalic.otf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-Bold.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-Italic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-Light.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-Medium.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-Regular.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/ttf/Mohave-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/ttf/Mohave-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /fonts/variable/Mohave-Italic[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/variable/Mohave-Italic[wght].ttf -------------------------------------------------------------------------------- /fonts/variable/Mohave[wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/variable/Mohave[wght].ttf -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-Bold.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-BoldItalic.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-Italic.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-Light.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-LightItalic.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-Medium.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-MediumItalic.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-Regular.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-SemiBold.woff2 -------------------------------------------------------------------------------- /fonts/webfonts/Mohave-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/fonts/webfonts/Mohave-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /old-version/old-version: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave Italics.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave Italics.otf -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave-Bold Italics.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave-Bold Italics.otf -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave-Bold.otf -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave-SemiBold Italics.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave-SemiBold Italics.otf -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave-SemiBold.otf -------------------------------------------------------------------------------- /old-version/version 1.000/fonts/otf/Mohave.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokotype/Mohave-Typefaces/703dda9b4da22ec66dd2a09cc492f6228401147a/old-version/version 1.000/fonts/otf/Mohave.otf -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fontmake>=2.4 2 | fontbakery>=0.7 3 | gftools>=0.7 4 | -------------------------------------------------------------------------------- /sources/config.yaml: -------------------------------------------------------------------------------- 1 | sources: 2 | - Mohave.glyphs 3 | - Mohave-Italic.glyphs 4 | axisOrder: 5 | - wght 6 | familyName: Mohave 7 | stat: 8 | Mohave[wght].ttf: 9 | - name: Weight 10 | tag: wght 11 | values: 12 | - name: Light 13 | value: 300 14 | - name: Regular 15 | value: 400 16 | linkedValue: 700 17 | flags: 2 18 | - name: Medium 19 | value: 500 20 | - name: SemiBold 21 | value: 600 22 | - name: Bold 23 | value: 700 24 | - name: Italic 25 | tag: ital 26 | values: 27 | - name: Roman 28 | value: 0 29 | linkedValue: 1 30 | flags: 2 31 | Mohave-Italic[wght].ttf: 32 | - name: Weight 33 | tag: wght 34 | values: 35 | - name: Light 36 | value: 300 37 | - name: Regular 38 | value: 400 39 | linkedValue: 700 40 | flags: 2 41 | - name: Medium 42 | value: 500 43 | - name: SemiBold 44 | value: 600 45 | - name: Bold 46 | value: 700 47 | - name: Italic 48 | tag: ital 49 | values: 50 | - name: Italic 51 | value: 1 --------------------------------------------------------------------------------