ligature-symbols-rails 2.0.9.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.
@@ -0,0 +1,29 @@
1
+ $font-version: 2.09;
2
+
3
+ @font-face {
4
+ font-family: 'LigatureSymbols';
5
+ src: font-url('LigatureSymbols-#{$font-version}.eot');
6
+ src: font-url('LigatureSymbols-#{$font-version}.eot?#iefix') format('embedded-opentype'),
7
+ font-url('LigatureSymbols-#{$font-version}.woff') format('woff'),
8
+ font-url('LigatureSymbols-#{$font-version}.ttf') format('truetype'),
9
+ font-url('LigatureSymbols-#{$font-version}.svg#LigatureSymbols') format('svg');
10
+ src: font-url('LigatureSymbols-#{$font-version}.ttf') format('truetype');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+
15
+ .lsf, .lsf-icon:before {
16
+ font-family: 'LigatureSymbols';
17
+ text-rendering: optimizeLegibility;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-font-smoothing: antialiased;
20
+ -ms-font-smoothing: antialiased;
21
+ -o-font-smoothing: antialiased;
22
+ font-smoothing: antialiased;
23
+ }
24
+
25
+ .lsf-icon:before {
26
+ content: attr(title);
27
+ margin-right: .3em;
28
+ font-size: 130%;
29
+ }
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ligature-symbols-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.9.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Curtis Ekstrom
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-12-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
30
+ description: Gemified copy of @kudakarage's LigatureSymbols webfonts
31
+ email:
32
+ - ce@canvus.io
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - lib/ligature-symbols-rails/version.rb
38
+ - lib/ligature-symbols-rails.rb
39
+ - vendor/assets/fonts/LigatureSymbols-2.09.eot
40
+ - vendor/assets/fonts/LigatureSymbols-2.09.otf
41
+ - vendor/assets/fonts/LigatureSymbols-2.09.svg
42
+ - vendor/assets/fonts/LigatureSymbols-2.09.ttf
43
+ - vendor/assets/fonts/LigatureSymbols-2.09.woff
44
+ - vendor/assets/stylesheets/font_face.css.scss
45
+ - MIT-LICENSE
46
+ - README.md
47
+ homepage: ''
48
+ licenses: []
49
+ post_install_message:
50
+ rdoc_options: []
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubyforge_project:
67
+ rubygems_version: 1.8.24
68
+ signing_key:
69
+ specification_version: 3
70
+ summary: Gem version of LigatureSymbols webfonts for Rails 3+ projects using asset
71
+ pipeline
72
+ test_files: []