diff --git a/browser/components/loop/content/shared/css/common.css b/browser/components/loop/content/shared/css/common.css index c730bc969d6..eca3982f881 100644 --- a/browser/components/loop/content/shared/css/common.css +++ b/browser/components/loop/content/shared/css/common.css @@ -13,7 +13,7 @@ } body { - font-family: "Lucida Grande", sans-serif; + font: message-box; font-size: 12px; background: #fbfbfb; } @@ -365,23 +365,6 @@ p { line-height: 16px; } -/* Using star selector to override - * the specificity of other selectors - * if performance is an issue we could - * explicitely list all the elements */ -.windows * { - font-family: 'Segoe'; -} - -.mac * { - font-family: 'Lucida Grande'; -} - -.linux * { - /* XXX requires fallbacks */ - font-family: 'Ubuntu', sans-serif; -} - /* Web panel */ .info-panel {