jekyll-theme-recipe 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38eb6c30a2812da2b22060e3b2ba294bb2f33141ef4946c60f426580ddfb496b
4
- data.tar.gz: b6edf002a188e6308de967c1926c473edf70b9c9183b77b4c922d1bdaa7231f0
3
+ metadata.gz: 112c9ca0e9547ea9de6ce31accdccdcc2721a7ab9c0862ec98bb74c43940bd9a
4
+ data.tar.gz: ca80c8304ad842d2c0770e2c2d16ced1a51fa634a1fcb6baad3730ddf006a77d
5
5
  SHA512:
6
- metadata.gz: 2aa26463e596da4e4056bd6ae4071722d82ac1ad30e695999449e4902eec8c95443879a197732dcc3f22818a1282b1bc4656ed8fe0902f2b877c3715e20112c4
7
- data.tar.gz: 24cd05bd3887b106e42a7e38c555d50f3096f5445a08152ce326a07da7ec0bcdc412a2d1e604bbfe19a6bc26ad4ceaad289b8cae2a8193f5e96790a8a396b7c0
6
+ metadata.gz: d111ff230a2d1bb486824405ab412d37cac631b2d8f0b33c20fc359eea5aad22fddf250d18f09df08520697112ceaebf4cf4f768ab5b50aad20c4ae4afb010af
7
+ data.tar.gz: cddad8da43fb408d0bd17aa1d53be04869134de3daf58c2289aa7309f3dad0fe3f6e77ef957ad9f00fe28e2348faa25e4d0f29788110c9b1d54398055ad5ecf1
@@ -8,7 +8,6 @@
8
8
  {% seo %}
9
9
  {% feed_meta %}
10
10
 
11
- <link href="//fonts.googleapis.com/css?family=Antic+Slab|Fira+Sans" rel="stylesheet">
12
11
  <link rel="stylesheet" media="screen" href="{{ site.baseurl }}/assets/css/screen.css">
13
12
  {% if page.print_stylesheet %}
14
13
  <link rel="stylesheet" media="print" href="{{ site.baseurl }}/assets/css/print.css">
data/_sass/elements.scss CHANGED
@@ -5,7 +5,7 @@ html , body {
5
5
  }
6
6
 
7
7
  body, input, textarea {
8
- font-family: 'Fira Sans', sans-serif;
8
+ font-family: 'Atkinson Hyperlegible', sans-serif;
9
9
  color: #222;
10
10
  -webkit-font-smoothing: antialiased;
11
11
  }
data/_sass/fonts.scss ADDED
@@ -0,0 +1,22 @@
1
+ @font-face {
2
+ font-family: "Atkinson Hyperlegible";
3
+ src: url("../assets/fonts/AtkinsonHyperlegible-Regular.ttf");
4
+ font-weight: normal;
5
+ }
6
+ @font-face {
7
+ font-family: "Atkinson Hyperlegible";
8
+ src: url("../assets/fonts/AtkinsonHyperlegible-Bold.ttf");
9
+ font-weight: bold;
10
+ }
11
+ @font-face {
12
+ font-family: "Atkinson Hyperlegible";
13
+ src: url("../assets/fonts/AtkinsonHyperlegible-Italic.ttf");
14
+ font-style: italic;
15
+ }
16
+ @font-face {
17
+ font-family: "Atkinson Hyperlegible";
18
+ src: url("../assets/fonts/AtkinsonHyperlegible-BoldItalic.ttf");
19
+ font-weight: bold;
20
+ font-style: italic;
21
+
22
+ }
@@ -12,7 +12,7 @@ h1 {
12
12
  }
13
13
 
14
14
  body {
15
- font-family: 'Fira Sans', sans-serif;
15
+ font-family: 'Atkinson Hyperlegible', sans-serif;
16
16
  font-size: .8em;
17
17
  }
18
18
 
@@ -5,6 +5,7 @@ title: CSS-Stylesheet for screens
5
5
  // doesnt work :(, page.color seems to be nil, but actually exists
6
6
  $recipe_color: "{% if page.color and page.color != '' %}{{ page.color }}{% else %}{{'#ff4e4e'}}{% endif %}";
7
7
 
8
+ @import "fonts";
8
9
  @import "variables";
9
10
  @import "elements";
10
11
  @import "layout";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb
@@ -146,6 +146,7 @@ files:
146
146
  - _layouts/post.html
147
147
  - _sass/blog.scss
148
148
  - _sass/elements.scss
149
+ - _sass/fonts.scss
149
150
  - _sass/forms.scss
150
151
  - _sass/layout.scss
151
152
  - _sass/navigation.scss
@@ -154,6 +155,10 @@ files:
154
155
  - _sass/variables.scss
155
156
  - assets/css/print.scss
156
157
  - assets/css/screen.scss
158
+ - assets/fonts/AtkinsonHyperlegible-Bold.ttf
159
+ - assets/fonts/AtkinsonHyperlegible-BoldItalic.ttf
160
+ - assets/fonts/AtkinsonHyperlegible-Italic.ttf
161
+ - assets/fonts/AtkinsonHyperlegible-Regular.ttf
157
162
  - assets/images/_screenshot.png
158
163
  - assets/images/author.jpg
159
164
  - assets/images/favicon.png