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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e129e41a971ba5bd89330252c47d3366cce915c
|
4
|
+
data.tar.gz: 45c857d1fe4e3eea9ca531f6c9e054a228c5a73c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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
|
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
|