├── CODE_OF_CONDUCT.md ├── LICENSE ├── Mozilla Headline ├── Desktop Fonts │ ├── OTF │ │ ├── Condensed │ │ │ ├── MozillaHeadlineCondensed-Bold.otf │ │ │ ├── MozillaHeadlineCondensed-ExtraLight.otf │ │ │ ├── MozillaHeadlineCondensed-Light.otf │ │ │ ├── MozillaHeadlineCondensed-Regular.otf │ │ │ └── MozillaHeadlineCondensed-SemiBold.otf │ │ ├── Extended │ │ │ ├── MozillaHeadlineExtended-Bold.otf │ │ │ ├── MozillaHeadlineExtended-ExtraLight.otf │ │ │ ├── MozillaHeadlineExtended-Light.otf │ │ │ ├── MozillaHeadlineExtended-Regular.otf │ │ │ └── MozillaHeadlineExtended-SemiBold.otf │ │ └── Standard │ │ │ ├── MozillaHeadline-Bold.otf │ │ │ ├── MozillaHeadline-BoldItalic.otf │ │ │ ├── MozillaHeadline-ExtraLight.otf │ │ │ ├── MozillaHeadline-ExtraLightItalic.otf │ │ │ ├── MozillaHeadline-Italic.otf │ │ │ ├── MozillaHeadline-Light.otf │ │ │ ├── MozillaHeadline-LightItalic.otf │ │ │ ├── MozillaHeadline-Regular.otf │ │ │ ├── MozillaHeadline-SemiBold.otf │ │ │ └── MozillaHeadline-SemiBoldItalic.otf │ └── TTF │ │ ├── Condensed │ │ ├── MozillaHeadlineCondensed-Bold.ttf │ │ ├── MozillaHeadlineCondensed-ExtraLight.ttf │ │ ├── MozillaHeadlineCondensed-Light.ttf │ │ ├── MozillaHeadlineCondensed-Regular.ttf │ │ └── MozillaHeadlineCondensed-SemiBold.ttf │ │ ├── Extended │ │ ├── MozillaHeadlineExtended-Bold.ttf │ │ ├── MozillaHeadlineExtended-ExtraLight.ttf │ │ ├── MozillaHeadlineExtended-Light.ttf │ │ ├── MozillaHeadlineExtended-Regular.ttf │ │ └── MozillaHeadlineExtended-SemiBold.ttf │ │ └── Standard │ │ ├── MozillaHeadline-Bold.ttf │ │ ├── MozillaHeadline-BoldItalic.ttf │ │ ├── MozillaHeadline-ExtraLight.ttf │ │ ├── MozillaHeadline-ExtraLightItalic.ttf │ │ ├── MozillaHeadline-Italic.ttf │ │ ├── MozillaHeadline-Light.ttf │ │ ├── MozillaHeadline-LightItalic.ttf │ │ ├── MozillaHeadline-Regular.ttf │ │ ├── MozillaHeadline-SemiBold.ttf │ │ └── MozillaHeadline-SemiBoldItalic.ttf ├── Variable Fonts │ ├── MozillaHeadline-Variable.ttf │ ├── MozillaHeadline-Variable.woff │ ├── MozillaHeadline-Variable.woff2 │ ├── MozillaHeadlineItalic-Variable.ttf │ ├── MozillaHeadlineItalic-Variable.woff │ └── MozillaHeadlineItalic-Variable.woff2 └── Web Fonts │ ├── Condensed │ ├── MozillaHeadlineCondensed-Bold.woff │ ├── MozillaHeadlineCondensed-Bold.woff2 │ ├── MozillaHeadlineCondensed-ExtraLight.woff │ ├── MozillaHeadlineCondensed-ExtraLight.woff2 │ ├── MozillaHeadlineCondensed-Light.woff │ ├── MozillaHeadlineCondensed-Light.woff2 │ ├── MozillaHeadlineCondensed-Regular.woff │ ├── MozillaHeadlineCondensed-Regular.woff2 │ ├── MozillaHeadlineCondensed-SemiBold.woff │ └── MozillaHeadlineCondensed-SemiBold.woff2 │ ├── Extended │ ├── MozillaHeadlineExtended-Bold.woff │ ├── MozillaHeadlineExtended-Bold.woff2 │ ├── MozillaHeadlineExtended-ExtraLight.woff │ ├── MozillaHeadlineExtended-ExtraLight.woff2 │ ├── MozillaHeadlineExtended-Light.woff │ ├── MozillaHeadlineExtended-Light.woff2 │ ├── MozillaHeadlineExtended-Regular.woff │ ├── MozillaHeadlineExtended-Regular.woff2 │ ├── MozillaHeadlineExtended-SemiBold.woff │ └── MozillaHeadlineExtended-SemiBold.woff2 │ └── Standard │ ├── MozillaHeadline-Bold.woff │ ├── MozillaHeadline-Bold.woff2 │ ├── MozillaHeadline-BoldItalic.woff │ ├── MozillaHeadline-BoldItalic.woff2 │ ├── MozillaHeadline-ExtraLight.woff │ ├── MozillaHeadline-ExtraLight.woff2 │ ├── MozillaHeadline-ExtraLightItalic.woff │ ├── MozillaHeadline-ExtraLightItalic.woff2 │ ├── MozillaHeadline-Italic.woff │ ├── MozillaHeadline-Italic.woff2 │ ├── MozillaHeadline-Light.woff │ ├── MozillaHeadline-Light.woff2 │ ├── MozillaHeadline-LightItalic.woff │ ├── MozillaHeadline-LightItalic.woff2 │ ├── MozillaHeadline-Regular.woff │ ├── MozillaHeadline-Regular.woff2 │ ├── MozillaHeadline-SemiBold.woff │ ├── MozillaHeadline-SemiBold.woff2 │ ├── MozillaHeadline-SemiBoldItalic.woff │ └── MozillaHeadline-SemiBoldItalic.woff2 ├── Mozilla Text ├── Desktop Fonts │ ├── OTF │ │ └── Standard │ │ │ ├── MozillaText-Bold.otf │ │ │ ├── MozillaText-BoldItalic.otf │ │ │ ├── MozillaText-ExtraLight.otf │ │ │ ├── MozillaText-ExtraLightItalic.otf │ │ │ ├── MozillaText-Italic.otf │ │ │ ├── MozillaText-Light.otf │ │ │ ├── MozillaText-LightItalic.otf │ │ │ ├── MozillaText-Medium.otf │ │ │ ├── MozillaText-MediumItalic.otf │ │ │ ├── MozillaText-Regular.otf │ │ │ ├── MozillaText-SemiBold.otf │ │ │ └── MozillaText-SemiBoldItalic.otf │ └── TTF │ │ └── Standard │ │ ├── MozillaText-Bold.ttf │ │ ├── MozillaText-BoldItalic.ttf │ │ ├── MozillaText-ExtraLight.ttf │ │ ├── MozillaText-ExtraLightItalic.ttf │ │ ├── MozillaText-Italic.ttf │ │ ├── MozillaText-Light.ttf │ │ ├── MozillaText-LightItalic.ttf │ │ ├── MozillaText-Medium.ttf │ │ ├── MozillaText-MediumItalic.ttf │ │ ├── MozillaText-Regular.ttf │ │ ├── MozillaText-SemiBold.ttf │ │ └── MozillaText-SemiBoldItalic.ttf ├── Variable Fonts │ ├── MozillaText-Variable.ttf │ ├── MozillaText-Variable.woff │ ├── MozillaText-Variable.woff2 │ ├── MozillaTextItalic-Variable.ttf │ ├── MozillaTextItalic-Variable.woff │ └── MozillaTextItalic-Variable.woff2 └── Web Fonts │ └── Standard │ ├── MozillaText-Bold.woff │ ├── MozillaText-Bold.woff2 │ ├── MozillaText-BoldItalic.woff │ ├── MozillaText-BoldItalic.woff2 │ ├── MozillaText-ExtraLight.woff │ ├── MozillaText-ExtraLight.woff2 │ ├── MozillaText-ExtraLightItalic.woff │ ├── MozillaText-ExtraLightItalic.woff2 │ ├── MozillaText-Italic.woff │ ├── MozillaText-Italic.woff2 │ ├── MozillaText-Light.woff │ ├── MozillaText-Light.woff2 │ ├── MozillaText-LightItalic.woff │ ├── MozillaText-LightItalic.woff2 │ ├── MozillaText-Medium.woff │ ├── MozillaText-Medium.woff2 │ ├── MozillaText-MediumItalic.woff │ ├── MozillaText-MediumItalic.woff2 │ ├── MozillaText-Regular.woff │ ├── MozillaText-Regular.woff2 │ ├── MozillaText-SemiBold.woff │ ├── MozillaText-SemiBold.woff2 │ ├── MozillaText-SemiBoldItalic.woff │ └── MozillaText-SemiBoldItalic.woff2 └── README.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Community Participation Guidelines 2 | 3 | This repository is governed by Mozilla's code of conduct and etiquette guidelines. 4 | For more details, please read the 5 | [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). 6 | 7 | ## How to Report 8 | For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page. 9 | 10 | 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2024, The Mozilla Foundation 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 - 03 Jul 2024 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 | -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Bold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-ExtraLight.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Light.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-Regular.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Condensed/MozillaHeadlineCondensed-SemiBold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Bold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-ExtraLight.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Light.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-Regular.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Extended/MozillaHeadlineExtended-SemiBold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Bold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-BoldItalic.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-ExtraLight.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-ExtraLightItalic.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Italic.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Light.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-LightItalic.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-Regular.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-SemiBold.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/OTF/Standard/MozillaHeadline-SemiBoldItalic.otf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Bold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Light.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-Regular.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Condensed/MozillaHeadlineCondensed-SemiBold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Bold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-ExtraLight.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Light.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-Regular.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Extended/MozillaHeadlineExtended-SemiBold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Bold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-BoldItalic.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-ExtraLight.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Italic.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Light.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-LightItalic.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-Regular.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-SemiBold.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Desktop Fonts/TTF/Standard/MozillaHeadline-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.woff -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadline-Variable.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.ttf -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.woff -------------------------------------------------------------------------------- /Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Variable Fonts/MozillaHeadlineItalic-Variable.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Bold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Bold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-ExtraLight.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-ExtraLight.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Light.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Light.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Regular.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-Regular.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-SemiBold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Condensed/MozillaHeadlineCondensed-SemiBold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Bold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Bold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-ExtraLight.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-ExtraLight.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Light.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Light.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Regular.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-Regular.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-SemiBold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Extended/MozillaHeadlineExtended-SemiBold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Bold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Bold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-BoldItalic.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-BoldItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLight.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLight.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLightItalic.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Italic.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Italic.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Light.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Light.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-LightItalic.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-LightItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Regular.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-Regular.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBold.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBold.woff2 -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBoldItalic.woff -------------------------------------------------------------------------------- /Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Headline/Web Fonts/Standard/MozillaHeadline-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Bold.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-BoldItalic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-ExtraLight.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-ExtraLightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-ExtraLightItalic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Italic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Light.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-LightItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-LightItalic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Medium.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-MediumItalic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-Regular.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-SemiBold.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/OTF/Standard/MozillaText-SemiBoldItalic.otf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Bold.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-BoldItalic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-ExtraLight.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Italic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Light.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-LightItalic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Medium.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-MediumItalic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-Regular.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-SemiBold.ttf -------------------------------------------------------------------------------- /Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Desktop Fonts/TTF/Standard/MozillaText-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaText-Variable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaText-Variable.ttf -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaText-Variable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaText-Variable.woff -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaText-Variable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaText-Variable.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.ttf -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.woff -------------------------------------------------------------------------------- /Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Variable Fonts/MozillaTextItalic-Variable.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Bold.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Bold.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-BoldItalic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-BoldItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLight.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLight.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLightItalic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-ExtraLightItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Italic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Italic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Light.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Light.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-LightItalic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-LightItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Medium.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Medium.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-MediumItalic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-MediumItalic.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Regular.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-Regular.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-SemiBold.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-SemiBold.woff2 -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-SemiBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-SemiBoldItalic.woff -------------------------------------------------------------------------------- /Mozilla Text/Web Fonts/Standard/MozillaText-SemiBoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mozilla/mozilla-type-family/cf508ef8ebbf1043f116069063b59e1ec4f70003/Mozilla Text/Web Fonts/Standard/MozillaText-SemiBoldItalic.woff2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Mozilla Type Family 2 | 3 | A custom typeface family for Mozilla by Studio DRAMA. 4 | 5 | The Mozilla type family has two styles - Mozilla Headline and Mozilla Text. 6 | --------------------------------------------------------------------------------