diff --git a/less/icons.less b/less/icons.less index f6fc2b9..3d28e36 100644 --- a/less/icons.less +++ b/less/icons.less @@ -1,4 +1,3 @@ ico { - font-size: 2.04em; - font-family: Arial Unicode MS, Lucida Sans Unicode, sans-serif; /* This combo of Unicode fonts means Min's icons support OSX 10.5+, Windows 98+, and Ubuntu. */ + font: 2.04em Arial Unicode MS, Lucida Sans Unicode; /* This combo of Unicode fonts means Min's icons support OSX 10.5+, Windows 98+, and Ubuntu. */ }