test/fixtures/stylesheets/compass/sass/fonts.sass in compass-1.0.0.alpha.19 vs test/fixtures/stylesheets/compass/sass/fonts.sass in compass-1.0.0.alpha.20
- old
+ new
@@ -1,3 +1,8 @@
@import compass/css3/font-face
-+font-face("font1", font-files("font1.woff", woff), "font1.eot")
\ No newline at end of file
++font-face("font1", font-files("font1.woff", woff), "font1.eot")
+
+@font-face
+ font-family: 'Issue1491'
+ src: font-url('font1.eot')
+ src: font-url('font1.eot?#iefix') format('embedded-opentype'), font-url('font1.woff') format('woff')