Remove explicit font selection

We want to use the font of the page, not some different one.

Change-Id: Iaf8d6ce5e7422a4515fc9e8ab4f067e213609560
This commit is contained in:
Florian Schmidt 2017-01-12 01:42:26 +01:00
parent 4b1a13d288
commit 4a15a7fb83
2 changed files with 0 additions and 3 deletions

View file

@ -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;
}
}

View file

@ -6,7 +6,6 @@
.mw-cookiewarning-container {
background-color: #ffffff;
padding: 16px;
font-family: HelveticaNeue;
font-size: @cookieWarningFontSize;
font-weight: 500;
font-style: normal;