From d489a37bf1c2a9a8505a9dbecd3881c56d66856b Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Tue, 7 Oct 2014 14:27:02 -0400 Subject: [PATCH] Bug 1065537 - Loop isn't using system/platform fonts in various places. r=mikedeboer --- .../loop/content/shared/css/common.css | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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 {