From 5e5013645d1f77eef9fbc9fe67246c6d99d20caa Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 19 May 2020 11:03:16 +0200 Subject: move fonts from lib/fonts to dist/theme/fonts --- css/theme/source/beige.scss | 2 +- css/theme/source/black.scss | 2 +- css/theme/source/league.scss | 2 +- css/theme/source/moon.scss | 2 +- css/theme/source/solarized.scss | 2 +- css/theme/source/white.scss | 2 +- dist/theme/beige.css | 2 +- dist/theme/black.css | 2 +- dist/theme/fonts/league-gothic/LICENSE | 2 + dist/theme/fonts/league-gothic/league-gothic.css | 10 +++++ dist/theme/fonts/league-gothic/league-gothic.eot | Bin 0 -> 25696 bytes dist/theme/fonts/league-gothic/league-gothic.ttf | Bin 0 -> 64256 bytes dist/theme/fonts/league-gothic/league-gothic.woff | Bin 0 -> 30764 bytes dist/theme/fonts/source-sans-pro/LICENSE | 45 +++++++++++++++++++++ .../source-sans-pro/source-sans-pro-italic.eot | Bin 0 -> 75720 bytes .../source-sans-pro/source-sans-pro-italic.ttf | Bin 0 -> 238084 bytes .../source-sans-pro/source-sans-pro-italic.woff | Bin 0 -> 98556 bytes .../source-sans-pro/source-sans-pro-regular.eot | Bin 0 -> 88070 bytes .../source-sans-pro/source-sans-pro-regular.ttf | Bin 0 -> 288008 bytes .../source-sans-pro/source-sans-pro-regular.woff | Bin 0 -> 114324 bytes .../source-sans-pro/source-sans-pro-semibold.eot | Bin 0 -> 89897 bytes .../source-sans-pro/source-sans-pro-semibold.ttf | Bin 0 -> 284640 bytes .../source-sans-pro/source-sans-pro-semibold.woff | Bin 0 -> 115648 bytes .../source-sans-pro-semibolditalic.eot | Bin 0 -> 75706 bytes .../source-sans-pro-semibolditalic.ttf | Bin 0 -> 240944 bytes .../source-sans-pro-semibolditalic.woff | Bin 0 -> 98816 bytes .../fonts/source-sans-pro/source-sans-pro.css | 39 ++++++++++++++++++ dist/theme/league.css | 2 +- dist/theme/moon.css | 2 +- dist/theme/solarized.css | 2 +- dist/theme/white.css | 2 +- lib/font/league-gothic/LICENSE | 2 - lib/font/league-gothic/league-gothic.css | 10 ----- lib/font/league-gothic/league-gothic.eot | Bin 25696 -> 0 bytes lib/font/league-gothic/league-gothic.ttf | Bin 64256 -> 0 bytes lib/font/league-gothic/league-gothic.woff | Bin 30764 -> 0 bytes lib/font/source-sans-pro/LICENSE | 45 --------------------- .../source-sans-pro/source-sans-pro-italic.eot | Bin 75720 -> 0 bytes .../source-sans-pro/source-sans-pro-italic.ttf | Bin 238084 -> 0 bytes .../source-sans-pro/source-sans-pro-italic.woff | Bin 98556 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.eot | Bin 88070 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.ttf | Bin 288008 -> 0 bytes .../source-sans-pro/source-sans-pro-regular.woff | Bin 114324 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.eot | Bin 89897 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.ttf | Bin 284640 -> 0 bytes .../source-sans-pro/source-sans-pro-semibold.woff | Bin 115648 -> 0 bytes .../source-sans-pro-semibolditalic.eot | Bin 75706 -> 0 bytes .../source-sans-pro-semibolditalic.ttf | Bin 240944 -> 0 bytes .../source-sans-pro-semibolditalic.woff | Bin 98816 -> 0 bytes lib/font/source-sans-pro/source-sans-pro.css | 39 ------------------ 50 files changed, 108 insertions(+), 108 deletions(-) create mode 100644 dist/theme/fonts/league-gothic/LICENSE create mode 100644 dist/theme/fonts/league-gothic/league-gothic.css create mode 100755 dist/theme/fonts/league-gothic/league-gothic.eot create mode 100755 dist/theme/fonts/league-gothic/league-gothic.ttf create mode 100755 dist/theme/fonts/league-gothic/league-gothic.woff create mode 100644 dist/theme/fonts/source-sans-pro/LICENSE create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf create mode 100755 dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff create mode 100644 dist/theme/fonts/source-sans-pro/source-sans-pro.css delete mode 100644 lib/font/league-gothic/LICENSE delete mode 100644 lib/font/league-gothic/league-gothic.css delete mode 100755 lib/font/league-gothic/league-gothic.eot delete mode 100755 lib/font/league-gothic/league-gothic.ttf delete mode 100755 lib/font/league-gothic/league-gothic.woff delete mode 100644 lib/font/source-sans-pro/LICENSE delete mode 100755 lib/font/source-sans-pro/source-sans-pro-italic.eot delete mode 100755 lib/font/source-sans-pro/source-sans-pro-italic.ttf delete mode 100755 lib/font/source-sans-pro/source-sans-pro-italic.woff delete mode 100755 lib/font/source-sans-pro/source-sans-pro-regular.eot delete mode 100755 lib/font/source-sans-pro/source-sans-pro-regular.ttf delete mode 100755 lib/font/source-sans-pro/source-sans-pro-regular.woff delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibold.eot delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibold.ttf delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibold.woff delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf delete mode 100755 lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff delete mode 100644 lib/font/source-sans-pro/source-sans-pro.css diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss index 5564f53..acdd37d 100644 --- a/css/theme/source/beige.scss +++ b/css/theme/source/beige.scss @@ -13,7 +13,7 @@ // Include theme-specific fonts -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss index 4720c8a..45d2678 100644 --- a/css/theme/source/black.scss +++ b/css/theme/source/black.scss @@ -12,7 +12,7 @@ // Include theme-specific fonts -@import url(../../lib/font/source-sans-pro/source-sans-pro.css); +@import url(fonts/source-sans-pro/source-sans-pro.css); // Override theme settings (see ../template/settings.scss) diff --git a/css/theme/source/league.scss b/css/theme/source/league.scss index 46ea04a..95bacd4 100644 --- a/css/theme/source/league.scss +++ b/css/theme/source/league.scss @@ -15,7 +15,7 @@ // Include theme-specific fonts -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss index e47e5b5..db1897c 100644 --- a/css/theme/source/moon.scss +++ b/css/theme/source/moon.scss @@ -12,7 +12,7 @@ // Include theme-specific fonts -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** diff --git a/css/theme/source/solarized.scss b/css/theme/source/solarized.scss index 912be56..df3a08f 100644 --- a/css/theme/source/solarized.scss +++ b/css/theme/source/solarized.scss @@ -12,7 +12,7 @@ // Include theme-specific fonts -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss index 7f06ffd..7b817fe 100644 --- a/css/theme/source/white.scss +++ b/css/theme/source/white.scss @@ -12,7 +12,7 @@ // Include theme-specific fonts -@import url(../../lib/font/source-sans-pro/source-sans-pro.css); +@import url(fonts/source-sans-pro/source-sans-pro.css); // Override theme settings (see ../template/settings.scss) diff --git a/dist/theme/beige.css b/dist/theme/beige.css index af10d17..e951102 100644 --- a/dist/theme/beige.css +++ b/dist/theme/beige.css @@ -3,7 +3,7 @@ * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /********************************************* * GLOBAL STYLES diff --git a/dist/theme/black.css b/dist/theme/black.css index 2dcbfb5..5946ff0 100644 --- a/dist/theme/black.css +++ b/dist/theme/black.css @@ -3,7 +3,7 @@ * * By Hakim El Hattab, http://hakim.se */ -@import url(../../lib/font/source-sans-pro/source-sans-pro.css); +@import url(fonts/source-sans-pro/source-sans-pro.css); section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 { color: #222; } diff --git a/dist/theme/fonts/league-gothic/LICENSE b/dist/theme/fonts/league-gothic/LICENSE new file mode 100644 index 0000000..29513e9 --- /dev/null +++ b/dist/theme/fonts/league-gothic/LICENSE @@ -0,0 +1,2 @@ +SIL Open Font License (OFL) +http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL diff --git a/dist/theme/fonts/league-gothic/league-gothic.css b/dist/theme/fonts/league-gothic/league-gothic.css new file mode 100644 index 0000000..44a33a1 --- /dev/null +++ b/dist/theme/fonts/league-gothic/league-gothic.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'League Gothic'; + src: url('league-gothic.eot'); + src: url('league-gothic.eot?#iefix') format('embedded-opentype'), + url('league-gothic.woff') format('woff'), + url('league-gothic.ttf') format('truetype'); + + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/theme/fonts/league-gothic/league-gothic.eot b/dist/theme/fonts/league-gothic/league-gothic.eot new file mode 100755 index 0000000..f62619a Binary files /dev/null and b/dist/theme/fonts/league-gothic/league-gothic.eot differ diff --git a/dist/theme/fonts/league-gothic/league-gothic.ttf b/dist/theme/fonts/league-gothic/league-gothic.ttf new file mode 100755 index 0000000..baa9a95 Binary files /dev/null and b/dist/theme/fonts/league-gothic/league-gothic.ttf differ diff --git a/dist/theme/fonts/league-gothic/league-gothic.woff b/dist/theme/fonts/league-gothic/league-gothic.woff new file mode 100755 index 0000000..8c1227b Binary files /dev/null and b/dist/theme/fonts/league-gothic/league-gothic.woff differ diff --git a/dist/theme/fonts/source-sans-pro/LICENSE b/dist/theme/fonts/source-sans-pro/LICENSE new file mode 100644 index 0000000..71b7a02 --- /dev/null +++ b/dist/theme/fonts/source-sans-pro/LICENSE @@ -0,0 +1,45 @@ +SIL Open Font License + +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +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: http://scripts.sil.org/OFL + +—————————————————————————————- +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. \ No newline at end of file diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot new file mode 100755 index 0000000..32fe466 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf new file mode 100755 index 0000000..f9ac13f Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff new file mode 100755 index 0000000..ceecbf1 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot new file mode 100755 index 0000000..4d29dda Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf new file mode 100755 index 0000000..00c833c Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff new file mode 100755 index 0000000..630754a Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot new file mode 100755 index 0000000..1104e07 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf new file mode 100755 index 0000000..6d0253d Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff new file mode 100755 index 0000000..8888cf8 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot new file mode 100755 index 0000000..cdf7334 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf new file mode 100755 index 0000000..5644299 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff new file mode 100755 index 0000000..7c2d3c7 Binary files /dev/null and b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff differ diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro.css b/dist/theme/fonts/source-sans-pro/source-sans-pro.css new file mode 100644 index 0000000..0707a4f --- /dev/null +++ b/dist/theme/fonts/source-sans-pro/source-sans-pro.css @@ -0,0 +1,39 @@ +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-regular.eot'); + src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-regular.woff') format('woff'), + url('source-sans-pro-regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-italic.eot'); + src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-italic.woff') format('woff'), + url('source-sans-pro-italic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-semibold.eot'); + src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-semibold.woff') format('woff'), + url('source-sans-pro-semibold.ttf') format('truetype'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-semibolditalic.eot'); + src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-semibolditalic.woff') format('woff'), + url('source-sans-pro-semibolditalic.ttf') format('truetype'); + font-weight: 600; + font-style: italic; +} \ No newline at end of file diff --git a/dist/theme/league.css b/dist/theme/league.css index abf2846..4645ede 100644 --- a/dist/theme/league.css +++ b/dist/theme/league.css @@ -5,7 +5,7 @@ * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /********************************************* * GLOBAL STYLES diff --git a/dist/theme/moon.css b/dist/theme/moon.css index cc005e3..760a800 100644 --- a/dist/theme/moon.css +++ b/dist/theme/moon.css @@ -2,7 +2,7 @@ * Solarized Dark theme for reveal.js. * Author: Achim Staebler */ -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover diff --git a/dist/theme/solarized.css b/dist/theme/solarized.css index 5b6f085..95af672 100644 --- a/dist/theme/solarized.css +++ b/dist/theme/solarized.css @@ -2,7 +2,7 @@ * Solarized Light theme for reveal.js. * Author: Achim Staebler */ -@import url(../../lib/font/league-gothic/league-gothic.css); +@import url(fonts/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized colors by Ethan Schoonover diff --git a/dist/theme/white.css b/dist/theme/white.css index 03348e8..12134a3 100644 --- a/dist/theme/white.css +++ b/dist/theme/white.css @@ -3,7 +3,7 @@ * * By Hakim El Hattab, http://hakim.se */ -@import url(../../lib/font/source-sans-pro/source-sans-pro.css); +@import url(fonts/source-sans-pro/source-sans-pro.css); section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 { color: #fff; } diff --git a/lib/font/league-gothic/LICENSE b/lib/font/league-gothic/LICENSE deleted file mode 100644 index 29513e9..0000000 --- a/lib/font/league-gothic/LICENSE +++ /dev/null @@ -1,2 +0,0 @@ -SIL Open Font License (OFL) -http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL diff --git a/lib/font/league-gothic/league-gothic.css b/lib/font/league-gothic/league-gothic.css deleted file mode 100644 index 44a33a1..0000000 --- a/lib/font/league-gothic/league-gothic.css +++ /dev/null @@ -1,10 +0,0 @@ -@font-face { - font-family: 'League Gothic'; - src: url('league-gothic.eot'); - src: url('league-gothic.eot?#iefix') format('embedded-opentype'), - url('league-gothic.woff') format('woff'), - url('league-gothic.ttf') format('truetype'); - - font-weight: normal; - font-style: normal; -} \ No newline at end of file diff --git a/lib/font/league-gothic/league-gothic.eot b/lib/font/league-gothic/league-gothic.eot deleted file mode 100755 index f62619a..0000000 Binary files a/lib/font/league-gothic/league-gothic.eot and /dev/null differ diff --git a/lib/font/league-gothic/league-gothic.ttf b/lib/font/league-gothic/league-gothic.ttf deleted file mode 100755 index baa9a95..0000000 Binary files a/lib/font/league-gothic/league-gothic.ttf and /dev/null differ diff --git a/lib/font/league-gothic/league-gothic.woff b/lib/font/league-gothic/league-gothic.woff deleted file mode 100755 index 8c1227b..0000000 Binary files a/lib/font/league-gothic/league-gothic.woff and /dev/null differ diff --git a/lib/font/source-sans-pro/LICENSE b/lib/font/source-sans-pro/LICENSE deleted file mode 100644 index 71b7a02..0000000 --- a/lib/font/source-sans-pro/LICENSE +++ /dev/null @@ -1,45 +0,0 @@ -SIL Open Font License - -Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. - -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: http://scripts.sil.org/OFL - -—————————————————————————————- -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. \ No newline at end of file diff --git a/lib/font/source-sans-pro/source-sans-pro-italic.eot b/lib/font/source-sans-pro/source-sans-pro-italic.eot deleted file mode 100755 index 32fe466..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-italic.eot and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/lib/font/source-sans-pro/source-sans-pro-italic.ttf deleted file mode 100755 index f9ac13f..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-italic.ttf and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-italic.woff b/lib/font/source-sans-pro/source-sans-pro-italic.woff deleted file mode 100755 index ceecbf1..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-italic.woff and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-regular.eot b/lib/font/source-sans-pro/source-sans-pro-regular.eot deleted file mode 100755 index 4d29dda..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-regular.eot and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/lib/font/source-sans-pro/source-sans-pro-regular.ttf deleted file mode 100755 index 00c833c..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-regular.ttf and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-regular.woff b/lib/font/source-sans-pro/source-sans-pro-regular.woff deleted file mode 100755 index 630754a..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-regular.woff and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/lib/font/source-sans-pro/source-sans-pro-semibold.eot deleted file mode 100755 index 1104e07..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibold.eot and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/lib/font/source-sans-pro/source-sans-pro-semibold.ttf deleted file mode 100755 index 6d0253d..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibold.ttf and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/lib/font/source-sans-pro/source-sans-pro-semibold.woff deleted file mode 100755 index 8888cf8..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibold.woff and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot deleted file mode 100755 index cdf7334..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf deleted file mode 100755 index 5644299..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff deleted file mode 100755 index 7c2d3c7..0000000 Binary files a/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff and /dev/null differ diff --git a/lib/font/source-sans-pro/source-sans-pro.css b/lib/font/source-sans-pro/source-sans-pro.css deleted file mode 100644 index 0707a4f..0000000 --- a/lib/font/source-sans-pro/source-sans-pro.css +++ /dev/null @@ -1,39 +0,0 @@ -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-regular.eot'); - src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-regular.woff') format('woff'), - url('source-sans-pro-regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-italic.eot'); - src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-italic.woff') format('woff'), - url('source-sans-pro-italic.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-semibold.eot'); - src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-semibold.woff') format('woff'), - url('source-sans-pro-semibold.ttf') format('truetype'); - font-weight: 600; - font-style: normal; -} - -@font-face { - font-family: 'Source Sans Pro'; - src: url('source-sans-pro-semibolditalic.eot'); - src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'), - url('source-sans-pro-semibolditalic.woff') format('woff'), - url('source-sans-pro-semibolditalic.ttf') format('truetype'); - font-weight: 600; - font-style: italic; -} \ No newline at end of file -- cgit v1.2.3