Added Roboto fonts and Greek CSS to use them
authorIlias Koumoundouros <ilias.k.cs@freemail.gr>
Wed, 23 Jul 2014 04:07:51 +0000 (07:07 +0300)
committerIlias Koumoundouros <ilias.k.cs@freemail.gr>
Wed, 23 Jul 2014 04:07:51 +0000 (07:07 +0300)
16 files changed:
css/main.el.css [new file with mode: 0644]
fonts/Roboto/.DS_Store [new file with mode: 0644]
fonts/Roboto/Icon [new file with mode: 0644]
fonts/Roboto/LICENSE.txt [new file with mode: 0644]
fonts/Roboto/Roboto-Black.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-BlackItalic.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Bold.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-BoldItalic.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Italic.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Light.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-LightItalic.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Medium.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-MediumItalic.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Regular.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-Thin.ttf [new file with mode: 0644]
fonts/Roboto/Roboto-ThinItalic.ttf [new file with mode: 0644]

diff --git a/css/main.el.css b/css/main.el.css
new file mode 100644 (file)
index 0000000..4714e62
--- /dev/null
@@ -0,0 +1,846 @@
+/* Eric Meyer's Reset CSS */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary, main,
+time, mark, audio, video {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-size: 100%;
+  font: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  line-height: 1;
+}
+
+ol, ul {
+  list-style: none;
+}
+
+blockquote, q {
+  quotes: none;
+}
+
+blockquote:before, blockquote:after,
+q:before, q:after {
+  content: '';
+  content: none;
+}
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
+
+html,
+button,
+input,
+select,
+textarea {
+    color: #222;
+}
+
+html {
+    font-size: 1em;
+    line-height: 1.4;
+}
+
+::-moz-selection {
+    background: #b3d4fc;
+    text-shadow: none;
+}
+
+hr {
+    display: block;
+    height: 1px;
+    border: 0;
+    border-top: 1px solid #ccc;
+    margin: 1em 0;
+    padding: 0;
+}
+
+audio,
+canvas,
+img,
+video {
+    vertical-align: middle;
+}
+
+fieldset {
+    border: 0;
+    margin: 0;
+    padding: 0;
+}
+
+textarea {
+    resize: vertical;
+}
+
+
+/* ==========================================================================
+   Author's custom styles
+   ========================================================================== */
+
+/* Typography
+*/
+
+
+@font-face {
+         font-family: 'Dosis';
+         src: local('Dosis'), url('../fonts/Dosis/Dosis-ExtraLight.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Dosis EBold';
+         src: local('Dosis EBold'), url('../fonts/Dosis/Dosis-ExtraBold.ttf') format('truetype');
+}
+
+
+@font-face {
+         font-family: 'Signika Light';
+         src: local('Signika Light'), url('../fonts/Signika/Signika-Light.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Signika Semmibold';
+         src: local('Signika Semmibold'), url('../fonts/Signika/Signika-Semibold.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Roboto Thin';
+         src: local('Roboto Thin'), url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Roboto Regular';
+         src: local('Roboto Regular'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Roboto Black';
+         src: local('Roboto Black'), url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
+}
+
+@font-face {
+         font-family: 'Roboto Bold';
+         src: local('Roboto Bold'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
+}
+
+body {
+               font-family: 'Roboto Regular', 'Signika Light', 'DejaVu Sans', Arial, sans-serif;
+               font-size: 1.25em;
+               line-height: 1.4;
+}
+
+h1 {  font-size: 2.75em;  font-family: 'Roboto Thin', 'Dosis'; }
+h2 {  font-size: 2.75em;  font-family: 'Roboto Thin', 'Dosis'; }
+h3 {  font-size: 1.625em; font-family: 'Roboto Thin', 'Dosis'; }
+h4 {  font-size: 1.375em; font-family: 'Roboto Black', 'Dosis EBold'; color: #4d4d4d; }
+h5 {  font-size: 1.25em;  font-family: 'Roboto Black', 'Dosis EBold'; color: #4d4d4d; }
+h6 {  font-size: 1.125em; font-family: 'Roboto Black', 'Dosis EBold'; color: #4d4d4d; }
+
+h1, h2, h3, h4, h5, h6 {
+               line-height: 1.2;
+               text-transform: uppercase;
+               letter-spacing: 1px;
+}
+
+ul.os a.current,
+.main dt,
+.troubleshooting dt,
+strong {
+               font-family: 'Roboto Bold', 'Signika Semmibold';
+               color: #4d4d4d;
+}
+
+.main > h3 em,
+.troubleshooting h4,
+input[type='submit'],
+input[type='reset'] {
+               font-family: 'Roboto Black', 'Dosis EBold';
+}
+
+.step .main p,
+.step .main ul {
+               font-size: .85em;
+}
+
+.nav,
+#footer,
+.troubleshooting h4,
+small {
+               font-size: 0.75em;
+}
+
+.troubleshooting dl {
+               font-size: 0.85em;
+}
+
+#header #fsf-intro {
+       font-size: .7em;
+}
+
+.fsf-emphasis {
+    font-size: 125%;
+}
+
+/* Colours
+*/
+
+body {
+               background: #f4eed7;
+}
+
+a,
+a > img + strong {
+               color: #2f5faa;
+               text-decoration: none;
+}
+
+a:hover, a:focus,
+a:hover > img + strong,
+a:focus > img + strong {
+               color: #0e3878;
+}
+
+/* Guide Sections Background */
+/* Blue*/
+#section1,
+#section3,
+#section5,
+#footer {      background: #dcdfe5;    }
+
+
+/* Yellow */
+#section2,
+#section4,
+#section6 {    background: #f4eed7; }
+
+
+/* Layout
+*/
+
+.row:before, .row:after  {
+    content: " ";
+    display: table;
+}
+
+*, *:before, *:after {
+    -moz-box-sizing: border-box;
+}
+
+.row:after {
+    clear: both;
+}
+
+.row {
+               margin: 0;
+               padding: 2em 0;
+}
+
+.row > div {
+               width: 96%;
+               margin: 0 auto;
+               padding: .5em 0;
+}
+
+.nav > div {
+               width: 96%;
+               margin: 0 auto;
+}
+
+.nav li {
+               text-transform: uppercase;
+               display: inline-block;
+}
+
+.nav li a {
+               display: block;
+               padding: .5em;
+}
+
+/* Header
+*/
+
+#header > div {
+               width: 96%;
+               clear: both;
+               margin: 0 auto;
+               padding: 0 0 1em;
+}
+
+#header h1 {
+               line-height: 1;
+}
+
+#header ul.os {
+    line-height: 1;
+    margin: .5em 0 2em;
+    padding: 0 0 .25em;
+    border-bottom: 1px solid #94b3e2;
+    font-size: 1.25em;
+}
+
+#header ul.os li {
+               text-transform: uppercase;
+               display: inline-block;
+}
+
+#header ul.os li a {
+               display: block;
+               padding: .25em;
+}
+
+#header ul.os .spacer {
+    padding: .25em 0 .25em 2em;
+}
+
+#header #infographic {
+               float: left;
+               display: block;
+               background: #fff;
+               border-radius: 3px;
+               margin: 0 1em .5em 0;
+               padding: .5em;
+               width: 250px;
+}
+
+
+#header #infographic img {
+               display: inline-block;
+               width: 100%;
+}
+
+#header > div > .intro p {
+               margin: 0 0 0.75em;
+}
+
+.section-intro {
+               padding-bottom: 1.5em;
+               border-bottom: 1px solid #5f8dd3;
+               margin-bottom: 2em;
+}
+
+.section-intro  p {
+               margin: 0.5em 3.5em;
+}
+
+.section-intro h2,
+.sidebar h2 {
+               margin: 0 0 .5em;
+}
+
+.section-intro h2 {
+               text-align: center;
+}
+
+.section-intro h2 em,
+.sidebar h2 em {
+               color: #94b3e2;
+}
+
+.step {
+               padding: .5em 0;
+}
+
+.intro p,
+.main p {
+               margin: 0.5em 0;
+}
+
+       .main p:first-child {   margin: 0 0 0.5em ;     }
+
+.main p.notes {
+               color: #999;
+}
+
+.main h3 {
+               margin: 1em 0 0.5em;
+               padding-left:.5em;
+               border-left: 8px solid #ff9b12;
+}
+
+.main h3:first-child { margin: 0 0 0.5em; }
+
+.main > h3 em {
+               color: #94b3e2;
+               display: block;
+}
+
+.main,
+.sidebar  {
+               margin: 1em 0 0.5em;
+}
+
+.main ul li {
+               margin: .5em 0;
+}
+
+/* Images
+*/
+
+ul.images:before, ul.images:after  {
+    content: " ";
+    display: table;
+}
+
+ul.images:after {
+    clear: both;
+}
+
+ul.images {
+               padding: 0.5em 0;
+}
+
+ul.images li {
+               margin-bottom: 1em;
+}
+
+ul.images li > img {
+               width: 100%;
+               max-width: 600px;
+               height: auto;
+}
+
+.sidebar > p > img {
+               width: 100%;
+               max-width: 600px;
+               height: auto;
+}
+
+.share-logo {
+    margin-bottom: 6px;
+}
+
+/* Troubleshooting panel and dropdown */
+
+.troubleshooting {
+    margin-top: .8em;
+}
+
+.dropdown > h4 {
+    font-size: .85em;
+    width: 180px;
+    text-align: center;
+    display: inline-block;
+    cursor: pointer;
+    letter-spacing: 2px;
+    padding: .25em .5em;
+    color: #2f5faa;
+    border: 1px solid #5f8dd3;
+    border-radius: 3px;
+}
+
+.dropdown ul {
+    position: absolute;
+    width: 180px;
+    text-align: center;
+    background: #f4eed7;
+    font-size: .85em;
+}
+
+#menu .dropdown ul li {
+    display: block;
+}
+
+.troubleshooting > h4 {
+    display: inline-block;
+    cursor: pointer;
+    letter-spacing: 2px;
+    padding: .25em .5em;
+    color: #2f5faa;
+    opacity: .5;
+    border: 1px solid #5f8dd3;
+    border-radius: 3px;
+}
+
+.troubleshooting > h4:hover,
+.troubleshooting > h4.expanded {
+    opacity: 1;
+}
+
+.troubleshooting > h4.expanded,
+.dropdown > h4.expanded {
+    border-bottom: 0;
+    border-radius: 3px 3px 0 0;
+}
+
+.troubleshooting > h4:after,
+.dropdown > h4:after {
+    content:' ▾';
+    display: inline-block;
+    line-height: 1;
+    padding: 0 0.2em;
+    vertical-align: top;
+}
+
+.troubleshooting > h4.expanded:after,
+.dropdown > h4.expanded:after {
+    content:' ▴';
+    display: inline-block;
+    line-height: 1;
+    padding: 0 0.2em;
+    vertical-align: top;
+}
+
+.troubleshooting dl,
+.dropdown ul {
+    padding: .5em;
+    border: 1px solid #5f8dd3;
+    border-radius: 0 3px 3px;
+}
+
+.main dt,
+.troubleshooting dt {
+    margin-top: 1em;
+}
+
+.main dt:first-child,
+.troubleshooting dt:first-child {
+               margin-top: 0;
+}
+
+.troubleshooting dt.feedback,
+.troubleshooting dd.feedback {
+               display: inline-block;
+}
+
+/* Form elements: newsletter + pgp pathfinder
+*/
+
+input {
+  -webkit-transition: all 0.1s linear;
+  -moz-transition: all 0.1s linear;
+  -o-transition: all 0.1s linear;
+  transition: all 0.1s linear;
+}
+
+input[type='text'],
+input[type='submit'],
+input[type='reset'] {
+         line-height: 1;
+               vertical-align: bottom;
+}
+
+input[type='text'] {
+               border: none;
+               border-radius: 3px;
+               border: .1em solid #5f8dd3;
+               padding: .2em .65em;
+               background: #fff;
+               color: #666;
+}
+
+input[type='text']:focus,
+input[type='text']:hover {
+               border-color: #2f5faa;
+               outline: none;
+               color: #333333;
+}
+
+input[type='submit'],
+input[type='reset'] {
+               border: none;
+               cursor: pointer;
+               text-transform: uppercase;
+               letter-spacing: 2px;
+               color: #fff;
+               padding: .5em 1em;
+               border-radius: 3px;
+               background-color: #5f8dd3;
+}
+
+input[type='submit']:focus,
+input[type='submit']:hover,
+input[type='reset']:focus,
+input[type='reset']:hover {
+               background-color: #2f5faa;
+               outline: none;
+}
+
+/* FSF Introduction, before the header +  Newsletter form
+*/
+
+#fsf-intro h3,
+#fsf-intro p {
+               margin-bottom: 1em;
+}
+
+#fsf-intro h3 a {
+               display: block;
+               max-width: 283px;
+}
+
+#fsf-intro h3 img {
+               width: 100%;
+}
+
+.newsletter input[type='text'],
+.newsletter input[type='submit']  {
+               font-size: .75em;
+}
+
+.newsletter input[type='text'] {
+               height: 3em;
+               width: 16em;
+               padding: .2em .65em;
+               margin-bottom: .5em;
+}
+
+.newsletter input[type='submit'] {
+               height: 3.1em;
+               padding: .5em 1em;
+               margin-left: 5px;
+               background-color: #5f8dd3;
+               margin-bottom: .5em;
+}
+
+#fsf-intro .newsletter form + p {
+               margin: .25em 0 0;
+}
+
+/* Work in Progress Banner */
+
+.wip {
+    width: 96%;
+    margin: 0 auto;
+    padding: .5em 0;
+    background: red;
+    text-align: center;
+    color: white;
+    font-weight: bold;
+}
+
+/* PGP pathfinder
+*/
+
+#pgp-pathfinder {
+               background: #fff;
+               border: 1px solid #94b3e2;
+               border-radius: 3px;
+}
+
+#pgp-pathfinder form {
+               margin: 1em;
+}
+
+#pgp-pathfinder strong {
+               display: inline-block;
+               width: 4em;
+}
+
+#pgp-pathfinder input {
+               font-size: .75em;
+}
+
+#pgp-pathfinder input[type='text'] {
+               height: 3em;
+               width: 22em;
+               padding: .2em .65em;
+}
+
+#pgp-pathfinder input[type='submit'],
+#pgp-pathfinder input[type='reset'] {
+               padding: .5em 1em;
+               margin-left: 5px;
+               background-color: #5f8dd3;
+}
+
+#pgp-pathfinder .buttons {
+               margin-left: 4em;
+}
+
+/* Footer
+*/
+
+#footer h4 {
+               margin-bottom: .75em;
+}
+
+#footer .credits {
+               border-top: 1px solid #94b3e2;
+               margin-top: 1em;
+               padding-top: .5em;
+}
+
+#footer #copyright p {
+       margin-bottom: .5em;
+}
+
+/* Infographics page
+*/
+
+.centered > * {
+               text-align: center;
+}
+
+.centered h3 {
+               border-bottom: 1px solid #94b3e2;
+               margin: .65em 0;
+               padding: 0 0 .65em;
+}
+
+.centered p {
+               margin: .65em 0;
+}
+
+
+
+/* ==========================================================================
+   Media Queries
+   ========================================================================== */
+
+@media only screen and (min-width: 400px) {
+
+}
+
+@media only screen and (min-width: 400px) and (max-width: 599px) {
+
+               .row > div,
+               .nav > div,
+               #header > div {
+                               width: 92%;
+                               margin: 0 auto;
+               }
+
+               #header ul.os .share {
+                               display: block;
+                               padding: .25em 0;
+               }
+
+               #header #fsf-intro {
+                               margin-bottom: 1em;
+                               padding-bottom: 1em;
+                               border-bottom: 1px solid #ff9b12;
+               }
+
+               .section-intro p {
+                               margin: 0.5em 0;
+               }
+
+}
+
+
+@media only screen and (min-width: 600px) {}
+
+@media only screen and (min-width: 600px) and (max-width: 899px) {
+
+               #header .intro {
+                               float: right;
+                               width: 100%;
+               }
+
+               #header #fsf-intro {
+                               float: left;
+                               width: 100%;
+                               padding-left: 0;
+                               border-left: 0;
+                               margin-bottom: 1em;
+                               padding-bottom: 1em;
+                               border-bottom: 1px solid #ff9b12;
+               }
+
+}
+
+@media only screen and (min-width: 900px) {
+
+               .row > div,
+               .nav > div,
+               #header > div {
+                               width: 86%;
+               }
+
+               .nav > div {
+                       overflow: hidden;
+                       position: relative;
+                       padding: 0.35em 0 0;
+               }
+
+               .nav ul.lang {
+                               margin: 0 0 0 0.5em;
+               }
+
+               #header h1 {
+                               font-size: 6em;
+                               text-align: center;
+               }
+
+               #header ul.os {
+                               text-align: center;
+               }
+
+               #header .intro {
+                               float: left;
+                               width: 66%;
+                               margin-right: 1.72%;
+               }
+
+               #header #fsf-intro {
+                               float: right;
+                               width: 29.52%;
+                               padding-left: 1.72%;
+                               border-left: 8px solid #ff9b12;
+               }
+
+               .row > div,
+               #header > div,
+               .row > div .section-intro,
+               .row > div .step,
+               #footer > div {
+                               overflow: hidden;
+               }
+
+               .row .sidebar { /* 3 columns 125px + 20px margins*/
+                               float: left;
+                               clear: left;
+                               width: 34.05%;
+               }
+
+               .row .main { /* 5 columns 125px + 100px margins*/
+                               float: right;
+                               width: 62.5%;
+                               margin-left: 1.72%;
+               }
+
+               .sidebar ul.images li {
+                               display: inline-block;
+                               float: left;
+                               width: 47%;
+                               margin: 0 3% 1em 0;
+               }
+
+               .sidebar ul.images li:nth-child(n) {
+                               margin: 0 0 0 3%;
+               }
+
+               .sidebar ul.images li:nth-child(2n+1) {
+                               clear: left;
+                               margin: 0 3% 1em 0;
+               }
+
+               .sidebar ul.images li > img {
+                               width: 100%;
+                               height: auto;
+               }
+
+               .row .sidebar > p > img {
+                               width: 80%;
+                               height: auto;
+               }
+
+
+
+}
diff --git a/fonts/Roboto/.DS_Store b/fonts/Roboto/.DS_Store
new file mode 100644 (file)
index 0000000..5008ddf
Binary files /dev/null and b/fonts/Roboto/.DS_Store differ
diff --git a/fonts/Roboto/Icon b/fonts/Roboto/Icon
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fonts/Roboto/LICENSE.txt b/fonts/Roboto/LICENSE.txt
new file mode 100644 (file)
index 0000000..75b5248
--- /dev/null
@@ -0,0 +1,202 @@
+\r
+                                 Apache License\r
+                           Version 2.0, January 2004\r
+                        http://www.apache.org/licenses/\r
+\r
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r
+\r
+   1. Definitions.\r
+\r
+      "License" shall mean the terms and conditions for use, reproduction,\r
+      and distribution as defined by Sections 1 through 9 of this document.\r
+\r
+      "Licensor" shall mean the copyright owner or entity authorized by\r
+      the copyright owner that is granting the License.\r
+\r
+      "Legal Entity" shall mean the union of the acting entity and all\r
+      other entities that control, are controlled by, or are under common\r
+      control with that entity. For the purposes of this definition,\r
+      "control" means (i) the power, direct or indirect, to cause the\r
+      direction or management of such entity, whether by contract or\r
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the\r
+      outstanding shares, or (iii) beneficial ownership of such entity.\r
+\r
+      "You" (or "Your") shall mean an individual or Legal Entity\r
+      exercising permissions granted by this License.\r
+\r
+      "Source" form shall mean the preferred form for making modifications,\r
+      including but not limited to software source code, documentation\r
+      source, and configuration files.\r
+\r
+      "Object" form shall mean any form resulting from mechanical\r
+      transformation or translation of a Source form, including but\r
+      not limited to compiled object code, generated documentation,\r
+      and conversions to other media types.\r
+\r
+      "Work" shall mean the work of authorship, whether in Source or\r
+      Object form, made available under the License, as indicated by a\r
+      copyright notice that is included in or attached to the work\r
+      (an example is provided in the Appendix below).\r
+\r
+      "Derivative Works" shall mean any work, whether in Source or Object\r
+      form, that is based on (or derived from) the Work and for which the\r
+      editorial revisions, annotations, elaborations, or other modifications\r
+      represent, as a whole, an original work of authorship. For the purposes\r
+      of this License, Derivative Works shall not include works that remain\r
+      separable from, or merely link (or bind by name) to the interfaces of,\r
+      the Work and Derivative Works thereof.\r
+\r
+      "Contribution" shall mean any work of authorship, including\r
+      the original version of the Work and any modifications or additions\r
+      to that Work or Derivative Works thereof, that is intentionally\r
+      submitted to Licensor for inclusion in the Work by the copyright owner\r
+      or by an individual or Legal Entity authorized to submit on behalf of\r
+      the copyright owner. For the purposes of this definition, "submitted"\r
+      means any form of electronic, verbal, or written communication sent\r
+      to the Licensor or its representatives, including but not limited to\r
+      communication on electronic mailing lists, source code control systems,\r
+      and issue tracking systems that are managed by, or on behalf of, the\r
+      Licensor for the purpose of discussing and improving the Work, but\r
+      excluding communication that is conspicuously marked or otherwise\r
+      designated in writing by the copyright owner as "Not a Contribution."\r
+\r
+      "Contributor" shall mean Licensor and any individual or Legal Entity\r
+      on behalf of whom a Contribution has been received by Licensor and\r
+      subsequently incorporated within the Work.\r
+\r
+   2. Grant of Copyright License. Subject to the terms and conditions of\r
+      this License, each Contributor hereby grants to You a perpetual,\r
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r
+      copyright license to reproduce, prepare Derivative Works of,\r
+      publicly display, publicly perform, sublicense, and distribute the\r
+      Work and such Derivative Works in Source or Object form.\r
+\r
+   3. Grant of Patent License. Subject to the terms and conditions of\r
+      this License, each Contributor hereby grants to You a perpetual,\r
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r
+      (except as stated in this section) patent license to make, have made,\r
+      use, offer to sell, sell, import, and otherwise transfer the Work,\r
+      where such license applies only to those patent claims licensable\r
+      by such Contributor that are necessarily infringed by their\r
+      Contribution(s) alone or by combination of their Contribution(s)\r
+      with the Work to which such Contribution(s) was submitted. If You\r
+      institute patent litigation against any entity (including a\r
+      cross-claim or counterclaim in a lawsuit) alleging that the Work\r
+      or a Contribution incorporated within the Work constitutes direct\r
+      or contributory patent infringement, then any patent licenses\r
+      granted to You under this License for that Work shall terminate\r
+      as of the date such litigation is filed.\r
+\r
+   4. Redistribution. You may reproduce and distribute copies of the\r
+      Work or Derivative Works thereof in any medium, with or without\r
+      modifications, and in Source or Object form, provided that You\r
+      meet the following conditions:\r
+\r
+      (a) You must give any other recipients of the Work or\r
+          Derivative Works a copy of this License; and\r
+\r
+      (b) You must cause any modified files to carry prominent notices\r
+          stating that You changed the files; and\r
+\r
+      (c) You must retain, in the Source form of any Derivative Works\r
+          that You distribute, all copyright, patent, trademark, and\r
+          attribution notices from the Source form of the Work,\r
+          excluding those notices that do not pertain to any part of\r
+          the Derivative Works; and\r
+\r
+      (d) If the Work includes a "NOTICE" text file as part of its\r
+          distribution, then any Derivative Works that You distribute must\r
+          include a readable copy of the attribution notices contained\r
+          within such NOTICE file, excluding those notices that do not\r
+          pertain to any part of the Derivative Works, in at least one\r
+          of the following places: within a NOTICE text file distributed\r
+          as part of the Derivative Works; within the Source form or\r
+          documentation, if provided along with the Derivative Works; or,\r
+          within a display generated by the Derivative Works, if and\r
+          wherever such third-party notices normally appear. The contents\r
+          of the NOTICE file are for informational purposes only and\r
+          do not modify the License. You may add Your own attribution\r
+          notices within Derivative Works that You distribute, alongside\r
+          or as an addendum to the NOTICE text from the Work, provided\r
+          that such additional attribution notices cannot be construed\r
+          as modifying the License.\r
+\r
+      You may add Your own copyright statement to Your modifications and\r
+      may provide additional or different license terms and conditions\r
+      for use, reproduction, or distribution of Your modifications, or\r
+      for any such Derivative Works as a whole, provided Your use,\r
+      reproduction, and distribution of the Work otherwise complies with\r
+      the conditions stated in this License.\r
+\r
+   5. Submission of Contributions. Unless You explicitly state otherwise,\r
+      any Contribution intentionally submitted for inclusion in the Work\r
+      by You to the Licensor shall be under the terms and conditions of\r
+      this License, without any additional terms or conditions.\r
+      Notwithstanding the above, nothing herein shall supersede or modify\r
+      the terms of any separate license agreement you may have executed\r
+      with Licensor regarding such Contributions.\r
+\r
+   6. Trademarks. This License does not grant permission to use the trade\r
+      names, trademarks, service marks, or product names of the Licensor,\r
+      except as required for reasonable and customary use in describing the\r
+      origin of the Work and reproducing the content of the NOTICE file.\r
+\r
+   7. Disclaimer of Warranty. Unless required by applicable law or\r
+      agreed to in writing, Licensor provides the Work (and each\r
+      Contributor provides its Contributions) on an "AS IS" BASIS,\r
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
+      implied, including, without limitation, any warranties or conditions\r
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r
+      PARTICULAR PURPOSE. You are solely responsible for determining the\r
+      appropriateness of using or redistributing the Work and assume any\r
+      risks associated with Your exercise of permissions under this License.\r
+\r
+   8. Limitation of Liability. In no event and under no legal theory,\r
+      whether in tort (including negligence), contract, or otherwise,\r
+      unless required by applicable law (such as deliberate and grossly\r
+      negligent acts) or agreed to in writing, shall any Contributor be\r
+      liable to You for damages, including any direct, indirect, special,\r
+      incidental, or consequential damages of any character arising as a\r
+      result of this License or out of the use or inability to use the\r
+      Work (including but not limited to damages for loss of goodwill,\r
+      work stoppage, computer failure or malfunction, or any and all\r
+      other commercial damages or losses), even if such Contributor\r
+      has been advised of the possibility of such damages.\r
+\r
+   9. Accepting Warranty or Additional Liability. While redistributing\r
+      the Work or Derivative Works thereof, You may choose to offer,\r
+      and charge a fee for, acceptance of support, warranty, indemnity,\r
+      or other liability obligations and/or rights consistent with this\r
+      License. However, in accepting such obligations, You may act only\r
+      on Your own behalf and on Your sole responsibility, not on behalf\r
+      of any other Contributor, and only if You agree to indemnify,\r
+      defend, and hold each Contributor harmless for any liability\r
+      incurred by, or claims asserted against, such Contributor by reason\r
+      of your accepting any such warranty or additional liability.\r
+\r
+   END OF TERMS AND CONDITIONS\r
+\r
+   APPENDIX: How to apply the Apache License to your work.\r
+\r
+      To apply the Apache License to your work, attach the following\r
+      boilerplate notice, with the fields enclosed by brackets "[]"\r
+      replaced with your own identifying information. (Don't include\r
+      the brackets!)  The text should be enclosed in the appropriate\r
+      comment syntax for the file format. We also recommend that a\r
+      file or class name and description of purpose be included on the\r
+      same "printed page" as the copyright notice for easier\r
+      identification within third-party archives.\r
+\r
+   Copyright [yyyy] [name of copyright owner]\r
+\r
+   Licensed under the Apache License, Version 2.0 (the "License");\r
+   you may not use this file except in compliance with the License.\r
+   You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
diff --git a/fonts/Roboto/Roboto-Black.ttf b/fonts/Roboto/Roboto-Black.ttf
new file mode 100644 (file)
index 0000000..9002aab
Binary files /dev/null and b/fonts/Roboto/Roboto-Black.ttf differ
diff --git a/fonts/Roboto/Roboto-BlackItalic.ttf b/fonts/Roboto/Roboto-BlackItalic.ttf
new file mode 100644 (file)
index 0000000..b87e025
Binary files /dev/null and b/fonts/Roboto/Roboto-BlackItalic.ttf differ
diff --git a/fonts/Roboto/Roboto-Bold.ttf b/fonts/Roboto/Roboto-Bold.ttf
new file mode 100644 (file)
index 0000000..072b842
Binary files /dev/null and b/fonts/Roboto/Roboto-Bold.ttf differ
diff --git a/fonts/Roboto/Roboto-BoldItalic.ttf b/fonts/Roboto/Roboto-BoldItalic.ttf
new file mode 100644 (file)
index 0000000..74919ff
Binary files /dev/null and b/fonts/Roboto/Roboto-BoldItalic.ttf differ
diff --git a/fonts/Roboto/Roboto-Italic.ttf b/fonts/Roboto/Roboto-Italic.ttf
new file mode 100644 (file)
index 0000000..bd57775
Binary files /dev/null and b/fonts/Roboto/Roboto-Italic.ttf differ
diff --git a/fonts/Roboto/Roboto-Light.ttf b/fonts/Roboto/Roboto-Light.ttf
new file mode 100644 (file)
index 0000000..13bf13a
Binary files /dev/null and b/fonts/Roboto/Roboto-Light.ttf differ
diff --git a/fonts/Roboto/Roboto-LightItalic.ttf b/fonts/Roboto/Roboto-LightItalic.ttf
new file mode 100644 (file)
index 0000000..130672a
Binary files /dev/null and b/fonts/Roboto/Roboto-LightItalic.ttf differ
diff --git a/fonts/Roboto/Roboto-Medium.ttf b/fonts/Roboto/Roboto-Medium.ttf
new file mode 100644 (file)
index 0000000..d0f6e2b
Binary files /dev/null and b/fonts/Roboto/Roboto-Medium.ttf differ
diff --git a/fonts/Roboto/Roboto-MediumItalic.ttf b/fonts/Roboto/Roboto-MediumItalic.ttf
new file mode 100644 (file)
index 0000000..6153d48
Binary files /dev/null and b/fonts/Roboto/Roboto-MediumItalic.ttf differ
diff --git a/fonts/Roboto/Roboto-Regular.ttf b/fonts/Roboto/Roboto-Regular.ttf
new file mode 100644 (file)
index 0000000..0ba95c9
Binary files /dev/null and b/fonts/Roboto/Roboto-Regular.ttf differ
diff --git a/fonts/Roboto/Roboto-Thin.ttf b/fonts/Roboto/Roboto-Thin.ttf
new file mode 100644 (file)
index 0000000..309c22d
Binary files /dev/null and b/fonts/Roboto/Roboto-Thin.ttf differ
diff --git a/fonts/Roboto/Roboto-ThinItalic.ttf b/fonts/Roboto/Roboto-ThinItalic.ttf
new file mode 100644 (file)
index 0000000..0b53ba4
Binary files /dev/null and b/fonts/Roboto/Roboto-ThinItalic.ttf differ