This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-website.git
commit 095c2d18c49a91f0e9e68072c33e5c1cd389f696 Author: Josh Tynjala <[email protected]> AuthorDate: Thu Mar 20 11:46:10 2025 -0700 fix font-face rules We no longer use the Google Fonts CDN due to server security restrictions. Instead, we include fonts in our repo instead. I confirmed that other ASF projects do this for SIL Open Font License web fonts too, and Harbs said infra suggested the same. Replace small usages of Source Sans Pro with Hind Siliguri instead, which most of the site uses for body text. This is more consistent design-wise, since Source Sans Pro was used in only two places, and Hind Siliguri is also a sans-serif font. This allows us to remove Source Sans Pro completely. Remove Oswald and Open Sans Condensed fonts that were completely unused. We now load only Signika and Hind Siliguri as custom fonts. Signika for fancier article headings, and Hind Siliguri for everything else, like body text and menus. --- .eleventy.js | 1 + _includes/sass/fonts.sass | 220 +------------------------- _includes/sass/royale-theme-topbar.sass | 2 +- _includes/sass/sidebar.sass | 2 +- fnt/hind-siliguri/HindSiliguri-Bold.woff2 | Bin 0 -> 90228 bytes fnt/hind-siliguri/HindSiliguri-Light.woff2 | Bin 0 -> 83516 bytes fnt/hind-siliguri/HindSiliguri-Medium.woff2 | Bin 0 -> 91560 bytes fnt/hind-siliguri/HindSiliguri-Regular.woff2 | Bin 0 -> 88092 bytes fnt/hind-siliguri/HindSiliguri-SemiBold.woff2 | Bin 0 -> 92484 bytes fnt/hind-siliguri/LICENSE-HindSiliguri.txt | 93 +++++++++++ fnt/signika/LICENSE-Signika | 93 +++++++++++ fnt/signika/Signika-Bold.woff2 | Bin 0 -> 107288 bytes fnt/signika/Signika-Regular.woff2 | Bin 0 -> 108700 bytes fnt/signika/Signika-SemiBold.woff2 | Bin 0 -> 109476 bytes 14 files changed, 194 insertions(+), 217 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 80faa2cf..d373335d 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -25,6 +25,7 @@ module.exports = function (eleventyConfig) { // if the directories contain any template extensions (such as.html or .md), // be sure to add the directory to .eleventyignore eleventyConfig.addPassthroughCopy("img"); + eleventyConfig.addPassthroughCopy("fnt"); eleventyConfig.addPassthroughCopy(".htaccess"); eleventyConfig.addPassthroughCopy("robots.txt"); eleventyConfig.addPassthroughCopy("asdoc"); diff --git a/_includes/sass/fonts.sass b/_includes/sass/fonts.sass index 8e7c6d9e..71711847 100644 --- a/_includes/sass/fonts.sass +++ b/_includes/sass/fonts.sass @@ -12,242 +12,32 @@ * limitations under the License. */ - /* bengali */ @font-face font-family: 'Hind Siliguri' font-style: normal font-weight: 300 - src: local('Hind Siliguri Light'), local('HindSiliguri-Light'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn0qii7chi9RE_lAY9XU9O0g.woff2) format('woff2') - unicode-range: U+0964-0965, U+0981-09FB, U+200B-200D, U+20B9, U+25CC + src: local('Hind Siliguri Light'), local('HindSiliguri-Light'), url(/fnt/hind-siliguri/HindSiliguri-Light.woff2) format('woff2') -/* latin-ext */ -@font-face - font-family: 'Hind Siliguri' - font-style: normal - font-weight: 300 - src: local('Hind Siliguri Light'), local('HindSiliguri-Light'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn82vutNS_CBIjVgecJYPrsw.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Hind Siliguri' - font-style: normal - font-weight: 300 - src: local('Hind Siliguri Light'), local('HindSiliguri-Light'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/fBpmjMpv5Rh6S25yVfWJn88Q1G5JROVRiyA48x3Y_E4.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* bengali */ @font-face font-family: 'Hind Siliguri' font-style: normal font-weight: 400 - src: local('Hind Siliguri Regular'), local('HindSiliguri-Regular'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0AqEXMZVoFOEO38LXywQmS6I.woff2) format('woff2') - unicode-range: U+0964-0965, U+0981-09FB, U+200B-200D, U+20B9, U+25CC - -/* latin-ext */ -@font-face - font-family: 'Hind Siliguri' - font-style: normal - font-weight: 400 - src: local('Hind Siliguri Regular'), local('HindSiliguri-Regular'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0AoEMFHo8fJCOZjaCxXVE7N0.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Hind Siliguri' - font-style: normal - font-weight: 400 - src: local('Hind Siliguri Regular'), local('HindSiliguri-Regular'), url(https://fonts.gstatic.com/s/hindsiliguri/v4/f2eEi2pbIa8eBfNwpUl0Ahbke1jeBh3drm8XFbAU4Xs.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* cyrillic-ext */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xPX7z5o44AuUJ1t1avdkNXJ_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F - -/* cyrillic */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xLLF6RfyvCYuuChpfFHKAr5_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 - -/* greek-ext */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xIbCcO5IWJIaQ5MtZqYsHUp_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+1F00-1FFF - -/* greek */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xHQ3DnTiPFZC1qn696_nOv9_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+0370-03FF + src: local('Hind Siliguri Regular'), local('HindSiliguri-Regular'), url(/fnt/hind-siliguri/HindSiliguri-Regular.woff2) format('woff2') -/* vietnamese */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xLzZT6Zu7Z-BZJGL0hT-UJV_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB - -/* latin-ext */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xPJmhJzg6kSQTtrFMk-8lT5_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Open Sans Condensed' - font-style: normal - font-weight: 700 - src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/gk5FxslNkTTHtojXrkp-xIgEy7irt_A5K-aDq9kG7DHr7w4p9aSvGirXi6XmeXNA.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* cyrillic */ -@font-face - font-family: 'Oswald' - font-style: normal - font-weight: 600 - src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/FPi-c3aUC3zvYWzrDQQz-4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2') - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 - -/* vietnamese */ -@font-face - font-family: 'Oswald' - font-style: normal - font-weight: 600 - src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/easTUkYIpjx9W4QcIr8U1IX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2') - unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB - -/* latin-ext */ -@font-face - font-family: 'Oswald' - font-style: normal - font-weight: 600 - src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/FVV1uRqs2-G7nbyX6T7UGYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Oswald' - font-style: normal - font-weight: 600 - src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/y5-5zezrZlJHkmIVxRH3BZBw1xU1rKptJj_0jans920.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* latin-ext */ @font-face font-family: 'Signika' font-style: normal font-weight: 400 - src: local('Signika Regular'), local('Signika-Regular'), url(https://fonts.gstatic.com/s/signika/v8/ES-hggNmXmQgA9p5FjvOJ1KPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF + src: local('Signika Regular'), local('Signika-Regular'), url(/fnt/signika/Signika-Regular.woff2) format('woff2') -/* latin */ -@font-face - font-family: 'Signika' - font-style: normal - font-weight: 400 - src: local('Signika Regular'), local('Signika-Regular'), url(https://fonts.gstatic.com/s/signika/v8/DgXTNsU4VcVVFTc7jwBZzwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* latin-ext */ @font-face font-family: 'Signika' font-style: normal font-weight: 600 - src: local('Signika SemiBold'), local('Signika-SemiBold'), url(https://fonts.gstatic.com/s/signika/v8/8-PQNacfI9IhpgehJGCuGAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF + src: local('Signika SemiBold'), local('Signika-SemiBold'), url(/fnt/signika/Signika-SemiBold.woff2) format('woff2') -/* latin */ -@font-face - font-family: 'Signika' - font-style: normal - font-weight: 600 - src: local('Signika SemiBold'), local('Signika-SemiBold'), url(https://fonts.gstatic.com/s/signika/v8/FZa_MODmDkR9DTu5jHSnSQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* latin-ext */ @font-face font-family: 'Signika' font-style: normal font-weight: 700 - src: local('Signika Bold'), local('Signika-Bold'), url(https://fonts.gstatic.com/s/signika/v8/F587cG5P5ff3TX6w4JlorwsYbbCjybiHxArTLjt7FRU.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Signika' - font-style: normal - font-weight: 700 - src: local('Signika Bold'), local('Signika-Bold'), url(https://fonts.gstatic.com/s/signika/v8/7M5kxD4eGxuhgFaIk95pBQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 - -/* cyrillic-ext */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGGWGG8n76xaP_JUl9houU473rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F - -/* cyrillic */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGMP5gXq4cN8pjVji5g2q9Mf3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 - -/* greek-ext */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGIwxT-R1rCKQkeTtsDWzfjL3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+1F00-1FFF - -/* greek */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFCUBMgATkHAQY-Bv-74xcn3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+0370-03FF - -/* vietnamese */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGMZXFz2iDKd7GJNSaxRYiSj3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB - -/* latin-ext */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKyGJhAh-RE0BxGcd_izyev3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2') - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF - -/* latin */ -@font-face - font-family: 'Source Sans Pro' - font-style: normal - font-weight: 600 - src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGMzFoXZ-Kj537nB_-9jJhlA.woff2) format('woff2') - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215 + src: local('Signika Bold'), local('Signika-Bold'), url(/fnt/signika/Signika-Bold.woff2) format('woff2') diff --git a/_includes/sass/royale-theme-topbar.sass b/_includes/sass/royale-theme-topbar.sass index 243a78f5..ac833cc8 100644 --- a/_includes/sass/royale-theme-topbar.sass +++ b/_includes/sass/royale-theme-topbar.sass @@ -117,7 +117,7 @@ line-height: 1em .topMenu > li > a - font-family: "Source Sans Pro", sans-serif + font-family: "Hind Siliguri", sans-serif color: #4393c3 !important font-size: 16px line-height: 28px diff --git a/_includes/sass/sidebar.sass b/_includes/sass/sidebar.sass index 16345ad6..fa85332e 100644 --- a/_includes/sass/sidebar.sass +++ b/_includes/sass/sidebar.sass @@ -41,7 +41,7 @@ stroke: #fff .toc - font-family: 'Source Sans Pro', sans-serif + font-family: "Hind Siliguri", sans-serif display: flex flex-direction: column margin-top: 80px diff --git a/fnt/hind-siliguri/HindSiliguri-Bold.woff2 b/fnt/hind-siliguri/HindSiliguri-Bold.woff2 new file mode 100644 index 00000000..f90aa332 Binary files /dev/null and b/fnt/hind-siliguri/HindSiliguri-Bold.woff2 differ diff --git a/fnt/hind-siliguri/HindSiliguri-Light.woff2 b/fnt/hind-siliguri/HindSiliguri-Light.woff2 new file mode 100644 index 00000000..a29db90b Binary files /dev/null and b/fnt/hind-siliguri/HindSiliguri-Light.woff2 differ diff --git a/fnt/hind-siliguri/HindSiliguri-Medium.woff2 b/fnt/hind-siliguri/HindSiliguri-Medium.woff2 new file mode 100644 index 00000000..ae9ece9e Binary files /dev/null and b/fnt/hind-siliguri/HindSiliguri-Medium.woff2 differ diff --git a/fnt/hind-siliguri/HindSiliguri-Regular.woff2 b/fnt/hind-siliguri/HindSiliguri-Regular.woff2 new file mode 100644 index 00000000..5d539a2d Binary files /dev/null and b/fnt/hind-siliguri/HindSiliguri-Regular.woff2 differ diff --git a/fnt/hind-siliguri/HindSiliguri-SemiBold.woff2 b/fnt/hind-siliguri/HindSiliguri-SemiBold.woff2 new file mode 100644 index 00000000..442466ae Binary files /dev/null and b/fnt/hind-siliguri/HindSiliguri-SemiBold.woff2 differ diff --git a/fnt/hind-siliguri/LICENSE-HindSiliguri.txt b/fnt/hind-siliguri/LICENSE-HindSiliguri.txt new file mode 100644 index 00000000..741e34af --- /dev/null +++ b/fnt/hind-siliguri/LICENSE-HindSiliguri.txt @@ -0,0 +1,93 @@ +Copyright (c) 2015 Indian Type Foundry ([email protected]) + +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/fnt/signika/LICENSE-Signika b/fnt/signika/LICENSE-Signika new file mode 100644 index 00000000..c49197d2 --- /dev/null +++ b/fnt/signika/LICENSE-Signika @@ -0,0 +1,93 @@ +Copyright 2018 The Signika Project Authors (https://github.com/googlefonts/Signika). + +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/fnt/signika/Signika-Bold.woff2 b/fnt/signika/Signika-Bold.woff2 new file mode 100644 index 00000000..fa7c7d47 Binary files /dev/null and b/fnt/signika/Signika-Bold.woff2 differ diff --git a/fnt/signika/Signika-Regular.woff2 b/fnt/signika/Signika-Regular.woff2 new file mode 100644 index 00000000..1c73c6c7 Binary files /dev/null and b/fnt/signika/Signika-Regular.woff2 differ diff --git a/fnt/signika/Signika-SemiBold.woff2 b/fnt/signika/Signika-SemiBold.woff2 new file mode 100644 index 00000000..71755ef7 Binary files /dev/null and b/fnt/signika/Signika-SemiBold.woff2 differ
