source-sans-pro-rails 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,8 +3,8 @@
|
|
3
3
|
font-family: 'SourceSansPro';
|
4
4
|
src: url(font-path("#{$name}.eot"));
|
5
5
|
src: url(font-path("#{$name}.eot?#iefix")) format("embedded-opentype"),
|
6
|
-
url(font-path("#{$name}.woff")) format("woff")
|
7
|
-
url(font-path("#{$name}.ttf")) format("truetype")
|
6
|
+
url(font-path("#{$name}.woff")) format("woff"),
|
7
|
+
url(font-path("#{$name}.ttf")) format("truetype"),
|
8
8
|
url(font-path("#{$name}.svg##{$name}")) format("svg");
|
9
9
|
font-weight: $weight;
|
10
10
|
font-style: $style;
|