From 62c78d95450117855b26be984165e02f73854799 Mon Sep 17 00:00:00 2001 From: Dylan Paris Date: Tue, 21 Sep 2010 19:08:24 -0700 Subject: [PATCH] Added @charset declaration to force UTF-8 encoding on systems with different default encodings --- frameworks/compass/stylesheets/compass/css3/_font-face.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/compass/stylesheets/compass/css3/_font-face.scss b/frameworks/compass/stylesheets/compass/css3/_font-face.scss index 7c9030b0..292f8893 100644 --- a/frameworks/compass/stylesheets/compass/css3/_font-face.scss +++ b/frameworks/compass/stylesheets/compass/css3/_font-face.scss @@ -1,3 +1,4 @@ +@charset "UTF-8"; @import "shared"; // Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.