winterslow 0.1.28 → 0.1.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2214c9119d4f5e29833b027f8e3422cd6928222a
4
- data.tar.gz: bd573c5c6ca891761b151567d7280338e8262087
3
+ metadata.gz: 4d09ba3aa9c2f8d150576a739f6a2caf9d5679c3
4
+ data.tar.gz: b1ee19658116d6893ace4870525fe2311d857c4e
5
5
  SHA512:
6
- metadata.gz: 89da37505f9a7561e33d054eab915307049fabe488409405879b1b3113a1f24fbe683c798a70a2afc1adc27f7f4a8070902b1992d0f15468b3e256e635ec9aed
7
- data.tar.gz: 16cd5bd3087f63c366313f71246bc5ea90be8b5cec3232bbd59c3ce629cd0de415dfa5fc110e262c487897013d2bf9ebbe7f6a4f613475f8e43164826870acbe
6
+ metadata.gz: 518085168d1643c7b7191a108d16047623c41880452de3777c9780d5a425ae488d48d5171fb1258d052e930715f95bc8519f9e81ac1d50c3465cc8da6fa3be52
7
+ data.tar.gz: b348d70deb5b17502930f1865b38cead2178f6f6fe3161900d399cd64a09505d8d8c54469787f7f14b5479b28460814a17757b773413e5fcd70a9ecea57b8f8a
@@ -1,6 +1,5 @@
1
1
  $content-font-family: "Radley", serif !default;
2
2
  $content-font-size: 18px !default;
3
- $content-font-weight: 400 !default;
4
3
  $content-font-color: #111 !default;
5
4
 
6
5
  // import partials
@@ -9,7 +9,7 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
9
9
 
10
10
 
11
11
  body {
12
- font: $content-font-family $content-font-weight $content-font-size;
12
+ font: $content-font-family $content-font-size;
13
13
  color: $content-font-color;
14
14
  }
15
15
 
data/assets/main.scss CHANGED
@@ -6,7 +6,6 @@
6
6
  // variables
7
7
  $content-font-family: "Radley", serif;
8
8
  $content-font-size: 18px;
9
- $content-font-weight: 400;
10
9
  $content-font-color: #111111;
11
10
 
12
11
  // import partials
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winterslow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.28
4
+ version: 0.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''