rack-fontserve 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,4 +2,4 @@
2
2
  # Rack::Fontserve::VERSION since Fontserve is a class that inherits from Sinatra::Base
3
3
  # and we'd be getting Superclass mismatch errors here since Sinatra is
4
4
  # unavailable when evaluating this file standalone, i.e. in Rakefile
5
- FONTSERVE_VERSION = '0.1.3'
5
+ FONTSERVE_VERSION = '0.1.4'
@@ -1,6 +1,6 @@
1
1
  <% if @font.license? %>/* LICENSE: <%= @font.license %> */<% end %>
2
2
  @font-face {
3
- font-family: '<%= @font.name %>', Helvetica, Arial, sans-serif;
3
+ font-family: '<%= @font.name %>';
4
4
  <% if format?('eot') %>src: url('<%= "./#{@font.name}.eot" %>');<% end %>
5
5
  src: local('☺'),
6
6
  <% if format?('eot') %>url('<%= "./#{@font.name}.eot?iefix" %>') format('eot'), <% end %>
@@ -1,6 +1,6 @@
1
1
  /* LICENSE: A super secret license */
2
2
  @font-face {
3
- font-family: 'LicenseFont', Helvetica, Arial, sans-serif;
3
+ font-family: 'LicenseFont';
4
4
  src: url('./LicenseFont.eot');
5
5
  src: local('☺'),
6
6
  url('./LicenseFont.eot?iefix') format('eot'),
@@ -1,6 +1,6 @@
1
1
 
2
2
  @font-face {
3
- font-family: 'SampleFont', Helvetica, Arial, sans-serif;
3
+ font-family: 'SampleFont';
4
4
  src: url('./SampleFont.eot');
5
5
  src: local('☺'),
6
6
  url('./SampleFont.eot?iefix') format('eot'),
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-fontserve
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christoph Olszowka