cyclist 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/footer.html +4 -0
  5. data/_includes/head.html +6 -0
  6. data/_includes/header.html +20 -0
  7. data/_layouts/default.html +13 -0
  8. data/_layouts/home.html +39 -0
  9. data/_layouts/link.html +21 -0
  10. data/_layouts/page.html +15 -0
  11. data/_layouts/post.html +22 -0
  12. data/_sass/crimson.scss +41 -0
  13. data/_sass/fira-mono.scss +14 -0
  14. data/_sass/fonts.scss +4 -0
  15. data/_sass/lato.scss +144 -0
  16. data/_sass/layout.scss +80 -0
  17. data/_sass/playfair-display.scss +83 -0
  18. data/_sass/typography.scss +84 -0
  19. data/assets/fonts/crimson/LICENSE.txt +93 -0
  20. data/assets/fonts/crimson/crimson-bold-webfont.woff +0 -0
  21. data/assets/fonts/crimson/crimson-bold-webfont.woff2 +0 -0
  22. data/assets/fonts/crimson/crimson-bolditalic-webfont.woff +0 -0
  23. data/assets/fonts/crimson/crimson-bolditalic-webfont.woff2 +0 -0
  24. data/assets/fonts/crimson/crimson-italic-webfont.woff +0 -0
  25. data/assets/fonts/crimson/crimson-italic-webfont.woff2 +0 -0
  26. data/assets/fonts/crimson/crimson-roman-webfont.woff +0 -0
  27. data/assets/fonts/crimson/crimson-roman-webfont.woff2 +0 -0
  28. data/assets/fonts/crimson/crimson-semibold-webfont.woff +0 -0
  29. data/assets/fonts/crimson/crimson-semibold-webfont.woff2 +0 -0
  30. data/assets/fonts/crimson/crimson-semibolditalic-webfont.woff +0 -0
  31. data/assets/fonts/crimson/crimson-semibolditalic-webfont.woff2 +0 -0
  32. data/assets/fonts/fira-mono/FiraMono-Bold.woff +0 -0
  33. data/assets/fonts/fira-mono/FiraMono-Bold.woff2 +0 -0
  34. data/assets/fonts/fira-mono/FiraMono-Medium.woff +0 -0
  35. data/assets/fonts/fira-mono/FiraMono-Medium.woff2 +0 -0
  36. data/assets/fonts/fira-mono/FiraMono-Regular.woff +0 -0
  37. data/assets/fonts/fira-mono/FiraMono-Regular.woff2 +0 -0
  38. data/assets/fonts/fira-mono/LICENSE +94 -0
  39. data/assets/fonts/lato/Lato-Black.woff +0 -0
  40. data/assets/fonts/lato/Lato-Black.woff2 +0 -0
  41. data/assets/fonts/lato/Lato-BlackItalic.woff +0 -0
  42. data/assets/fonts/lato/Lato-BlackItalic.woff2 +0 -0
  43. data/assets/fonts/lato/Lato-Bold.woff +0 -0
  44. data/assets/fonts/lato/Lato-Bold.woff2 +0 -0
  45. data/assets/fonts/lato/Lato-BoldItalic.woff +0 -0
  46. data/assets/fonts/lato/Lato-BoldItalic.woff2 +0 -0
  47. data/assets/fonts/lato/Lato-Hairline.woff +0 -0
  48. data/assets/fonts/lato/Lato-Hairline.woff2 +0 -0
  49. data/assets/fonts/lato/Lato-HairlineItalic.woff +0 -0
  50. data/assets/fonts/lato/Lato-HairlineItalic.woff2 +0 -0
  51. data/assets/fonts/lato/Lato-Heavy.woff +0 -0
  52. data/assets/fonts/lato/Lato-Heavy.woff2 +0 -0
  53. data/assets/fonts/lato/Lato-HeavyItalic.woff +0 -0
  54. data/assets/fonts/lato/Lato-HeavyItalic.woff2 +0 -0
  55. data/assets/fonts/lato/Lato-Italic.woff +0 -0
  56. data/assets/fonts/lato/Lato-Italic.woff2 +0 -0
  57. data/assets/fonts/lato/Lato-Light.woff +0 -0
  58. data/assets/fonts/lato/Lato-Light.woff2 +0 -0
  59. data/assets/fonts/lato/Lato-LightItalic.woff +0 -0
  60. data/assets/fonts/lato/Lato-LightItalic.woff2 +0 -0
  61. data/assets/fonts/lato/Lato-Medium.woff +0 -0
  62. data/assets/fonts/lato/Lato-Medium.woff2 +0 -0
  63. data/assets/fonts/lato/Lato-MediumItalic.woff +0 -0
  64. data/assets/fonts/lato/Lato-MediumItalic.woff2 +0 -0
  65. data/assets/fonts/lato/Lato-Regular.woff +0 -0
  66. data/assets/fonts/lato/Lato-Regular.woff2 +0 -0
  67. data/assets/fonts/lato/Lato-Semibold.woff +0 -0
  68. data/assets/fonts/lato/Lato-Semibold.woff2 +0 -0
  69. data/assets/fonts/lato/Lato-SemiboldItalic.woff +0 -0
  70. data/assets/fonts/lato/Lato-SemiboldItalic.woff2 +0 -0
  71. data/assets/fonts/lato/Lato-Thin.woff +0 -0
  72. data/assets/fonts/lato/Lato-Thin.woff2 +0 -0
  73. data/assets/fonts/lato/Lato-ThinItalic.woff +0 -0
  74. data/assets/fonts/lato/Lato-ThinItalic.woff2 +0 -0
  75. data/assets/fonts/lato/OFL.txt +94 -0
  76. data/assets/fonts/playfair-display/OFL.txt +93 -0
  77. data/assets/fonts/playfair-display/PlayfairDisplay-Black.woff +0 -0
  78. data/assets/fonts/playfair-display/PlayfairDisplay-Black.woff2 +0 -0
  79. data/assets/fonts/playfair-display/PlayfairDisplay-BlackItalic.woff +0 -0
  80. data/assets/fonts/playfair-display/PlayfairDisplay-BlackItalic.woff2 +0 -0
  81. data/assets/fonts/playfair-display/PlayfairDisplay-Bold.woff +0 -0
  82. data/assets/fonts/playfair-display/PlayfairDisplay-Bold.woff2 +0 -0
  83. data/assets/fonts/playfair-display/PlayfairDisplay-BoldItalic.woff +0 -0
  84. data/assets/fonts/playfair-display/PlayfairDisplay-BoldItalic.woff2 +0 -0
  85. data/assets/fonts/playfair-display/PlayfairDisplay-Italic.woff +0 -0
  86. data/assets/fonts/playfair-display/PlayfairDisplay-Italic.woff2 +0 -0
  87. data/assets/fonts/playfair-display/PlayfairDisplay-Regular.woff +0 -0
  88. data/assets/fonts/playfair-display/PlayfairDisplay-Regular.woff2 +0 -0
  89. data/assets/fonts/playfair-display/PlayfairDisplaySC-Black.woff +0 -0
  90. data/assets/fonts/playfair-display/PlayfairDisplaySC-Black.woff2 +0 -0
  91. data/assets/fonts/playfair-display/PlayfairDisplaySC-BlackItalic.woff +0 -0
  92. data/assets/fonts/playfair-display/PlayfairDisplaySC-BlackItalic.woff2 +0 -0
  93. data/assets/fonts/playfair-display/PlayfairDisplaySC-Bold.woff +0 -0
  94. data/assets/fonts/playfair-display/PlayfairDisplaySC-Bold.woff2 +0 -0
  95. data/assets/fonts/playfair-display/PlayfairDisplaySC-BoldItalic.woff +0 -0
  96. data/assets/fonts/playfair-display/PlayfairDisplaySC-BoldItalic.woff2 +0 -0
  97. data/assets/fonts/playfair-display/PlayfairDisplaySC-Italic.woff +0 -0
  98. data/assets/fonts/playfair-display/PlayfairDisplaySC-Italic.woff2 +0 -0
  99. data/assets/fonts/playfair-display/PlayfairDisplaySC-Regular.woff +0 -0
  100. data/assets/fonts/playfair-display/PlayfairDisplaySC-Regular.woff2 +0 -0
  101. data/assets/main.scss +11 -0
  102. data/vendor/raster/.gitignore +2 -0
  103. data/vendor/raster/README.md +173 -0
  104. data/vendor/raster/dist/raster.css +131 -0
  105. data/vendor/raster/dist/raster.js +164 -0
  106. data/vendor/raster/dist/raster.scss +5 -0
  107. data/vendor/raster/dist/sass/_guidelines.scss +33 -0
  108. data/vendor/raster/dist/sass/_layout.scss +9 -0
  109. data/vendor/raster/dist/sass/_reset.scss +51 -0
  110. data/vendor/raster/dist/sass/_setup.scss +25 -0
  111. data/vendor/raster/dist/sass/_typography.scss +75 -0
  112. data/vendor/raster/examples/build/css/typography.css +139 -0
  113. data/vendor/raster/examples/src/sass/typography.scss +10 -0
  114. data/vendor/raster/examples/typography.html +117 -0
  115. data/vendor/raster/gulpfile.js +94 -0
  116. data/vendor/raster/package.json +20 -0
  117. data/vendor/raster/test/build/css/test-default.css +229 -0
  118. data/vendor/raster/test/build/css/test-em.css +232 -0
  119. data/vendor/raster/test/build/css/test-percent.css +232 -0
  120. data/vendor/raster/test/build/css/test-pixel.css +232 -0
  121. data/vendor/raster/test/build/css/test-rem.css +232 -0
  122. data/vendor/raster/test/build/html/test-default.html +67 -0
  123. data/vendor/raster/test/build/html/test-em.html +67 -0
  124. data/vendor/raster/test/build/html/test-percent.html +67 -0
  125. data/vendor/raster/test/build/html/test-pixel.html +67 -0
  126. data/vendor/raster/test/build/html/test-rem.html +67 -0
  127. data/vendor/raster/test/lib/js/test-helper.js +131 -0
  128. data/vendor/raster/test/lib/tests/test-custom.js +20 -0
  129. data/vendor/raster/test/lib/tests/test-default.js +34 -0
  130. data/vendor/raster/test/scripts/run_tests.js +20 -0
  131. data/vendor/raster/test/src/html/mocha.html +6 -0
  132. data/vendor/raster/test/src/jade/includes/baseline.jade +12 -0
  133. data/vendor/raster/test/src/jade/includes/content.jade +2 -0
  134. data/vendor/raster/test/src/jade/includes/head.jade +11 -0
  135. data/vendor/raster/test/src/jade/includes/layout.jade +26 -0
  136. data/vendor/raster/test/src/jade/includes/mocha.jade +1 -0
  137. data/vendor/raster/test/src/jade/test-default.jade +10 -0
  138. data/vendor/raster/test/src/jade/test-em.jade +10 -0
  139. data/vendor/raster/test/src/jade/test-percent.jade +10 -0
  140. data/vendor/raster/test/src/jade/test-pixel.jade +10 -0
  141. data/vendor/raster/test/src/jade/test-rem.jade +10 -0
  142. data/vendor/raster/test/src/sass/_layout.scss +104 -0
  143. data/vendor/raster/test/src/sass/test-default.scss +2 -0
  144. data/vendor/raster/test/src/sass/test-em.scss +5 -0
  145. data/vendor/raster/test/src/sass/test-percent.scss +5 -0
  146. data/vendor/raster/test/src/sass/test-pixel.scss +5 -0
  147. data/vendor/raster/test/src/sass/test-rem.scss +5 -0
  148. metadata +232 -0
