diff --git a/app/components/Login.tsx b/app/components/Login.tsx index d98896e..7fca161 100644 --- a/app/components/Login.tsx +++ b/app/components/Login.tsx @@ -11,14 +11,15 @@ const Login: React.FC = () => { // Credentials state const [email, setEmail] = useState(''); const [password, setPassword] = useState(''); - const [accountName, setAccountName] = useState('Pluto'); // Set the account name + const [accountName, setAccountName] = useState(''); // Set the account name const [newAccountEmail, setNewAccountEmail] = useState(''); const [newAccountPassword, setNewAccountPassword] = useState(''); + const [newAccountName, setNewAccountName] = useState(''); // Fixed credentials - const fixedEmail = 'pluto@imareal.planet'; - const fixedPassword = 'fuckTheSun1234'; - const fixedAccount = 'Pluto'; + const fixedEmail = ''; + const fixedPassword = ''; + const fixedAccount = ''; // Function to toggle the login popup const toggleLoginPopup = () => setShowLoginPopup(!showLoginPopup); @@ -124,6 +125,16 @@ const Login: React.FC = () => { /> + {/* New Account Name Input */} +
+ setAccountName(e.target.value)} + /> +
+ {/* New Account Password Input */}
void; accountName: string }> = ( }} > - - - - + + + + + + + + + + + + +
diff --git a/app/components/json/black.json b/app/components/json/black.json deleted file mode 100644 index cc56d50..0000000 --- a/app/components/json/black.json +++ /dev/null @@ -1 +0,0 @@ -{"backgroundColor":"#8B9635","textColor":"#474D22","inputBackgroundColor":"#ffffff","inputButtonColor":"#8B9635","inputButtonHoverColor":"#6b7c2b","userMessageBackgroundColor":"#8B9635","userMessageTextColor":"#000","aiMessageBackgroundColor":"#FCFCEB","aiMessageTextColor":"#000","buttonBackgroundColor":"#8B9635","buttonHoverBackgroundColor":"#6b7c2b","modelsBackgroundColor":"#ffffff","historyBackgroundColor":"#f9f9f9","leftPanelBackgroundColor":"#79832e","conversationBackgroundColor":"#79832e","popUpTextColor":"#000","inputBorderColor":"#8B9635","fontFamily":"'Poppins', 'sans-serif'","fontSize":"16px","preferredLanguage":"en","preferredCurrency":"usd","dateFormat":"mm/dd/yyyy","timeFormat":"12-hour","timeZone":"GMT","disableOnlineAI":false,"disableChatHistory":false,"disableAIMemory":false,"openSourceMode":false,"laPlateforme":"","openAI":"","anthropic":"","google":""} \ No newline at end of file diff --git a/app/components/json/iomarket.json b/app/components/json/iomarket.json deleted file mode 100644 index cc56d50..0000000 --- a/app/components/json/iomarket.json +++ /dev/null @@ -1 +0,0 @@ -{"backgroundColor":"#8B9635","textColor":"#474D22","inputBackgroundColor":"#ffffff","inputButtonColor":"#8B9635","inputButtonHoverColor":"#6b7c2b","userMessageBackgroundColor":"#8B9635","userMessageTextColor":"#000","aiMessageBackgroundColor":"#FCFCEB","aiMessageTextColor":"#000","buttonBackgroundColor":"#8B9635","buttonHoverBackgroundColor":"#6b7c2b","modelsBackgroundColor":"#ffffff","historyBackgroundColor":"#f9f9f9","leftPanelBackgroundColor":"#79832e","conversationBackgroundColor":"#79832e","popUpTextColor":"#000","inputBorderColor":"#8B9635","fontFamily":"'Poppins', 'sans-serif'","fontSize":"16px","preferredLanguage":"en","preferredCurrency":"usd","dateFormat":"mm/dd/yyyy","timeFormat":"12-hour","timeZone":"GMT","disableOnlineAI":false,"disableChatHistory":false,"disableAIMemory":false,"openSourceMode":false,"laPlateforme":"","openAI":"","anthropic":"","google":""} \ No newline at end of file diff --git a/app/components/json/white.json b/app/components/json/white.json deleted file mode 100644 index cc56d50..0000000 --- a/app/components/json/white.json +++ /dev/null @@ -1 +0,0 @@ -{"backgroundColor":"#8B9635","textColor":"#474D22","inputBackgroundColor":"#ffffff","inputButtonColor":"#8B9635","inputButtonHoverColor":"#6b7c2b","userMessageBackgroundColor":"#8B9635","userMessageTextColor":"#000","aiMessageBackgroundColor":"#FCFCEB","aiMessageTextColor":"#000","buttonBackgroundColor":"#8B9635","buttonHoverBackgroundColor":"#6b7c2b","modelsBackgroundColor":"#ffffff","historyBackgroundColor":"#f9f9f9","leftPanelBackgroundColor":"#79832e","conversationBackgroundColor":"#79832e","popUpTextColor":"#000","inputBorderColor":"#8B9635","fontFamily":"'Poppins', 'sans-serif'","fontSize":"16px","preferredLanguage":"en","preferredCurrency":"usd","dateFormat":"mm/dd/yyyy","timeFormat":"12-hour","timeZone":"GMT","disableOnlineAI":false,"disableChatHistory":false,"disableAIMemory":false,"openSourceMode":false,"laPlateforme":"","openAI":"","anthropic":"","google":""} \ No newline at end of file diff --git a/app/styles/fonts.css b/app/styles/fonts.css new file mode 100644 index 0000000..33ef933 --- /dev/null +++ b/app/styles/fonts.css @@ -0,0 +1,69 @@ +@font-face { + font-family: 'Inconsolata'; + src: url('/fonts/serious/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf') format('truetype'); +} + +@font-face { + font-family: 'Merriweather'; + src: url('/fonts/serious/Merriweather/Merriweather-Regular.tff') format('truetype'); +} + +@font-face { + font-family: 'Noto Sans'; + src: url('/fonts/serious/Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf') format('truetype'); +} + +@font-face { + font-family: 'Noto Serif'; + src: url('/fonts/serious/Noto_Serif/NotoSerif-VariableFont_wdth\,wght.ttf') format('truetype'); +} + +@font-face { + font-family: 'Playfair Display'; + src: url('/fonts/serious/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + src: url('/fonts/serious/Poppins/Poppins-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Roboto'; + src: url('/fonts/serious/Roboto/Roboto-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Ubuntu'; + src: url('/fonts/serious/Ubuntu/Ubuntu-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Bangers'; + src: url('/fonts/comic-sans-but-better/Bangers/Bangers-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Caveat'; + src: url('/fonts/comic-sans-but-better/Caveat/Caveat-VariableFont_wght.ttf') format('truetype'); +} + +@font-face { + font-family: 'Frederika the Great'; + src: url('/fonts/comic-sans-but-better/Fredericka_the_Great/FrederickatheGreat-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Rock Salt'; + src: url('/fonts/RockSalt.ttf') format('truetype'); +} + +@font-face { + font-family: 'Sofadi One'; + src: url('/fonts/comic-sans-but-better/Sofadi_One/SofadiOne-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Zilla Slab Highlight'; + src: url('/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Regular.ttf') format('truetype'); +} diff --git a/app/styles/master.css b/app/styles/master.css index 73edf95..af2caee 100644 --- a/app/styles/master.css +++ b/app/styles/master.css @@ -14,4 +14,5 @@ @import './doc.css'; @import './Login.css'; @import './Settings.css'; +@import './fonts.css'; @import './responsive.css'; diff --git a/public/fonts/comic-sans-but-better/Bangers/Bangers-Regular.ttf b/public/fonts/comic-sans-but-better/Bangers/Bangers-Regular.ttf new file mode 100644 index 0000000..438c449 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Bangers/Bangers-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Bangers/OFL.txt b/public/fonts/comic-sans-but-better/Bangers/OFL.txt new file mode 100644 index 0000000..1f5eb28 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Bangers/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2010 The Bangers Project Authors (https://github.com/googlefonts/bangers) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Caveat/Caveat-VariableFont_wght.ttf b/public/fonts/comic-sans-but-better/Caveat/Caveat-VariableFont_wght.ttf new file mode 100644 index 0000000..0ae4d99 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Caveat/Caveat-VariableFont_wght.ttf differ diff --git a/public/fonts/comic-sans-but-better/Caveat/OFL.txt b/public/fonts/comic-sans-but-better/Caveat/OFL.txt new file mode 100644 index 0000000..a1bd351 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Caveat/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2014 The Caveat Project Authors (https://github.com/googlefonts/caveat) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Caveat/README.txt b/public/fonts/comic-sans-but-better/Caveat/README.txt new file mode 100644 index 0000000..34124c0 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Caveat/README.txt @@ -0,0 +1,66 @@ +Caveat Variable Font +==================== + +This download contains Caveat as both a variable font and static fonts. + +Caveat is a variable font with this axis: + wght + +This means all the styles are contained in a single file: + Caveat-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Caveat: + static/Caveat-Regular.ttf + static/Caveat-Medium.ttf + static/Caveat-SemiBold.ttf + static/Caveat-Bold.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Bold.ttf b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Bold.ttf new file mode 100644 index 0000000..64c12c7 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Bold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Medium.ttf b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Medium.ttf new file mode 100644 index 0000000..513854f Binary files /dev/null and b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Medium.ttf differ diff --git a/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Regular.ttf b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Regular.ttf new file mode 100644 index 0000000..1febd9f Binary files /dev/null and b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Caveat/static/Caveat-SemiBold.ttf b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-SemiBold.ttf new file mode 100644 index 0000000..e5df6cf Binary files /dev/null and b/public/fonts/comic-sans-but-better/Caveat/static/Caveat-SemiBold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Fredericka_the_Great/FrederickatheGreat-Regular.ttf b/public/fonts/comic-sans-but-better/Fredericka_the_Great/FrederickatheGreat-Regular.ttf new file mode 100644 index 0000000..c1a87dc Binary files /dev/null and b/public/fonts/comic-sans-but-better/Fredericka_the_Great/FrederickatheGreat-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Fredericka_the_Great/OFL.txt b/public/fonts/comic-sans-but-better/Fredericka_the_Great/OFL.txt new file mode 100644 index 0000000..572c38c --- /dev/null +++ b/public/fonts/comic-sans-but-better/Fredericka_the_Great/OFL.txt @@ -0,0 +1,94 @@ +Copyright (c) 2011, Tart Workshop (a DBA of Font Diner, Inc) (www.fontdiner.com), +with Reserved Font Name "Fredericka the Great". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf b/public/fonts/comic-sans-but-better/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf new file mode 100644 index 0000000..559002b Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Color_Emoji/OFL.txt b/public/fonts/comic-sans-but-better/Noto_Color_Emoji/OFL.txt new file mode 100644 index 0000000..979c943 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Noto_Color_Emoji/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2021 Google Inc. All Rights Reserved. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/NotoEmoji-VariableFont_wght.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/NotoEmoji-VariableFont_wght.ttf new file mode 100644 index 0000000..0731d6a Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/NotoEmoji-VariableFont_wght.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/OFL.txt b/public/fonts/comic-sans-but-better/Noto_Emoji/OFL.txt new file mode 100644 index 0000000..0f08295 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Noto_Emoji/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2013 Google LLC + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/README.txt b/public/fonts/comic-sans-but-better/Noto_Emoji/README.txt new file mode 100644 index 0000000..0190d84 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Noto_Emoji/README.txt @@ -0,0 +1,67 @@ +Noto Emoji Variable Font +======================== + +This download contains Noto Emoji as both a variable font and static fonts. + +Noto Emoji is a variable font with this axis: + wght + +This means all the styles are contained in a single file: + NotoEmoji-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Noto Emoji: + static/NotoEmoji-Light.ttf + static/NotoEmoji-Regular.ttf + static/NotoEmoji-Medium.ttf + static/NotoEmoji-SemiBold.ttf + static/NotoEmoji-Bold.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Bold.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Bold.ttf new file mode 100644 index 0000000..bd4224b Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Bold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Light.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Light.ttf new file mode 100644 index 0000000..c47b3e0 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Light.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Medium.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Medium.ttf new file mode 100644 index 0000000..7f2463b Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Medium.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Regular.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Regular.ttf new file mode 100644 index 0000000..5c902c0 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-SemiBold.ttf b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-SemiBold.ttf new file mode 100644 index 0000000..569e91a Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Emoji/static/NotoEmoji-SemiBold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Bold.ttf b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Bold.ttf new file mode 100644 index 0000000..597a66d Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Bold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Regular.ttf b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Regular.ttf new file mode 100644 index 0000000..ab18d49 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/NotoSansDuployan-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/OFL.txt b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/OFL.txt new file mode 100644 index 0000000..f17aa55 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Noto_Sans_Duployan/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2022 The Noto Project Authors (https://github.com/notofonts/duployan) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/NotoSansLycian-Regular.ttf b/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/NotoSansLycian-Regular.ttf new file mode 100644 index 0000000..249761c Binary files /dev/null and b/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/NotoSansLycian-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/OFL.txt b/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/OFL.txt new file mode 100644 index 0000000..ffd0f28 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Noto_Sans_Lycian/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2012 Google Inc. All Rights Reserved. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Rock_Salt/LICENSE.txt b/public/fonts/comic-sans-but-better/Rock_Salt/LICENSE.txt new file mode 100644 index 0000000..75b5248 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Rock_Salt/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/public/fonts/comic-sans-but-better/Rock_Salt/RockSalt-Regular.ttf b/public/fonts/comic-sans-but-better/Rock_Salt/RockSalt-Regular.ttf new file mode 100644 index 0000000..0f72fe6 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Rock_Salt/RockSalt-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Sofadi_One/OFL.txt b/public/fonts/comic-sans-but-better/Sofadi_One/OFL.txt new file mode 100644 index 0000000..09ecf80 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Sofadi_One/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2011 by Botjo Nikoltchev, with Reserved Font Name 'Sofadi' + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Sofadi_One/SofadiOne-Regular.ttf b/public/fonts/comic-sans-but-better/Sofadi_One/SofadiOne-Regular.ttf new file mode 100644 index 0000000..62b9ee9 Binary files /dev/null and b/public/fonts/comic-sans-but-better/Sofadi_One/SofadiOne-Regular.ttf differ diff --git a/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/OFL.txt b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/OFL.txt new file mode 100644 index 0000000..1473ff9 --- /dev/null +++ b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2017, The Mozilla Foundation + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Bold.ttf b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Bold.ttf new file mode 100644 index 0000000..553288f Binary files /dev/null and b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Bold.ttf differ diff --git a/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Regular.ttf b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Regular.ttf new file mode 100644 index 0000000..9d88eec Binary files /dev/null and b/public/fonts/comic-sans-but-better/Zilla_Slab_Highlight/ZillaSlabHighlight-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf b/public/fonts/serious/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf new file mode 100644 index 0000000..95ad718 Binary files /dev/null and b/public/fonts/serious/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf differ diff --git a/public/fonts/serious/Inconsolata/OFL.txt b/public/fonts/serious/Inconsolata/OFL.txt new file mode 100644 index 0000000..55533e1 --- /dev/null +++ b/public/fonts/serious/Inconsolata/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2006 The Inconsolata Project Authors + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Inconsolata/README.txt b/public/fonts/serious/Inconsolata/README.txt new file mode 100644 index 0000000..e7b3728 --- /dev/null +++ b/public/fonts/serious/Inconsolata/README.txt @@ -0,0 +1,135 @@ +Inconsolata Variable Font +========================= + +This download contains Inconsolata as both a variable font and static fonts. + +Inconsolata is a variable font with these axes: + wdth + wght + +This means all the styles are contained in a single file: + Inconsolata-VariableFont_wdth,wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Inconsolata: + static/Inconsolata_UltraCondensed-ExtraLight.ttf + static/Inconsolata_UltraCondensed-Light.ttf + static/Inconsolata_UltraCondensed-Regular.ttf + static/Inconsolata_UltraCondensed-Medium.ttf + static/Inconsolata_UltraCondensed-SemiBold.ttf + static/Inconsolata_UltraCondensed-Bold.ttf + static/Inconsolata_UltraCondensed-ExtraBold.ttf + static/Inconsolata_UltraCondensed-Black.ttf + static/Inconsolata_ExtraCondensed-ExtraLight.ttf + static/Inconsolata_ExtraCondensed-Light.ttf + static/Inconsolata_ExtraCondensed-Regular.ttf + static/Inconsolata_ExtraCondensed-Medium.ttf + static/Inconsolata_ExtraCondensed-SemiBold.ttf + static/Inconsolata_ExtraCondensed-Bold.ttf + static/Inconsolata_ExtraCondensed-ExtraBold.ttf + static/Inconsolata_ExtraCondensed-Black.ttf + static/Inconsolata_Condensed-ExtraLight.ttf + static/Inconsolata_Condensed-Light.ttf + static/Inconsolata_Condensed-Regular.ttf + static/Inconsolata_Condensed-Medium.ttf + static/Inconsolata_Condensed-SemiBold.ttf + static/Inconsolata_Condensed-Bold.ttf + static/Inconsolata_Condensed-ExtraBold.ttf + static/Inconsolata_Condensed-Black.ttf + static/Inconsolata_SemiCondensed-ExtraLight.ttf + static/Inconsolata_SemiCondensed-Light.ttf + static/Inconsolata_SemiCondensed-Regular.ttf + static/Inconsolata_SemiCondensed-Medium.ttf + static/Inconsolata_SemiCondensed-SemiBold.ttf + static/Inconsolata_SemiCondensed-Bold.ttf + static/Inconsolata_SemiCondensed-ExtraBold.ttf + static/Inconsolata_SemiCondensed-Black.ttf + static/Inconsolata-ExtraLight.ttf + static/Inconsolata-Light.ttf + static/Inconsolata-Regular.ttf + static/Inconsolata-Medium.ttf + static/Inconsolata-SemiBold.ttf + static/Inconsolata-Bold.ttf + static/Inconsolata-ExtraBold.ttf + static/Inconsolata-Black.ttf + static/Inconsolata_SemiExpanded-ExtraLight.ttf + static/Inconsolata_SemiExpanded-Light.ttf + static/Inconsolata_SemiExpanded-Regular.ttf + static/Inconsolata_SemiExpanded-Medium.ttf + static/Inconsolata_SemiExpanded-SemiBold.ttf + static/Inconsolata_SemiExpanded-Bold.ttf + static/Inconsolata_SemiExpanded-ExtraBold.ttf + static/Inconsolata_SemiExpanded-Black.ttf + static/Inconsolata_Expanded-ExtraLight.ttf + static/Inconsolata_Expanded-Light.ttf + static/Inconsolata_Expanded-Regular.ttf + static/Inconsolata_Expanded-Medium.ttf + static/Inconsolata_Expanded-SemiBold.ttf + static/Inconsolata_Expanded-Bold.ttf + static/Inconsolata_Expanded-ExtraBold.ttf + static/Inconsolata_Expanded-Black.ttf + static/Inconsolata_ExtraExpanded-ExtraLight.ttf + static/Inconsolata_ExtraExpanded-Light.ttf + static/Inconsolata_ExtraExpanded-Regular.ttf + static/Inconsolata_ExtraExpanded-Medium.ttf + static/Inconsolata_ExtraExpanded-SemiBold.ttf + static/Inconsolata_ExtraExpanded-Bold.ttf + static/Inconsolata_ExtraExpanded-ExtraBold.ttf + static/Inconsolata_ExtraExpanded-Black.ttf + static/Inconsolata_UltraExpanded-ExtraLight.ttf + static/Inconsolata_UltraExpanded-Light.ttf + static/Inconsolata_UltraExpanded-Regular.ttf + static/Inconsolata_UltraExpanded-Medium.ttf + static/Inconsolata_UltraExpanded-SemiBold.ttf + static/Inconsolata_UltraExpanded-Bold.ttf + static/Inconsolata_UltraExpanded-ExtraBold.ttf + static/Inconsolata_UltraExpanded-Black.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-Black.ttf new file mode 100644 index 0000000..ab9c19b Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-Bold.ttf new file mode 100644 index 0000000..c83ecca Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraBold.ttf new file mode 100644 index 0000000..c1c1a2b Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraLight.ttf new file mode 100644 index 0000000..37320d6 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-Light.ttf new file mode 100644 index 0000000..36b47d6 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-Medium.ttf new file mode 100644 index 0000000..86ba05a Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-Regular.ttf new file mode 100644 index 0000000..d124151 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata-SemiBold.ttf new file mode 100644 index 0000000..90e7dc5 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Black.ttf new file mode 100644 index 0000000..64a8d75 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Bold.ttf new file mode 100644 index 0000000..fb970ee Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraBold.ttf new file mode 100644 index 0000000..ab555b1 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraLight.ttf new file mode 100644 index 0000000..eded44d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Light.ttf new file mode 100644 index 0000000..e456116 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Medium.ttf new file mode 100644 index 0000000..150c5ff Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Regular.ttf new file mode 100644 index 0000000..1384e4e Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-SemiBold.ttf new file mode 100644 index 0000000..72ae534 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Condensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Black.ttf new file mode 100644 index 0000000..722cf80 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Bold.ttf new file mode 100644 index 0000000..6355433 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraBold.ttf new file mode 100644 index 0000000..fade580 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraLight.ttf new file mode 100644 index 0000000..3906a4d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Light.ttf new file mode 100644 index 0000000..2695e27 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Medium.ttf new file mode 100644 index 0000000..0aa1949 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Regular.ttf new file mode 100644 index 0000000..3473123 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-SemiBold.ttf new file mode 100644 index 0000000..1ad00cd Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_Expanded-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Black.ttf new file mode 100644 index 0000000..fac2e5d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Bold.ttf new file mode 100644 index 0000000..1ad2873 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraBold.ttf new file mode 100644 index 0000000..4a2d1c4 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraLight.ttf new file mode 100644 index 0000000..0fa0142 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Light.ttf new file mode 100644 index 0000000..df42dc5 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Medium.ttf new file mode 100644 index 0000000..e79c127 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Regular.ttf new file mode 100644 index 0000000..27de663 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-SemiBold.ttf new file mode 100644 index 0000000..4fd6d6c Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Black.ttf new file mode 100644 index 0000000..af80b1a Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Bold.ttf new file mode 100644 index 0000000..36f58e8 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraBold.ttf new file mode 100644 index 0000000..7c72667 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraLight.ttf new file mode 100644 index 0000000..eb57f53 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Light.ttf new file mode 100644 index 0000000..fe45a9d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Medium.ttf new file mode 100644 index 0000000..be733be Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Regular.ttf new file mode 100644 index 0000000..d5b6c77 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-SemiBold.ttf new file mode 100644 index 0000000..915f4ef Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_ExtraExpanded-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Black.ttf new file mode 100644 index 0000000..4132ca5 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Bold.ttf new file mode 100644 index 0000000..a0d4881 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraBold.ttf new file mode 100644 index 0000000..1d84427 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraLight.ttf new file mode 100644 index 0000000..a806219 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Light.ttf new file mode 100644 index 0000000..2c7b765 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Medium.ttf new file mode 100644 index 0000000..22c949f Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Regular.ttf new file mode 100644 index 0000000..5d454b8 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-SemiBold.ttf new file mode 100644 index 0000000..2fb7a96 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Black.ttf new file mode 100644 index 0000000..a02e7f6 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Bold.ttf new file mode 100644 index 0000000..d9f3186 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraBold.ttf new file mode 100644 index 0000000..dcdc236 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraLight.ttf new file mode 100644 index 0000000..41b1dd6 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Light.ttf new file mode 100644 index 0000000..c88d8bb Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Medium.ttf new file mode 100644 index 0000000..dd0d0e2 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Regular.ttf new file mode 100644 index 0000000..5b2ada5 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-SemiBold.ttf new file mode 100644 index 0000000..6e6a60b Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_SemiExpanded-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Black.ttf new file mode 100644 index 0000000..a759991 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Bold.ttf new file mode 100644 index 0000000..3872e85 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraBold.ttf new file mode 100644 index 0000000..98805f4 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraLight.ttf new file mode 100644 index 0000000..dddd2c9 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Light.ttf new file mode 100644 index 0000000..93a1e6d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Medium.ttf new file mode 100644 index 0000000..1f00def Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Regular.ttf new file mode 100644 index 0000000..a4d9bb3 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-SemiBold.ttf new file mode 100644 index 0000000..1390ba8 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Black.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Black.ttf new file mode 100644 index 0000000..4044cdc Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Black.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Bold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Bold.ttf new file mode 100644 index 0000000..df92f9d Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Bold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraBold.ttf new file mode 100644 index 0000000..22d0d60 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraBold.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraLight.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraLight.ttf new file mode 100644 index 0000000..388a167 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-ExtraLight.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Light.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Light.ttf new file mode 100644 index 0000000..4a95cc1 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Light.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Medium.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Medium.ttf new file mode 100644 index 0000000..cba5137 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Medium.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Regular.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Regular.ttf new file mode 100644 index 0000000..a261b9e Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-Regular.ttf differ diff --git a/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-SemiBold.ttf b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-SemiBold.ttf new file mode 100644 index 0000000..c122aa5 Binary files /dev/null and b/public/fonts/serious/Inconsolata/static/Inconsolata_UltraExpanded-SemiBold.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-Black.ttf b/public/fonts/serious/Merriweather/Merriweather-Black.ttf new file mode 100644 index 0000000..50c3b33 Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-Black.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-BlackItalic.ttf b/public/fonts/serious/Merriweather/Merriweather-BlackItalic.ttf new file mode 100644 index 0000000..4879aba Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-BlackItalic.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-Bold.ttf b/public/fonts/serious/Merriweather/Merriweather-Bold.ttf new file mode 100644 index 0000000..3e10e02 Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-Bold.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-BoldItalic.ttf b/public/fonts/serious/Merriweather/Merriweather-BoldItalic.ttf new file mode 100644 index 0000000..5b9d0ec Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-BoldItalic.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-Italic.ttf b/public/fonts/serious/Merriweather/Merriweather-Italic.ttf new file mode 100644 index 0000000..8e9d03d Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-Italic.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-Light.ttf b/public/fonts/serious/Merriweather/Merriweather-Light.ttf new file mode 100644 index 0000000..034ef03 Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-Light.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-LightItalic.ttf b/public/fonts/serious/Merriweather/Merriweather-LightItalic.ttf new file mode 100644 index 0000000..4d19550 Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-LightItalic.ttf differ diff --git a/public/fonts/serious/Merriweather/Merriweather-Regular.ttf b/public/fonts/serious/Merriweather/Merriweather-Regular.ttf new file mode 100644 index 0000000..3fecc77 Binary files /dev/null and b/public/fonts/serious/Merriweather/Merriweather-Regular.ttf differ diff --git a/public/fonts/serious/Merriweather/OFL.txt b/public/fonts/serious/Merriweather/OFL.txt new file mode 100644 index 0000000..03dd415 --- /dev/null +++ b/public/fonts/serious/Merriweather/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2016 The Merriweather Project Authors (https://github.com/EbenSorkin/Merriweather), with Reserved Font Name "Merriweather". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf b/public/fonts/serious/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf new file mode 100644 index 0000000..4e962ee Binary files /dev/null and b/public/fonts/serious/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf differ diff --git a/public/fonts/serious/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf b/public/fonts/serious/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf new file mode 100644 index 0000000..f7d0d78 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf differ diff --git a/public/fonts/serious/Noto_Sans/OFL.txt b/public/fonts/serious/Noto_Sans/OFL.txt new file mode 100644 index 0000000..09f020b --- /dev/null +++ b/public/fonts/serious/Noto_Sans/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Noto_Sans/README.txt b/public/fonts/serious/Noto_Sans/README.txt new file mode 100644 index 0000000..4958bee --- /dev/null +++ b/public/fonts/serious/Noto_Sans/README.txt @@ -0,0 +1,136 @@ +Noto Sans Variable Font +======================= + +This download contains Noto Sans as both variable fonts and static fonts. + +Noto Sans is a variable font with these axes: + wdth + wght + +This means all the styles are contained in these files: + NotoSans-VariableFont_wdth,wght.ttf + NotoSans-Italic-VariableFont_wdth,wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Noto Sans: + static/NotoSans_ExtraCondensed-Thin.ttf + static/NotoSans_ExtraCondensed-ExtraLight.ttf + static/NotoSans_ExtraCondensed-Light.ttf + static/NotoSans_ExtraCondensed-Regular.ttf + static/NotoSans_ExtraCondensed-Medium.ttf + static/NotoSans_ExtraCondensed-SemiBold.ttf + static/NotoSans_ExtraCondensed-Bold.ttf + static/NotoSans_ExtraCondensed-ExtraBold.ttf + static/NotoSans_ExtraCondensed-Black.ttf + static/NotoSans_Condensed-Thin.ttf + static/NotoSans_Condensed-ExtraLight.ttf + static/NotoSans_Condensed-Light.ttf + static/NotoSans_Condensed-Regular.ttf + static/NotoSans_Condensed-Medium.ttf + static/NotoSans_Condensed-SemiBold.ttf + static/NotoSans_Condensed-Bold.ttf + static/NotoSans_Condensed-ExtraBold.ttf + static/NotoSans_Condensed-Black.ttf + static/NotoSans_SemiCondensed-Thin.ttf + static/NotoSans_SemiCondensed-ExtraLight.ttf + static/NotoSans_SemiCondensed-Light.ttf + static/NotoSans_SemiCondensed-Regular.ttf + static/NotoSans_SemiCondensed-Medium.ttf + static/NotoSans_SemiCondensed-SemiBold.ttf + static/NotoSans_SemiCondensed-Bold.ttf + static/NotoSans_SemiCondensed-ExtraBold.ttf + static/NotoSans_SemiCondensed-Black.ttf + static/NotoSans-Thin.ttf + static/NotoSans-ExtraLight.ttf + static/NotoSans-Light.ttf + static/NotoSans-Regular.ttf + static/NotoSans-Medium.ttf + static/NotoSans-SemiBold.ttf + static/NotoSans-Bold.ttf + static/NotoSans-ExtraBold.ttf + static/NotoSans-Black.ttf + static/NotoSans_ExtraCondensed-ThinItalic.ttf + static/NotoSans_ExtraCondensed-ExtraLightItalic.ttf + static/NotoSans_ExtraCondensed-LightItalic.ttf + static/NotoSans_ExtraCondensed-Italic.ttf + static/NotoSans_ExtraCondensed-MediumItalic.ttf + static/NotoSans_ExtraCondensed-SemiBoldItalic.ttf + static/NotoSans_ExtraCondensed-BoldItalic.ttf + static/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf + static/NotoSans_ExtraCondensed-BlackItalic.ttf + static/NotoSans_Condensed-ThinItalic.ttf + static/NotoSans_Condensed-ExtraLightItalic.ttf + static/NotoSans_Condensed-LightItalic.ttf + static/NotoSans_Condensed-Italic.ttf + static/NotoSans_Condensed-MediumItalic.ttf + static/NotoSans_Condensed-SemiBoldItalic.ttf + static/NotoSans_Condensed-BoldItalic.ttf + static/NotoSans_Condensed-ExtraBoldItalic.ttf + static/NotoSans_Condensed-BlackItalic.ttf + static/NotoSans_SemiCondensed-ThinItalic.ttf + static/NotoSans_SemiCondensed-ExtraLightItalic.ttf + static/NotoSans_SemiCondensed-LightItalic.ttf + static/NotoSans_SemiCondensed-Italic.ttf + static/NotoSans_SemiCondensed-MediumItalic.ttf + static/NotoSans_SemiCondensed-SemiBoldItalic.ttf + static/NotoSans_SemiCondensed-BoldItalic.ttf + static/NotoSans_SemiCondensed-ExtraBoldItalic.ttf + static/NotoSans_SemiCondensed-BlackItalic.ttf + static/NotoSans-ThinItalic.ttf + static/NotoSans-ExtraLightItalic.ttf + static/NotoSans-LightItalic.ttf + static/NotoSans-Italic.ttf + static/NotoSans-MediumItalic.ttf + static/NotoSans-SemiBoldItalic.ttf + static/NotoSans-BoldItalic.ttf + static/NotoSans-ExtraBoldItalic.ttf + static/NotoSans-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Black.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Black.ttf new file mode 100644 index 0000000..e52bac2 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Black.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-BlackItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-BlackItalic.ttf new file mode 100644 index 0000000..8a430ec Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Bold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Bold.ttf new file mode 100644 index 0000000..d84248e Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-BoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-BoldItalic.ttf new file mode 100644 index 0000000..3a34c4c Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBold.ttf new file mode 100644 index 0000000..b416f0b Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBoldItalic.ttf new file mode 100644 index 0000000..181846f Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLight.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLight.ttf new file mode 100644 index 0000000..81f0958 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLightItalic.ttf new file mode 100644 index 0000000..0d7c13a Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Italic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Italic.ttf new file mode 100644 index 0000000..c40c356 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Light.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Light.ttf new file mode 100644 index 0000000..f7a67d7 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Light.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-LightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-LightItalic.ttf new file mode 100644 index 0000000..d51fb25 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Medium.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Medium.ttf new file mode 100644 index 0000000..a799b74 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-MediumItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-MediumItalic.ttf new file mode 100644 index 0000000..2ccbc5b Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Regular.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Regular.ttf new file mode 100644 index 0000000..fa4cff5 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBold.ttf new file mode 100644 index 0000000..d3ed423 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBoldItalic.ttf new file mode 100644 index 0000000..c83e750 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-Thin.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-Thin.ttf new file mode 100644 index 0000000..1459e79 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans-ThinItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans-ThinItalic.ttf new file mode 100644 index 0000000..14deac8 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Black.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Black.ttf new file mode 100644 index 0000000..0e1f611 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BlackItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BlackItalic.ttf new file mode 100644 index 0000000..99f7a21 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Bold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Bold.ttf new file mode 100644 index 0000000..71e7396 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BoldItalic.ttf new file mode 100644 index 0000000..e948404 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBold.ttf new file mode 100644 index 0000000..38520d9 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..e4421af Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLight.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLight.ttf new file mode 100644 index 0000000..f47e49e Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..f13c880 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Italic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Italic.ttf new file mode 100644 index 0000000..8e5c0f7 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Light.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Light.ttf new file mode 100644 index 0000000..0b5c4f6 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-LightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-LightItalic.ttf new file mode 100644 index 0000000..a88fe4d Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Medium.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Medium.ttf new file mode 100644 index 0000000..582b88a Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-MediumItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-MediumItalic.ttf new file mode 100644 index 0000000..a882179 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Regular.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Regular.ttf new file mode 100644 index 0000000..78cc2f5 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBold.ttf new file mode 100644 index 0000000..f724bf7 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..c7b50d2 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Thin.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Thin.ttf new file mode 100644 index 0000000..fb47447 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ThinItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ThinItalic.ttf new file mode 100644 index 0000000..0fcffa5 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_Condensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Black.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Black.ttf new file mode 100644 index 0000000..32a8793 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BlackItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BlackItalic.ttf new file mode 100644 index 0000000..d3769cc Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Bold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Bold.ttf new file mode 100644 index 0000000..32d50e7 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BoldItalic.ttf new file mode 100644 index 0000000..92599d2 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBold.ttf new file mode 100644 index 0000000..07e8a8c Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..b4fd5de Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLight.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLight.ttf new file mode 100644 index 0000000..7bd15ad Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..8d7dac1 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Italic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Italic.ttf new file mode 100644 index 0000000..e264b8b Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Light.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Light.ttf new file mode 100644 index 0000000..5e960da Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-LightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-LightItalic.ttf new file mode 100644 index 0000000..ca4f813 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Medium.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Medium.ttf new file mode 100644 index 0000000..3be216e Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-MediumItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-MediumItalic.ttf new file mode 100644 index 0000000..a022777 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Regular.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Regular.ttf new file mode 100644 index 0000000..e805601 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBold.ttf new file mode 100644 index 0000000..930d29e Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..1f9d8d4 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Thin.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Thin.ttf new file mode 100644 index 0000000..f31235b Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ThinItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ThinItalic.ttf new file mode 100644 index 0000000..b79d614 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_ExtraCondensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Black.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Black.ttf new file mode 100644 index 0000000..215e6b5 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BlackItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BlackItalic.ttf new file mode 100644 index 0000000..a741345 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Bold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Bold.ttf new file mode 100644 index 0000000..1cad850 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BoldItalic.ttf new file mode 100644 index 0000000..aa925bb Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBold.ttf new file mode 100644 index 0000000..369bcb2 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..0f029d2 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLight.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLight.ttf new file mode 100644 index 0000000..5ddd589 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..777c9a0 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Italic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Italic.ttf new file mode 100644 index 0000000..705a144 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Light.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Light.ttf new file mode 100644 index 0000000..a276aa4 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-LightItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-LightItalic.ttf new file mode 100644 index 0000000..da4ffea Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Medium.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Medium.ttf new file mode 100644 index 0000000..13774a4 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-MediumItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-MediumItalic.ttf new file mode 100644 index 0000000..8188ae3 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Regular.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Regular.ttf new file mode 100644 index 0000000..a2d0fd4 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBold.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBold.ttf new file mode 100644 index 0000000..edb0018 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..bf96c72 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Thin.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Thin.ttf new file mode 100644 index 0000000..1591087 Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ThinItalic.ttf b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ThinItalic.ttf new file mode 100644 index 0000000..1f2cfae Binary files /dev/null and b/public/fonts/serious/Noto_Sans/static/NotoSans_SemiCondensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/NotoSerif-Italic-VariableFont_wdth,wght.ttf b/public/fonts/serious/Noto_Serif/NotoSerif-Italic-VariableFont_wdth,wght.ttf new file mode 100644 index 0000000..f4bd437 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/NotoSerif-Italic-VariableFont_wdth,wght.ttf differ diff --git a/public/fonts/serious/Noto_Serif/NotoSerif-VariableFont_wdth,wght.ttf b/public/fonts/serious/Noto_Serif/NotoSerif-VariableFont_wdth,wght.ttf new file mode 100644 index 0000000..debad16 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/NotoSerif-VariableFont_wdth,wght.ttf differ diff --git a/public/fonts/serious/Noto_Serif/OFL.txt b/public/fonts/serious/Noto_Serif/OFL.txt new file mode 100644 index 0000000..09f020b --- /dev/null +++ b/public/fonts/serious/Noto_Serif/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Noto_Serif/README.txt b/public/fonts/serious/Noto_Serif/README.txt new file mode 100644 index 0000000..859477b --- /dev/null +++ b/public/fonts/serious/Noto_Serif/README.txt @@ -0,0 +1,136 @@ +Noto Serif Variable Font +======================== + +This download contains Noto Serif as both variable fonts and static fonts. + +Noto Serif is a variable font with these axes: + wdth + wght + +This means all the styles are contained in these files: + NotoSerif-VariableFont_wdth,wght.ttf + NotoSerif-Italic-VariableFont_wdth,wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Noto Serif: + static/NotoSerif_ExtraCondensed-Thin.ttf + static/NotoSerif_ExtraCondensed-ExtraLight.ttf + static/NotoSerif_ExtraCondensed-Light.ttf + static/NotoSerif_ExtraCondensed-Regular.ttf + static/NotoSerif_ExtraCondensed-Medium.ttf + static/NotoSerif_ExtraCondensed-SemiBold.ttf + static/NotoSerif_ExtraCondensed-Bold.ttf + static/NotoSerif_ExtraCondensed-ExtraBold.ttf + static/NotoSerif_ExtraCondensed-Black.ttf + static/NotoSerif_Condensed-Thin.ttf + static/NotoSerif_Condensed-ExtraLight.ttf + static/NotoSerif_Condensed-Light.ttf + static/NotoSerif_Condensed-Regular.ttf + static/NotoSerif_Condensed-Medium.ttf + static/NotoSerif_Condensed-SemiBold.ttf + static/NotoSerif_Condensed-Bold.ttf + static/NotoSerif_Condensed-ExtraBold.ttf + static/NotoSerif_Condensed-Black.ttf + static/NotoSerif_SemiCondensed-Thin.ttf + static/NotoSerif_SemiCondensed-ExtraLight.ttf + static/NotoSerif_SemiCondensed-Light.ttf + static/NotoSerif_SemiCondensed-Regular.ttf + static/NotoSerif_SemiCondensed-Medium.ttf + static/NotoSerif_SemiCondensed-SemiBold.ttf + static/NotoSerif_SemiCondensed-Bold.ttf + static/NotoSerif_SemiCondensed-ExtraBold.ttf + static/NotoSerif_SemiCondensed-Black.ttf + static/NotoSerif-Thin.ttf + static/NotoSerif-ExtraLight.ttf + static/NotoSerif-Light.ttf + static/NotoSerif-Regular.ttf + static/NotoSerif-Medium.ttf + static/NotoSerif-SemiBold.ttf + static/NotoSerif-Bold.ttf + static/NotoSerif-ExtraBold.ttf + static/NotoSerif-Black.ttf + static/NotoSerif_ExtraCondensed-ThinItalic.ttf + static/NotoSerif_ExtraCondensed-ExtraLightItalic.ttf + static/NotoSerif_ExtraCondensed-LightItalic.ttf + static/NotoSerif_ExtraCondensed-Italic.ttf + static/NotoSerif_ExtraCondensed-MediumItalic.ttf + static/NotoSerif_ExtraCondensed-SemiBoldItalic.ttf + static/NotoSerif_ExtraCondensed-BoldItalic.ttf + static/NotoSerif_ExtraCondensed-ExtraBoldItalic.ttf + static/NotoSerif_ExtraCondensed-BlackItalic.ttf + static/NotoSerif_Condensed-ThinItalic.ttf + static/NotoSerif_Condensed-ExtraLightItalic.ttf + static/NotoSerif_Condensed-LightItalic.ttf + static/NotoSerif_Condensed-Italic.ttf + static/NotoSerif_Condensed-MediumItalic.ttf + static/NotoSerif_Condensed-SemiBoldItalic.ttf + static/NotoSerif_Condensed-BoldItalic.ttf + static/NotoSerif_Condensed-ExtraBoldItalic.ttf + static/NotoSerif_Condensed-BlackItalic.ttf + static/NotoSerif_SemiCondensed-ThinItalic.ttf + static/NotoSerif_SemiCondensed-ExtraLightItalic.ttf + static/NotoSerif_SemiCondensed-LightItalic.ttf + static/NotoSerif_SemiCondensed-Italic.ttf + static/NotoSerif_SemiCondensed-MediumItalic.ttf + static/NotoSerif_SemiCondensed-SemiBoldItalic.ttf + static/NotoSerif_SemiCondensed-BoldItalic.ttf + static/NotoSerif_SemiCondensed-ExtraBoldItalic.ttf + static/NotoSerif_SemiCondensed-BlackItalic.ttf + static/NotoSerif-ThinItalic.ttf + static/NotoSerif-ExtraLightItalic.ttf + static/NotoSerif-LightItalic.ttf + static/NotoSerif-Italic.ttf + static/NotoSerif-MediumItalic.ttf + static/NotoSerif-SemiBoldItalic.ttf + static/NotoSerif-BoldItalic.ttf + static/NotoSerif-ExtraBoldItalic.ttf + static/NotoSerif-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Black.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Black.ttf new file mode 100644 index 0000000..da35026 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Black.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-BlackItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-BlackItalic.ttf new file mode 100644 index 0000000..8d602c8 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Bold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Bold.ttf new file mode 100644 index 0000000..aa21d44 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-BoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-BoldItalic.ttf new file mode 100644 index 0000000..5a38d83 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBold.ttf new file mode 100644 index 0000000..16de921 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBoldItalic.ttf new file mode 100644 index 0000000..1c98907 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLight.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLight.ttf new file mode 100644 index 0000000..bf52f5a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLightItalic.ttf new file mode 100644 index 0000000..2951bd7 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Italic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Italic.ttf new file mode 100644 index 0000000..786ecc7 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Light.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Light.ttf new file mode 100644 index 0000000..c5bd954 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Light.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-LightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-LightItalic.ttf new file mode 100644 index 0000000..62d9a15 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Medium.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Medium.ttf new file mode 100644 index 0000000..7a17707 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-MediumItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-MediumItalic.ttf new file mode 100644 index 0000000..3aa6bf4 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Regular.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Regular.ttf new file mode 100644 index 0000000..dc30297 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBold.ttf new file mode 100644 index 0000000..9ece80a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBoldItalic.ttf new file mode 100644 index 0000000..c0f69e2 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-Thin.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-Thin.ttf new file mode 100644 index 0000000..8071195 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif-ThinItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif-ThinItalic.ttf new file mode 100644 index 0000000..16a61f0 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Black.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Black.ttf new file mode 100644 index 0000000..bb89c81 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BlackItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BlackItalic.ttf new file mode 100644 index 0000000..8ac7efc Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Bold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Bold.ttf new file mode 100644 index 0000000..11d5d62 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BoldItalic.ttf new file mode 100644 index 0000000..8fc9d36 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBold.ttf new file mode 100644 index 0000000..8a10d59 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..9b47a7d Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLight.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLight.ttf new file mode 100644 index 0000000..4e40e94 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..e939a4f Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Italic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Italic.ttf new file mode 100644 index 0000000..8808c43 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Light.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Light.ttf new file mode 100644 index 0000000..c9d9b18 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-LightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-LightItalic.ttf new file mode 100644 index 0000000..12c7106 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Medium.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Medium.ttf new file mode 100644 index 0000000..5e01bbb Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-MediumItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-MediumItalic.ttf new file mode 100644 index 0000000..7e14e33 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Regular.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Regular.ttf new file mode 100644 index 0000000..44d602d Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBold.ttf new file mode 100644 index 0000000..99c03c1 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..54c2baf Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Thin.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Thin.ttf new file mode 100644 index 0000000..1155090 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ThinItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ThinItalic.ttf new file mode 100644 index 0000000..4f2c689 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_Condensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Black.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Black.ttf new file mode 100644 index 0000000..76b3d51 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BlackItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BlackItalic.ttf new file mode 100644 index 0000000..3e98cd2 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Bold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Bold.ttf new file mode 100644 index 0000000..ee14375 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BoldItalic.ttf new file mode 100644 index 0000000..f31fd71 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBold.ttf new file mode 100644 index 0000000..7fe0c27 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..1085d4a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLight.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLight.ttf new file mode 100644 index 0000000..5ddaa03 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..2b77a4a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Italic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Italic.ttf new file mode 100644 index 0000000..e630712 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Light.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Light.ttf new file mode 100644 index 0000000..594e18d Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-LightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-LightItalic.ttf new file mode 100644 index 0000000..5658cfe Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Medium.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Medium.ttf new file mode 100644 index 0000000..c9a1408 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-MediumItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-MediumItalic.ttf new file mode 100644 index 0000000..2195fa2 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Regular.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Regular.ttf new file mode 100644 index 0000000..3dcf2a7 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBold.ttf new file mode 100644 index 0000000..4788ba3 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..2bbee14 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Thin.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Thin.ttf new file mode 100644 index 0000000..527c718 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ThinItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ThinItalic.ttf new file mode 100644 index 0000000..198352d Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_ExtraCondensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Black.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Black.ttf new file mode 100644 index 0000000..9a5e289 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Black.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BlackItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BlackItalic.ttf new file mode 100644 index 0000000..55270cd Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BlackItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Bold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Bold.ttf new file mode 100644 index 0000000..234241f Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Bold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BoldItalic.ttf new file mode 100644 index 0000000..8be5e67 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-BoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBold.ttf new file mode 100644 index 0000000..f418d1a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBoldItalic.ttf new file mode 100644 index 0000000..f82e93b Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLight.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLight.ttf new file mode 100644 index 0000000..5d9dae7 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLight.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLightItalic.ttf new file mode 100644 index 0000000..8907f21 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Italic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Italic.ttf new file mode 100644 index 0000000..0e9f9b0 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Italic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Light.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Light.ttf new file mode 100644 index 0000000..d92007a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Light.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-LightItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-LightItalic.ttf new file mode 100644 index 0000000..33832c1 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-LightItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Medium.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Medium.ttf new file mode 100644 index 0000000..7bbda66 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Medium.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-MediumItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-MediumItalic.ttf new file mode 100644 index 0000000..2d71fc1 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-MediumItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Regular.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Regular.ttf new file mode 100644 index 0000000..5375346 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Regular.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBold.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBold.ttf new file mode 100644 index 0000000..05f1896 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBold.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBoldItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBoldItalic.ttf new file mode 100644 index 0000000..1de1c36 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Thin.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Thin.ttf new file mode 100644 index 0000000..3e9709a Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-Thin.ttf differ diff --git a/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ThinItalic.ttf b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ThinItalic.ttf new file mode 100644 index 0000000..bb6e772 Binary files /dev/null and b/public/fonts/serious/Noto_Serif/static/NotoSerif_SemiCondensed-ThinItalic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/OFL.txt b/public/fonts/serious/Playfair_Display/OFL.txt new file mode 100644 index 0000000..3f1f22a --- /dev/null +++ b/public/fonts/serious/Playfair_Display/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2017 The Playfair Display Project Authors (https://github.com/clauseggers/Playfair-Display), with Reserved Font Name "Playfair Display" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf b/public/fonts/serious/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..0d7c497 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf differ diff --git a/public/fonts/serious/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf b/public/fonts/serious/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf new file mode 100644 index 0000000..eafb6ff Binary files /dev/null and b/public/fonts/serious/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf differ diff --git a/public/fonts/serious/Playfair_Display/README.txt b/public/fonts/serious/Playfair_Display/README.txt new file mode 100644 index 0000000..00fbc45 --- /dev/null +++ b/public/fonts/serious/Playfair_Display/README.txt @@ -0,0 +1,75 @@ +Playfair Display Variable Font +============================== + +This download contains Playfair Display as both variable fonts and static fonts. + +Playfair Display is a variable font with this axis: + wght + +This means all the styles are contained in these files: + PlayfairDisplay-VariableFont_wght.ttf + PlayfairDisplay-Italic-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Playfair Display: + static/PlayfairDisplay-Regular.ttf + static/PlayfairDisplay-Medium.ttf + static/PlayfairDisplay-SemiBold.ttf + static/PlayfairDisplay-Bold.ttf + static/PlayfairDisplay-ExtraBold.ttf + static/PlayfairDisplay-Black.ttf + static/PlayfairDisplay-Italic.ttf + static/PlayfairDisplay-MediumItalic.ttf + static/PlayfairDisplay-SemiBoldItalic.ttf + static/PlayfairDisplay-BoldItalic.ttf + static/PlayfairDisplay-ExtraBoldItalic.ttf + static/PlayfairDisplay-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Black.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Black.ttf new file mode 100644 index 0000000..204f5bf Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Black.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf new file mode 100644 index 0000000..5fdffad Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Bold.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Bold.ttf new file mode 100644 index 0000000..029a1a6 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Bold.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf new file mode 100644 index 0000000..921435f Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf new file mode 100644 index 0000000..1efccad Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf new file mode 100644 index 0000000..6a37707 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Italic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Italic.ttf new file mode 100644 index 0000000..436dff0 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Italic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Medium.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Medium.ttf new file mode 100644 index 0000000..f92eba4 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Medium.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf new file mode 100644 index 0000000..8b8ae4d Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Regular.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Regular.ttf new file mode 100644 index 0000000..503b7c4 Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-Regular.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf new file mode 100644 index 0000000..1c2a57b Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf differ diff --git a/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf new file mode 100644 index 0000000..cd47cca Binary files /dev/null and b/public/fonts/serious/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Poppins/OFL.txt b/public/fonts/serious/Poppins/OFL.txt new file mode 100644 index 0000000..3e92931 --- /dev/null +++ b/public/fonts/serious/Poppins/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Poppins/Poppins-Black.ttf b/public/fonts/serious/Poppins/Poppins-Black.ttf new file mode 100644 index 0000000..71c0f99 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Black.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-BlackItalic.ttf b/public/fonts/serious/Poppins/Poppins-BlackItalic.ttf new file mode 100644 index 0000000..7aeb58b Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-BlackItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Bold.ttf b/public/fonts/serious/Poppins/Poppins-Bold.ttf new file mode 100644 index 0000000..00559ee Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Bold.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-BoldItalic.ttf b/public/fonts/serious/Poppins/Poppins-BoldItalic.ttf new file mode 100644 index 0000000..e61e8e8 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-BoldItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-ExtraBold.ttf b/public/fonts/serious/Poppins/Poppins-ExtraBold.ttf new file mode 100644 index 0000000..df70936 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-ExtraBold.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-ExtraBoldItalic.ttf b/public/fonts/serious/Poppins/Poppins-ExtraBoldItalic.ttf new file mode 100644 index 0000000..14d2b37 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-ExtraBoldItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-ExtraLight.ttf b/public/fonts/serious/Poppins/Poppins-ExtraLight.ttf new file mode 100644 index 0000000..e76ec69 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-ExtraLight.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-ExtraLightItalic.ttf b/public/fonts/serious/Poppins/Poppins-ExtraLightItalic.ttf new file mode 100644 index 0000000..89513d9 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-ExtraLightItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Italic.ttf b/public/fonts/serious/Poppins/Poppins-Italic.ttf new file mode 100644 index 0000000..12b7b3c Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Italic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Light.ttf b/public/fonts/serious/Poppins/Poppins-Light.ttf new file mode 100644 index 0000000..bc36bcc Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Light.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-LightItalic.ttf b/public/fonts/serious/Poppins/Poppins-LightItalic.ttf new file mode 100644 index 0000000..9e70be6 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-LightItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Medium.ttf b/public/fonts/serious/Poppins/Poppins-Medium.ttf new file mode 100644 index 0000000..6bcdcc2 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Medium.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-MediumItalic.ttf b/public/fonts/serious/Poppins/Poppins-MediumItalic.ttf new file mode 100644 index 0000000..be67410 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-MediumItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Regular.ttf b/public/fonts/serious/Poppins/Poppins-Regular.ttf new file mode 100644 index 0000000..9f0c71b Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Regular.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-SemiBold.ttf b/public/fonts/serious/Poppins/Poppins-SemiBold.ttf new file mode 100644 index 0000000..74c726e Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-SemiBold.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-SemiBoldItalic.ttf b/public/fonts/serious/Poppins/Poppins-SemiBoldItalic.ttf new file mode 100644 index 0000000..3e6c942 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-SemiBoldItalic.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-Thin.ttf b/public/fonts/serious/Poppins/Poppins-Thin.ttf new file mode 100644 index 0000000..03e7366 Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-Thin.ttf differ diff --git a/public/fonts/serious/Poppins/Poppins-ThinItalic.ttf b/public/fonts/serious/Poppins/Poppins-ThinItalic.ttf new file mode 100644 index 0000000..e26db5d Binary files /dev/null and b/public/fonts/serious/Poppins/Poppins-ThinItalic.ttf differ diff --git a/public/fonts/serious/Roboto/LICENSE.txt b/public/fonts/serious/Roboto/LICENSE.txt new file mode 100644 index 0000000..75b5248 --- /dev/null +++ b/public/fonts/serious/Roboto/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/public/fonts/serious/Roboto/Roboto-Black.ttf b/public/fonts/serious/Roboto/Roboto-Black.ttf new file mode 100644 index 0000000..58fa175 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Black.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-BlackItalic.ttf b/public/fonts/serious/Roboto/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..0a4dfd0 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-BlackItalic.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Bold.ttf b/public/fonts/serious/Roboto/Roboto-Bold.ttf new file mode 100644 index 0000000..e64db79 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Bold.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-BoldItalic.ttf b/public/fonts/serious/Roboto/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..5e39ae9 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-BoldItalic.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Italic.ttf b/public/fonts/serious/Roboto/Roboto-Italic.ttf new file mode 100644 index 0000000..65498ee Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Italic.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Light.ttf b/public/fonts/serious/Roboto/Roboto-Light.ttf new file mode 100644 index 0000000..a7e0284 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Light.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-LightItalic.ttf b/public/fonts/serious/Roboto/Roboto-LightItalic.ttf new file mode 100644 index 0000000..867b76d Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-LightItalic.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Medium.ttf b/public/fonts/serious/Roboto/Roboto-Medium.ttf new file mode 100644 index 0000000..0707e15 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Medium.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-MediumItalic.ttf b/public/fonts/serious/Roboto/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..4e3bf0d Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-MediumItalic.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Regular.ttf b/public/fonts/serious/Roboto/Roboto-Regular.ttf new file mode 100644 index 0000000..2d116d9 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Regular.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-Thin.ttf b/public/fonts/serious/Roboto/Roboto-Thin.ttf new file mode 100644 index 0000000..ab68508 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-Thin.ttf differ diff --git a/public/fonts/serious/Roboto/Roboto-ThinItalic.ttf b/public/fonts/serious/Roboto/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..b2c3933 Binary files /dev/null and b/public/fonts/serious/Roboto/Roboto-ThinItalic.ttf differ diff --git a/public/fonts/serious/Ubuntu/UFL.txt b/public/fonts/serious/Ubuntu/UFL.txt new file mode 100644 index 0000000..6e722c8 --- /dev/null +++ b/public/fonts/serious/Ubuntu/UFL.txt @@ -0,0 +1,96 @@ +------------------------------- +UBUNTU FONT LICENCE Version 1.0 +------------------------------- + +PREAMBLE +This licence allows the licensed fonts to be used, studied, modified and +redistributed freely. The fonts, including any derivative works, can be +bundled, embedded, and redistributed provided the terms of this licence +are met. The fonts and derivatives, however, cannot be released under +any other licence. The requirement for fonts to remain under this +licence does not require any document created using the fonts or their +derivatives to be published under this licence, as long as the primary +purpose of the document is not to be a vehicle for the distribution of +the fonts. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this licence and clearly marked as such. This may +include source files, build scripts and documentation. + +"Original Version" refers to the collection of Font Software components +as received under this licence. + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to +a new environment. + +"Copyright Holder(s)" refers to all individuals and companies who have a +copyright ownership of the Font Software. + +"Substantially Changed" refers to Modified Versions which can be easily +identified as dissimilar to the Font Software by users of the Font +Software comparing the Original Version with the Modified Version. + +To "Propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification and with or without charging +a redistribution fee), making available to the public, and in some +countries other activities as well. + +PERMISSION & CONDITIONS +This licence does not grant any rights under trademark law and all such +rights are reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of the Font Software, to propagate the Font Software, subject to +the below conditions: + +1) Each copy of the Font Software must contain the above copyright +notice and this licence. These can be included either as stand-alone +text files, human-readable headers or in the appropriate machine- +readable metadata fields within text or binary files as long as those +fields can be easily viewed by the user. + +2) The font name complies with the following: +(a) The Original Version must retain its name, unmodified. +(b) Modified Versions which are Substantially Changed must be renamed to +avoid use of the name of the Original Version or similar names entirely. +(c) Modified Versions which are not Substantially Changed must be +renamed to both (i) retain the name of the Original Version and (ii) add +additional naming elements to distinguish the Modified Version from the +Original Version. The name of such Modified Versions must be the name of +the Original Version, with "derivative X" where X represents the name of +the new work, appended to that name. + +3) The name(s) of the Copyright Holder(s) and any contributor to the +Font Software shall not be used to promote, endorse or advertise any +Modified Version, except (i) as required by this licence, (ii) to +acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with +their explicit written permission. + +4) The Font Software, modified or unmodified, in part or in whole, must +be distributed entirely under this licence, and must not be distributed +under any other licence. The requirement for fonts to remain under this +licence does not affect any document created using the Font Software, +except any version of the Font Software extracted from a document +created using the Font Software may only be distributed under this +licence. + +TERMINATION +This licence becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER +DEALINGS IN THE FONT SOFTWARE. diff --git a/public/fonts/serious/Ubuntu/Ubuntu-Bold.ttf b/public/fonts/serious/Ubuntu/Ubuntu-Bold.ttf new file mode 100644 index 0000000..c2293d5 Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-Bold.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-BoldItalic.ttf b/public/fonts/serious/Ubuntu/Ubuntu-BoldItalic.ttf new file mode 100644 index 0000000..ce6e784 Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-BoldItalic.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-Italic.ttf b/public/fonts/serious/Ubuntu/Ubuntu-Italic.ttf new file mode 100644 index 0000000..a599244 Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-Italic.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-Light.ttf b/public/fonts/serious/Ubuntu/Ubuntu-Light.ttf new file mode 100644 index 0000000..b310d15 Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-Light.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-LightItalic.ttf b/public/fonts/serious/Ubuntu/Ubuntu-LightItalic.ttf new file mode 100644 index 0000000..ad0741b Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-LightItalic.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-Medium.ttf b/public/fonts/serious/Ubuntu/Ubuntu-Medium.ttf new file mode 100644 index 0000000..7340a40 Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-Medium.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-MediumItalic.ttf b/public/fonts/serious/Ubuntu/Ubuntu-MediumItalic.ttf new file mode 100644 index 0000000..36ac1ae Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-MediumItalic.ttf differ diff --git a/public/fonts/serious/Ubuntu/Ubuntu-Regular.ttf b/public/fonts/serious/Ubuntu/Ubuntu-Regular.ttf new file mode 100644 index 0000000..f98a2da Binary files /dev/null and b/public/fonts/serious/Ubuntu/Ubuntu-Regular.ttf differ