font-stack 0.1.1 → 0.1.2

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,5 +1,6 @@
1
1
  # Font-stack
2
- A [Compass](http://compass-style.org/) plugin that provides a library of CSS font stacks as [Sass](http://sass-lang.com/) variables.
2
+ A [Compass](http://compass-style.org/) plugin that provides a library of CSS font stacks configured as [Sass](http://sass-lang.com/) variables.
3
+ Each font stack tries to provide fallback fonts for Windows, Mac and Linux that have roughly the same characteristics as the primary font in the stack.
3
4
 
4
5
  ## Installation
5
6
 
@@ -20,9 +21,15 @@ To add font-stack to an existing compass project add the following line to your
20
21
  code { font-family: $monospace-font-stack; }
21
22
  .signature { font-family: $cursive-font-stack; }
22
23
 
24
+ ## List of Font Stacks
25
+
26
+ http://github.com/lloydk/font-stack/blob/master/lib/stylesheets/_font-stack.scss
27
+
28
+
23
29
  ## Todo
24
30
 
25
31
  - Add additional fonts to the cursive font-stack
32
+ - Add mixins
26
33
 
27
34
 
28
35
  ## Credits
@@ -2,9 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |gemspec|
4
4
  gemspec.name = "font-stack"
5
- gemspec.version = "0.1.1"
5
+ gemspec.version = "0.1.2"
6
6
  gemspec.platform = Gem::Platform::RUBY
7
- gemspec.date = "#{Time.now.year}-#{Time.now.month}-#{Time.now.day}"
8
7
  gemspec.authors = ["Lloyd Kupchanko"]
9
8
  gemspec.email = "lloyd@lloydk.ca"
10
9
  gemspec.homepage = "http://github.com/lloydk/font-stack"
@@ -16,6 +15,6 @@ Gem::Specification.new do |gemspec|
16
15
  gemspec.require_path = "lib"
17
16
  gemspec.files = ["README.markdown", "font-stack.gemspec", "lib/font-stack.rb", "lib/stylesheets/_font-stack.scss"]
18
17
 
19
- gemspec.add_dependency('haml', '>= 3.0.0.rc.1')
18
+ gemspec.add_dependency('sass', '>= 3.0.0')
20
19
  end
21
20
 
@@ -55,7 +55,7 @@ $optima-font-stack: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-ser
55
55
 
56
56
  $futura-font-stack: Futura, "Trebuchet MS", Arial, sans-serif !default;
57
57
 
58
- $gill-sans-stack: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !default;
58
+ $gill-sans-font-stack: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !default;
59
59
 
60
60
  $trebuchet-font-stack: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !default;
61
61
 
@@ -63,7 +63,7 @@ $helvetica-font-stack: "Helvetica Neue", Arial, Helvetica, sans-serif !default;
63
63
 
64
64
  $verdana-font-stack: Verdana, Geneva, sans-serif !default;
65
65
 
66
- $lucida-grande: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !default;
66
+ $lucida-grande-font-stack: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !default;
67
67
 
68
68
  $geneva-font-stack: Geneva, Tahoma, Verdana, sans-serif !default;
69
69
 
metadata CHANGED
@@ -1,80 +1,59 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: font-stack
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 1
8
- - 1
9
- version: 0.1.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Lloyd Kupchanko
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2010-04-29 00:00:00 -07:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: haml
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 3
29
- - 0
30
- - 0
31
- - rc
32
- - 1
33
- version: 3.0.0.rc.1
12
+ date: 2011-09-06 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sass
16
+ requirement: &77052690 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.0.0
34
22
  type: :runtime
35
- version_requirements: *id001
23
+ prerelease: false
24
+ version_requirements: *77052690
36
25
  description: Font-stack is a Compass plugin that provides a library of CSS font stacks.
37
26
  email: lloyd@lloydk.ca
38
27
  executables: []
39
-
40
28
  extensions: []
41
-
42
29
  extra_rdoc_files: []
43
-
44
- files:
30
+ files:
45
31
  - README.markdown
46
32
  - font-stack.gemspec
47
33
  - lib/font-stack.rb
48
34
  - lib/stylesheets/_font-stack.scss
49
- has_rdoc: true
50
35
  homepage: http://github.com/lloydk/font-stack
51
36
  licenses: []
52
-
53
37
  post_install_message:
54
38
  rdoc_options: []
55
-
56
- require_paths:
39
+ require_paths:
57
40
  - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- segments:
63
- - 0
64
- version: "0"
65
- required_rubygems_version: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- segments:
70
- - 0
71
- version: "0"
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
72
53
  requirements: []
73
-
74
54
  rubyforge_project:
75
- rubygems_version: 1.3.6
55
+ rubygems_version: 1.8.6
76
56
  signing_key:
77
57
  specification_version: 3
78
58
  summary: A library of CSS font stacks
79
59
  test_files: []
80
-