Skip to content

Commit e5d2b67

Browse files
committed
Change default .eot format from embeded-opentype to eot
1 parent e5d48e2 commit e5d2b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compass/sass_extensions/functions/font_files.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Compass::SassExtensions::Functions::FontFiles
66
:ttf => 'truetype',
77
:truetype => 'truetype',
88
:svg => 'svg',
9-
:eot => 'embedded-opentype'
9+
:eot => 'eot'
1010
}
1111

1212
def font_files(*args)

0 commit comments

Comments
 (0)