gumby2-rails 0.0.3 → 0.0.4
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.
data/lib/gumby2-rails/version.rb
CHANGED
@@ -9,10 +9,10 @@
|
|
9
9
|
font-family: '#{$icons}';
|
10
10
|
font-style: normal;
|
11
11
|
font-weight: 400;
|
12
|
-
src: url(../fonts/icons/#{$icons}.eot);
|
13
|
-
src: url('
|
14
|
-
url('
|
15
|
-
url('
|
12
|
+
src: font-url(../fonts/icons/#{$icons}.eot);
|
13
|
+
src: font-url('#{$icons}.eot?#iefix') format('ie9-skip-eot'),
|
14
|
+
font-url('#{$icons}.woff') format('woff'),
|
15
|
+
font-url('#{$icons}.ttf') format('truetype');
|
16
16
|
}
|
17
17
|
|
18
18
|
// To include your own, local copies of fonts, use the following template
|