This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit b852f21bd92ffc9fbe87519e9b57fc79221f9053 Author: Christian Grobmeier <[email protected]> AuthorDate: Sat Feb 24 14:13:33 2024 +0100 added local fonts instead of Google Fonts for privacy reasons --- src/asciidoc/templates/document.html.erb | 1 + src/site/resources/css/fonts.css | 240 +++++++++++++++++++++ src/site/resources/fonts/noto-OFL.txt | 93 ++++++++ .../resources/fonts/noto-serif-v23-latin-100.woff2 | Bin 0 -> 15232 bytes .../fonts/noto-serif-v23-latin-100italic.woff2 | Bin 0 -> 15904 bytes .../resources/fonts/noto-serif-v23-latin-200.woff2 | Bin 0 -> 15528 bytes .../fonts/noto-serif-v23-latin-200italic.woff2 | Bin 0 -> 16544 bytes .../resources/fonts/noto-serif-v23-latin-300.woff2 | Bin 0 -> 15364 bytes .../fonts/noto-serif-v23-latin-300italic.woff2 | Bin 0 -> 16496 bytes .../resources/fonts/noto-serif-v23-latin-500.woff2 | Bin 0 -> 15072 bytes .../fonts/noto-serif-v23-latin-500italic.woff2 | Bin 0 -> 16304 bytes .../resources/fonts/noto-serif-v23-latin-600.woff2 | Bin 0 -> 15212 bytes .../fonts/noto-serif-v23-latin-600italic.woff2 | Bin 0 -> 16260 bytes .../resources/fonts/noto-serif-v23-latin-700.woff2 | Bin 0 -> 14964 bytes .../fonts/noto-serif-v23-latin-700italic.woff2 | Bin 0 -> 15812 bytes .../resources/fonts/noto-serif-v23-latin-800.woff2 | Bin 0 -> 15568 bytes .../fonts/noto-serif-v23-latin-800italic.woff2 | Bin 0 -> 16768 bytes .../resources/fonts/noto-serif-v23-latin-900.woff2 | Bin 0 -> 15436 bytes .../fonts/noto-serif-v23-latin-900italic.woff2 | Bin 0 -> 16628 bytes .../fonts/noto-serif-v23-latin-italic.woff2 | Bin 0 -> 15640 bytes .../fonts/noto-serif-v23-latin-regular.woff2 | Bin 0 -> 14612 bytes src/site/resources/fonts/noto-serif-v23-latin.zip | Bin 0 -> 286034 bytes src/site/resources/fonts/open-sans-OFL.txt | 93 ++++++++ .../resources/fonts/open-sans-v40-latin-300.woff2 | Bin 0 -> 18704 bytes .../fonts/open-sans-v40-latin-300italic.woff2 | Bin 0 -> 19332 bytes .../resources/fonts/open-sans-v40-latin-500.woff2 | Bin 0 -> 18720 bytes .../fonts/open-sans-v40-latin-500italic.woff2 | Bin 0 -> 19332 bytes .../resources/fonts/open-sans-v40-latin-600.woff2 | Bin 0 -> 18596 bytes .../fonts/open-sans-v40-latin-600italic.woff2 | Bin 0 -> 19328 bytes .../resources/fonts/open-sans-v40-latin-700.woff2 | Bin 0 -> 18260 bytes .../fonts/open-sans-v40-latin-700italic.woff2 | Bin 0 -> 18860 bytes .../resources/fonts/open-sans-v40-latin-800.woff2 | Bin 0 -> 18644 bytes .../fonts/open-sans-v40-latin-800italic.woff2 | Bin 0 -> 19056 bytes .../fonts/open-sans-v40-latin-italic.woff2 | Bin 0 -> 19280 bytes .../fonts/open-sans-v40-latin-regular.woff2 | Bin 0 -> 18668 bytes 35 files changed, 427 insertions(+) diff --git a/src/asciidoc/templates/document.html.erb b/src/asciidoc/templates/document.html.erb index eb8b3bd777..7fe1a9b255 100644 --- a/src/asciidoc/templates/document.html.erb +++ b/src/asciidoc/templates/document.html.erb @@ -32,6 +32,7 @@ end %> <title><%= doctitle(:sanitize => true) || (attr 'untitled-label') %></title> + <link rel="stylesheet" href="/css/fonts.css"> <% if Asciidoctor::DEFAULT_STYLESHEET_KEYS.include?(attr :stylesheet) %><%= Asciidoctor::Stylesheets.instance.embed_primary_stylesheet %><% diff --git a/src/site/resources/css/fonts.css b/src/site/resources/css/fonts.css new file mode 100644 index 0000000000..5bcd9f1303 --- /dev/null +++ b/src/site/resources/css/fonts.css @@ -0,0 +1,240 @@ + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 300; + src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 500; + src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 500; + src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 600; + src: url('../fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: url('../fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 100; + src: url('../fonts/noto-serif-v23-latin-100.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 100; + src: url('../fonts/noto-serif-v23-latin-100italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 200; + src: url('../fonts/noto-serif-v23-latin-200.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 200; + src: url('../fonts/noto-serif-v23-latin-200italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 300; + src: url('../fonts/noto-serif-v23-latin-300.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 300; + src: url('../fonts/noto-serif-v23-latin-300italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 400; + src: url('../fonts/noto-serif-v23-latin-regular.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 400; + src: url('../fonts/noto-serif-v23-latin-italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 500; + src: url('../fonts/noto-serif-v23-latin-500.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 500; + src: url('../fonts/noto-serif-v23-latin-500italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 600; + src: url('../fonts/noto-serif-v23-latin-600.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 600; + src: url('../fonts/noto-serif-v23-latin-600italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 700; + src: url('../fonts/noto-serif-v23-latin-700.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 700; + src: url('../fonts/noto-serif-v23-latin-700italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 800; + src: url('../fonts/noto-serif-v23-latin-800.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 800; + src: url('../fonts/noto-serif-v23-latin-800italic.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 900; + src: url('../fonts/noto-serif-v23-latin-900.woff2') format('woff2'); +} + +@font-face { + font-display: swap; + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 900; + src: url('../fonts/noto-serif-v23-latin-900italic.woff2') format('woff2'); +} \ No newline at end of file diff --git a/src/site/resources/fonts/noto-OFL.txt b/src/site/resources/fonts/noto-OFL.txt new file mode 100644 index 0000000000..0373e14e13 --- /dev/null +++ b/src/site/resources/fonts/noto-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/src/site/resources/fonts/noto-serif-v23-latin-100.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-100.woff2 new file mode 100644 index 0000000000..9c1d44b8b1 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-100.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-100italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-100italic.woff2 new file mode 100644 index 0000000000..20cd0bf98c Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-100italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-200.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-200.woff2 new file mode 100644 index 0000000000..5bc0e7a4da Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-200.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-200italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-200italic.woff2 new file mode 100644 index 0000000000..bca887e410 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-200italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-300.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-300.woff2 new file mode 100644 index 0000000000..fb3e036a7b Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-300.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-300italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-300italic.woff2 new file mode 100644 index 0000000000..2ef975d145 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-300italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-500.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-500.woff2 new file mode 100644 index 0000000000..4c08c8cbfe Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-500.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-500italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-500italic.woff2 new file mode 100644 index 0000000000..65b43137aa Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-500italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-600.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-600.woff2 new file mode 100644 index 0000000000..ca4f3708bb Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-600.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-600italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-600italic.woff2 new file mode 100644 index 0000000000..9eaba295ea Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-600italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-700.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-700.woff2 new file mode 100644 index 0000000000..bedb0e6a96 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-700.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-700italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-700italic.woff2 new file mode 100644 index 0000000000..55bc121a7a Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-700italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-800.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-800.woff2 new file mode 100644 index 0000000000..3f1f0703c2 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-800.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-800italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-800italic.woff2 new file mode 100644 index 0000000000..ce36621f3c Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-800italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-900.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-900.woff2 new file mode 100644 index 0000000000..8f87ffd8a0 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-900.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-900italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-900italic.woff2 new file mode 100644 index 0000000000..e5686d6052 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-900italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-italic.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-italic.woff2 new file mode 100644 index 0000000000..dab23675b9 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-italic.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin-regular.woff2 b/src/site/resources/fonts/noto-serif-v23-latin-regular.woff2 new file mode 100644 index 0000000000..1907e2c7fa Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin-regular.woff2 differ diff --git a/src/site/resources/fonts/noto-serif-v23-latin.zip b/src/site/resources/fonts/noto-serif-v23-latin.zip new file mode 100644 index 0000000000..dd69a4a5f2 Binary files /dev/null and b/src/site/resources/fonts/noto-serif-v23-latin.zip differ diff --git a/src/site/resources/fonts/open-sans-OFL.txt b/src/site/resources/fonts/open-sans-OFL.txt new file mode 100644 index 0000000000..cb7002a864 --- /dev/null +++ b/src/site/resources/fonts/open-sans-OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans) + +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/src/site/resources/fonts/open-sans-v40-latin-300.woff2 b/src/site/resources/fonts/open-sans-v40-latin-300.woff2 new file mode 100644 index 0000000000..e000fcb88e Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-300.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-300italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-300italic.woff2 new file mode 100644 index 0000000000..5167821bce Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-300italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-500.woff2 b/src/site/resources/fonts/open-sans-v40-latin-500.woff2 new file mode 100644 index 0000000000..a35be30df8 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-500.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-500italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-500italic.woff2 new file mode 100644 index 0000000000..039e72f3c4 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-500italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-600.woff2 b/src/site/resources/fonts/open-sans-v40-latin-600.woff2 new file mode 100644 index 0000000000..f67ef002a6 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-600.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-600italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-600italic.woff2 new file mode 100644 index 0000000000..bd6a4d19d2 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-600italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-700.woff2 b/src/site/resources/fonts/open-sans-v40-latin-700.woff2 new file mode 100644 index 0000000000..7e3b8b0da7 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-700.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-700italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-700italic.woff2 new file mode 100644 index 0000000000..2c96334c4c Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-700italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-800.woff2 b/src/site/resources/fonts/open-sans-v40-latin-800.woff2 new file mode 100644 index 0000000000..cf65114595 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-800.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-800italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-800italic.woff2 new file mode 100644 index 0000000000..17bc073467 Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-800italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-italic.woff2 b/src/site/resources/fonts/open-sans-v40-latin-italic.woff2 new file mode 100644 index 0000000000..84ee1979dc Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-italic.woff2 differ diff --git a/src/site/resources/fonts/open-sans-v40-latin-regular.woff2 b/src/site/resources/fonts/open-sans-v40-latin-regular.woff2 new file mode 100644 index 0000000000..eaae94217b Binary files /dev/null and b/src/site/resources/fonts/open-sans-v40-latin-regular.woff2 differ
