middleman-oulu 0.6.22 → 0.6.23

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: 8993e4c7c31c28c4cc294bf8506521dd924412aa
4
- data.tar.gz: a3f0b797b50642d17644e59309e65d9f46d1108b
3
+ metadata.gz: d8b37f3335c09d1f388c074e6526c517e5ac7e3f
4
+ data.tar.gz: 096809944f89e6cad17ec4175e19d92492958c5a
5
5
  SHA512:
6
- metadata.gz: 154f91d200b104b62d7b9d3afbd7b9c92aaa1d4a0ed02d73b03f25038bee0ce21f01caeb01fe7f291e485e2935b2f4e71b78e4f71137c49a7ecf13348855e0d7
7
- data.tar.gz: 003c886148659814f334d477b0b197340f0f4fa87001933943c71e0105d747128c950055c55737f9b06d941228cff99d6375bc1fddd69cd2ec007eb3621ed986
6
+ metadata.gz: 3daed81c7a0d3eeaa9d5d86e064b63d748ffdfb0f951d137b43ee61d7ead17ddca90249bb289edc615c2b15146d296190053f5a0d653ba64a3d720ed547c77d9
7
+ data.tar.gz: 6683ac424481545b1ffe0d12e8a2461176305ceb1d21ab3ece9fb15172267427b961a5b367ed98f5ffc910ec5f3bf20ca4c5f79aa27b01feb8fd80ea6b719298
@@ -0,0 +1,11 @@
1
+ @import url(@import url(http://fonts.googleapis.com/css?family=Raleway:400,900,100,200,300,500,600,700,800)
2
+ =raleway($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.22"
3
+ VERSION = "0.6.23"
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.22
4
+ version: 0.6.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
@@ -145,6 +145,7 @@ files:
145
145
  - assets/stylesheets/options/web-fonts/_open-sans.sass
146
146
  - assets/stylesheets/options/web-fonts/_podkova.sass
147
147
  - assets/stylesheets/options/web-fonts/_pt-sans.sass
148
+ - assets/stylesheets/options/web-fonts/_raleway.sass
148
149
  - assets/stylesheets/options/web-fonts/_roboto-condensed.sass
149
150
  - assets/stylesheets/options/web-fonts/_roboto.sass
150
151
  - assets/stylesheets/options/web-fonts/_satisfy.sass