data/_sass/layout.scss ADDED
@@ -0,0 +1,80 @@
1
+ figure {
2
+ margin: 0 0 $leading-height 0;
3
+ }
4
+
5
+ $main-width: columns-width(4);
6
+
7
+ div#grid {
8
+ margin: 0 auto;
9
+ padding: ($leading-height * 2) 0;
10
+ width: $main-width;
11
+ }
12
+
13
+ @media screen and (max-width: $main-width) {
14
+ body {
15
+ padding-left: $gutter-width;
16
+ padding-right: $gutter-width;
17
+ }
18
+
19
+ div#grid {
20
+ width: 100%;
21
+ }
22
+ }
23
+
24
+ header[role=banner] {
25
+ text-align: center;
26
+ margin-bottom: $leading-height * 2;
27
+ }
28
+
29
+ header[role=banner] h1 a {
30
+ text-decoration: inherit;
31
+ color: inherit;
32
+ }
33
+
34
+ header[role=banner] nav {
35
+ width: 100%;
36
+ }
37
+
38
+ header[role=banner] nav ul {
39
+ display: flex;
40
+ flex-direction: row;
41
+ margin: 0;
42
+ }
43
+
44
+ header[role=banner] nav ul li {
45
+ list-style: none;
46
+ flex-grow: 1;
47
+ text-align: center;
48
+ }
49
+
50
+ header[role=banner] nav ul li a {
51
+ display: block;
52
+ }
53
+
54
+ section#posts article {
55
+ margin-bottom: $leading-height * 3;
56
+ }
57
+
58
+ section#post header h1 {
59
+ margin-bottom: 0;
60
+ }
61
+
62
+ section#post header {
63
+ margin-bottom: $leading-height;
64
+ }
65
+
66
+ article header time,
67
+ h2.post-date {
68
+ line-height: $line-height;
69
+ margin-bottom: $leading-height;
70
+ display: block;
71
+ }
72
+
73
+ blockquote,
74
+ pre {
75
+ margin-left: $indent-width;
76
+ }
77
+
78
+ hr {
79
+ display: none;
80
+ }
@@ -0,0 +1,83 @@
1
+ @font-face {
2
+ font-family: 'Playfair Display';
3
+ src: url("fonts/playfair-display/PlayfairDisplay-Black.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-Black.woff") format("woff");
4
+ font-weight: 900;
5
+ font-style: normal;
6
+ }
7
+
8
+ @font-face {
9
+ font-family: 'Playfair Display';
10
+ src: url("fonts/playfair-display/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-BlackItalic.woff") format("woff");
11
+ font-weight: 900;
12
+ font-style: Italic;
13
+ }
14
+
15
+ @font-face {
16
+ font-family: 'Playfair Display';
17
+ src: url("fonts/playfair-display/PlayfairDisplay-Bold.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-Bold.woff") format("woff");
18
+ font-weight: 700;
19
+ font-style: normal;
20
+ }
21
+
22
+ @font-face {
23
+ font-family: 'Playfair Display';
24
+ src: url("fonts/playfair-display/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-BoldItalic.woff") format("woff");
25
+ font-weight: 700;
26
+ font-style: Italic;
27
+ }
28
+
29
+ @font-face {
30
+ font-family: 'Playfair Display';
31
+ src: url("fonts/playfair-display/PlayfairDisplay-Regular.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-Regular.woff") format("woff");
32
+ font-weight: 400;
33
+ font-style: normal;
34
+ }
35
+
36
+ @font-face {
37
+ font-family: 'Playfair Display';
38
+ src: url("fonts/playfair-display/PlayfairDisplay-Italic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplay-Italic.woff") format("woff");
39
+ font-weight: 400;
40
+ font-style: Italic;
41
+ }
42
+
43
+ @font-face {
44
+ font-family: 'Playfair Display SC';
45
+ src: url("fonts/playfair-display/PlayfairDisplaySC-Black.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-Black.woff") format("woff");
46
+ font-weight: 900;
47
+ font-style: normal;
48
+ }
49
+
50
+ @font-face {
51
+ font-family: 'Playfair Display SC';
52
+ src: url("fonts/playfair-display/PlayfairDisplaySC-BlackItalic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-BlackItalic.woff") format("woff");
53
+ font-weight: 900;
54
+ font-style: Italic;
55
+ }
56
+
57
+ @font-face {
58
+ font-family: 'Playfair Display SC';
59
+ src: url("fonts/playfair-display/PlayfairDisplaySC-Regular.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-Regular.woff") format("woff");
60
+ font-weight: 400;
61
+ font-style: normal;
62
+ }
63
+
64
+ @font-face {
65
+ font-family: 'Playfair Display SC';
66
+ src: url("fonts/playfair-display/PlayfairDisplaySC-Italic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-Italic.woff") format("woff");
67
+ font-weight: 400;
68
+ font-style: Italic;
69
+ }
70
+
71
+ @font-face {
72
+ font-family: 'Playfair Display SC';
73
+ src: url("fonts/playfair-display/PlayfairDisplaySC-Bold.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-Bold.woff") format("woff");
74
+ font-weight: 700;
75
+ font-style: normal;
76
+ }
77
+
78
+ @font-face {
79
+ font-family: 'Playfair Display SC';
80
+ src: url("fonts/playfair-display/PlayfairDisplaySC-BoldItalic.woff2") format("woff2"), url("fonts/playfair-display/PlayfairDisplaySC-BoldItalic.woff") format("woff");
81
+ font-weight: 700;
82
+ font-style: Italic;
83
+ }
@@ -0,0 +1,84 @@
1
+ a {
2
+ color: #000;
3
+ }
4
+
5
+ a:visited {
6
+ color: #888;
7
+ }
8
+
9
+ a:hover {
10
+ color: #555;
11
+ }
12
+
13
+ h1,
14
+ h2,
15
+ h3,
16
+ h4,
17
+ h5,
18
+ h6 {
19
+ font-family: "Playfair Display", sans-serif;
20
+ }
21
+
22
+ article h1 {
23
+ @include header($double-small-pica);
24
+ }
25
+
26
+ article h2 {
27
+ @include header($great-primer);
28
+ }
29
+
30
+ article h3 {
31
+ @include header($english);
32
+ }
33
+
34
+ article.link h1,
35
+ article.link h2,
36
+ article.link h3,
37
+ article h4,
38
+ article h5,
39
+ article h6 {
40
+ font-size: $font-size + 1;
41
+ margin-bottom: 0;
42
+ }
43
+
44
+ article header time,
45
+ h2.post-date {
46
+ font-size: $font-size - 3;
47
+ font-weight: bold;
48
+ text-transform: uppercase;
49
+ font-family: "LatoWeb", Helvetica, Verdana, sans-serif;
50
+ }
51
+
52
+ header[role=banner] nav a {
53
+ font-weight: bold;
54
+ font-family: "LatoWeb", Helvetica, Verdana, sans-serif;
55
+ }
56
+
57
+ header[role=banner] h1 {
58
+ font-family: "Playfair Display", sans-serif;
59
+ text-transform: uppercase;
60
+ }
61
+
62
+ body {
63
+ font-family: "Crimson", Georgia, "Times New Roman", Times, serif;
64
+ }
65
+
66
+ pre,
67
+ code {
68
+ font-family: "Fira Mono", "Menlo", "Courier New", "Courier", monospace;
69
+ }
70
+
71
+ pre code {
72
+ font-size: $font-size - 2;
73
+ }
74
+
75
+ code {
76
+ color: #555;
77
+ font-size: $font-size - 1;
78
+ }
79
+
80
+ blockquote {
81
+ font-size: $font-size - 2;
82
+ font-family: "LatoWeb", Helvetica, Verdana, sans-serif;
83
+ color: #555;
84
+ }
@@ -0,0 +1,93 @@
1
+ Copyright (c) 2012-2014, The Crimson Project Developers.
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,94 @@
1
+ Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
2
+ with Reserved Font Name < Fira >,
3
+
4
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
+ This license is copied below, and is also available with a FAQ at:
6
+ http://scripts.sil.org/OFL
7
+
8
+
9
+ -----------------------------------------------------------
10
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
+ -----------------------------------------------------------
12
+
13
+ PREAMBLE
14
+ The goals of the Open Font License (OFL) are to stimulate worldwide
15
+ development of collaborative font projects, to support the font creation
16
+ efforts of academic and linguistic communities, and to provide a free and
17
+ open framework in which fonts may be shared and improved in partnership
18
+ with others.
19
+
20
+ The OFL allows the licensed fonts to be used, studied, modified and
21
+ redistributed freely as long as they are not sold by themselves. The
22
+ fonts, including any derivative works, can be bundled, embedded,
23
+ redistributed and/or sold with any software provided that any reserved
24
+ names are not used by derivative works. The fonts and derivatives,
25
+ however, cannot be released under any other type of license. The
26
+ requirement for fonts to remain under this license does not apply
27
+ to any document created using the fonts or their derivatives.
28
+
29
+ DEFINITIONS
30
+ "Font Software" refers to the set of files released by the Copyright
31
+ Holder(s) under this license and clearly marked as such. This may
32
+ include source files, build scripts and documentation.
33
+
34
+ "Reserved Font Name" refers to any names specified as such after the
35
+ copyright statement(s).
36
+
37
+ "Original Version" refers to the collection of Font Software components as
38
+ distributed by the Copyright Holder(s).
39
+
40
+ "Modified Version" refers to any derivative made by adding to, deleting,
41
+ or substituting -- in part or in whole -- any of the components of the
42
+ Original Version, by changing formats or by porting the Font Software to a
43
+ new environment.
44
+
45
+ "Author" refers to any designer, engineer, programmer, technical
46
+ writer or other person who contributed to the Font Software.
47
+
48
+ PERMISSION & CONDITIONS
49
+ Permission is hereby granted, free of charge, to any person obtaining
50
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
+ redistribute, and sell modified and unmodified copies of the Font
52
+ Software, subject to the following conditions:
53
+
54
+ 1) Neither the Font Software nor any of its individual components,
55
+ in Original or Modified Versions, may be sold by itself.
56
+
57
+ 2) Original or Modified Versions of the Font Software may be bundled,
58
+ redistributed and/or sold with any software, provided that each copy
59
+ contains the above copyright notice and this license. These can be
60
+ included either as stand-alone text files, human-readable headers or
61
+ in the appropriate machine-readable metadata fields within text or
62
+ binary files as long as those fields can be easily viewed by the user.
63
+
64
+ 3) No Modified Version of the Font Software may use the Reserved Font
65
+ Name(s) unless explicit written permission is granted by the corresponding
66
+ Copyright Holder. This restriction only applies to the primary font name as
67
+ presented to the users.
68
+
69
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
+ Software shall not be used to promote, endorse or advertise any
71
+ Modified Version, except to acknowledge the contribution(s) of the
72
+ Copyright Holder(s) and the Author(s) or with their explicit written
73
+ permission.
74
+
75
+ 5) The Font Software, modified or unmodified, in part or in whole,
76
+ must be distributed entirely under this license, and must not be
77
+ distributed under any other license. The requirement for fonts to
78
+ remain under this license does not apply to any document created
79
+ using the Font Software.
80
+
81
+ TERMINATION
82
+ This license becomes null and void if any of the above conditions are
83
+ not met.
84
+
85
+ DISCLAIMER
86
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
+ OTHER DEALINGS IN THE FONT SOFTWARE.