Added @charset declaration to force UTF-8 encoding on systems with different default encodings

This commit is contained in:
Dylan Paris 2010-09-21 19:08:24 -07:00
parent 3bd06d3033
commit 62c78d9545

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
@import "shared";
// Cross-browser support for @font-face. Supports IE, Gecko, Webkit, Opera.