shibui 0.0.1 → 0.0.1.1

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.
@@ -1,3 +1,3 @@
1
1
  module Shibui
2
- VERSION = "0.0.1"
3
- end
2
+ VERSION = "0.0.1.1"
3
+ end
@@ -1,5 +1,3 @@
1
- @import url("https://statics.heroku.com/fonts/fonts.css")
2
-
3
1
  $base-font-size: 13px !default
4
2
  $base-line-height: 18px !default
5
3
  $relative-font-sizing: false !default
@@ -7,6 +5,7 @@ $relative-font-sizing: false !default
7
5
  @import "compass"
8
6
  @import "compass/reset"
9
7
 
8
+ @import "shibui/fonts"
10
9
  @import "shibui/shared"
11
10
  @import "shibui/base"
12
11
  @import "shibui/buttons"
@@ -0,0 +1,64 @@
1
+ $heroku-font-host: "https://statics.herokuapp.com/fonts" !default;
2
+
3
+ @mixin font-face-src($filename, $svg-key) {
4
+ src: url("#{$heroku-font-host}/#{$filename}.eot?") format("eot"),
5
+ url("#{$heroku-font-host}/#{$filename}.woff") format("woff"),
6
+ url("#{$heroku-font-host}/#{$filename}.ttf") format("truetype"),
7
+ url("#{$heroku-font-host}/#{$filename}.svg##{$svg-key}") format("svg");
8
+ }
9
+
10
+ @font-face {
11
+ font-family: "CorbelBold";
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ @include font-face-src(corbel-webfont, webfontlZZPxZYu);
15
+ }
16
+
17
+ @font-face {
18
+ font-family: "CorbelRegular";
19
+ font-weight: normal;
20
+ font-style: normal;
21
+ @include font-face-src(corbel-webfont, webfontO0rfJpd7);
22
+ }
23
+
24
+ @font-face {
25
+ font-family: "HybreaLight";
26
+ font-weight: normal;
27
+ font-style: normal;
28
+ @include font-face-src(corbel-webfont, webfontHioEustJ);
29
+ }
30
+
31
+ @font-face {
32
+ font-family: "HybreaRegular";
33
+ font-weight: normal;
34
+ font-style: normal;
35
+ @include font-face-src(corbel-webfont, webfonto3DdN6lX);
36
+ }
37
+
38
+ @font-face {
39
+ font-family: "InconsolataMedium";
40
+ font-weight: normal;
41
+ font-style: normal;
42
+ @include font-face-src(corbel-webfont, InconsolataMedium);
43
+ }
44
+
45
+ @font-face {
46
+ font-family: "MesloItalic";
47
+ font-weight: normal;
48
+ font-style: normal;
49
+ @include font-face-src(corbel-webfont, MesloLGSDZItalic);
50
+ }
51
+
52
+ @font-face {
53
+ font-family: "MesloRegular";
54
+ font-weight: normal;
55
+ font-style: normal;
56
+ @include font-face-src(corbel-webfont, MesloLGSDZRegular);
57
+ }
58
+
59
+ @font-face {
60
+ font-family: "MesloBold";
61
+ font-weight: normal;
62
+ font-style: normal;
63
+ @include font-face-src(corbel-webfont, MesloLGSDZBold);
64
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shibui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-23 00:00:00.000000000Z
12
+ date: 2012-06-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70262930893720 !ruby/object:Gem::Requirement
16
+ requirement: &70271185811680 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.11.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70262930893720
24
+ version_requirements: *70271185811680
25
25
  description: The Heroku CSS styleguide.
26
26
  email:
27
27
  - max@heroku.com
@@ -41,6 +41,7 @@ files:
41
41
  - stylesheets/shibui/_base.sass
42
42
  - stylesheets/shibui/_buttons.sass
43
43
  - stylesheets/shibui/_components.sass
44
+ - stylesheets/shibui/_fonts.scss
44
45
  - stylesheets/shibui/_forms.sass
45
46
  - stylesheets/shibui/_shared.sass
46
47
  - templates/project/index.html