From 4a15a7fb83df1394436c0404080bd6d6817b7691 Mon Sep 17 00:00:00 2001 From: Florian Schmidt Date: Thu, 12 Jan 2017 01:42:26 +0100 Subject: [PATCH] Remove explicit font selection We want to use the font of the page, not some different one. Change-Id: Iaf8d6ce5e7422a4515fc9e8ab4f067e213609560 --- resources/ext.CookieWarning/ext.CookieWarning.less | 2 -- resources/ext.CookieWarning/ext.CookieWarning.mobile.less | 1 - 2 files changed, 3 deletions(-) diff --git a/resources/ext.CookieWarning/ext.CookieWarning.less b/resources/ext.CookieWarning/ext.CookieWarning.less index 6a816b2..6b1889f 100644 --- a/resources/ext.CookieWarning/ext.CookieWarning.less +++ b/resources/ext.CookieWarning/ext.CookieWarning.less @@ -5,7 +5,6 @@ opacity: 0.85; color: #fff; font-weight: bold; - font-family: arial; font-size: 13px; padding: 7px 15px; top: 0; @@ -35,7 +34,6 @@ margin-right: 0.5em; white-space: nowrap; font-weight: bold; - font-family: arial; font-size: 13px; } } diff --git a/resources/ext.CookieWarning/ext.CookieWarning.mobile.less b/resources/ext.CookieWarning/ext.CookieWarning.mobile.less index afb13b4..7280fe9 100644 --- a/resources/ext.CookieWarning/ext.CookieWarning.mobile.less +++ b/resources/ext.CookieWarning/ext.CookieWarning.mobile.less @@ -6,7 +6,6 @@ .mw-cookiewarning-container { background-color: #ffffff; padding: 16px; - font-family: HelveticaNeue; font-size: @cookieWarningFontSize; font-weight: 500; font-style: normal;