middleman-oulu 0.6.21 → 0.6.22

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
  SHA1:
3
- metadata.gz: 9e129e41a971ba5bd89330252c47d3366cce915c
4
- data.tar.gz: 45c857d1fe4e3eea9ca531f6c9e054a228c5a73c
3
+ metadata.gz: 8993e4c7c31c28c4cc294bf8506521dd924412aa
4
+ data.tar.gz: a3f0b797b50642d17644e59309e65d9f46d1108b
5
5
  SHA512:
6
- metadata.gz: e3e7fda614d8806086395890733ad2c4bb2cb7ce343711227916dbbe6c58b0270bdaf63fa484ceea11050736c60fce871515516926bd8c2342260c6194e8a625
7
- data.tar.gz: 5b5c27d93b2830b0a603882cf9b0f3d9302820d32c6a8d1005e1229dff280eb177becb3139857d4ff07eb64feace742e6bb538be546c0c44818d72a1ba608d48
6
+ metadata.gz: 154f91d200b104b62d7b9d3afbd7b9c92aaa1d4a0ed02d73b03f25038bee0ce21f01caeb01fe7f291e485e2935b2f4e71b78e4f71137c49a7ecf13348855e0d7
7
+ data.tar.gz: 003c886148659814f334d477b0b197340f0f4fa87001933943c71e0105d747128c950055c55737f9b06d941228cff99d6375bc1fddd69cd2ec007eb3621ed986
@@ -0,0 +1,11 @@
1
+ @import url(//fonts.googleapis.com/css?family=Merriweather+Sans:400,800,300,300italic,400italic,700italic,700,800italic)
2
+ =merriweather-sans($fw: 400, $ls: 0, $fs: null, $tx-rendering: true)
3
+ // $fw: フォントの太さ, $ls: 字間, $fs: フォントスタイル
4
+ font-family: 'Merriweather Sans', sans-serif
5
+ font-weight: $fw
6
+ @if not $ls == 0
7
+ letter-spacing: $ls
8
+ @if (not $fs == null)
9
+ font-style: italic
10
+ @if $tx-rendering
11
+ text-rendering: optimizelegibility
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.21"
3
+ VERSION = "0.6.22"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.21
4
+ version: 0.6.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
@@ -139,6 +139,7 @@ files:
139
139
  - assets/stylesheets/options/web-fonts/_icomoon.sass
140
140
  - assets/stylesheets/options/web-fonts/_inconsolata.sass
141
141
  - assets/stylesheets/options/web-fonts/_lato.sass
142
+ - assets/stylesheets/options/web-fonts/_merriweather-sans.sass
142
143
  - assets/stylesheets/options/web-fonts/_montserrat.sass
143
144
  - assets/stylesheets/options/web-fonts/_old-standard.sass
144
145
  - assets/stylesheets/options/web-fonts/_open-sans.sass