middleman-oulu 0.6.20 → 0.6.21

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: ed25ae0f0335fde240087144de641734df71e0ac
4
- data.tar.gz: aac1ab5b1bd25432c32b5031b90b221f6c486cf4
3
+ metadata.gz: 9e129e41a971ba5bd89330252c47d3366cce915c
4
+ data.tar.gz: 45c857d1fe4e3eea9ca531f6c9e054a228c5a73c
5
5
  SHA512:
6
- metadata.gz: 5b44c4fa9d0129d97b1455eb751f6ce324b5d660a18a6cc4af7b26f832d74242d99f04ee6d2e76a6606be90a40fbbf28b1518b439a8b6c4f924fe7ae7aa53116
7
- data.tar.gz: a001113d36987d3015c19255da106108c0f2601b72912f9094f4686eb8ac213f4e89b10b480148658e7c1ff076d8fe5fa0443432c6269e11a1b6ef5466dea669
6
+ metadata.gz: e3e7fda614d8806086395890733ad2c4bb2cb7ce343711227916dbbe6c58b0270bdaf63fa484ceea11050736c60fce871515516926bd8c2342260c6194e8a625
7
+ data.tar.gz: 5b5c27d93b2830b0a603882cf9b0f3d9302820d32c6a8d1005e1229dff280eb177becb3139857d4ff07eb64feace742e6bb538be546c0c44818d72a1ba608d48
@@ -0,0 +1,11 @@
1
+ @import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700)
2
+ =droid-sans($fw: 400, $ls: 0, $fs: null, $tx-rendering: true)
3
+ // $fw: フォントの太さ, $ls: 字間, $fs: フォントスタイル
4
+ font-family: 'Droid 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.20"
3
+ VERSION = "0.6.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.20
4
+ version: 0.6.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-27 00:00:00.000000000 Z
11
+ date: 2015-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -134,6 +134,7 @@ files:
134
134
  - assets/stylesheets/options/amazlet/_amazlet.sass
135
135
  - assets/stylesheets/options/glitch/_glitch.sass
136
136
  - assets/stylesheets/options/web-fonts/_cousine.sass
137
+ - assets/stylesheets/options/web-fonts/_droid-sans.sass
137
138
  - assets/stylesheets/options/web-fonts/_font-awsome.sass
138
139
  - assets/stylesheets/options/web-fonts/_icomoon.sass
139
140
  - assets/stylesheets/options/web-fonts/_inconsolata.sass