Stop custom fonts overriding status page

This commit is contained in:
Elliot Hesp
2014-12-04 17:10:26 +00:00
parent d256308002
commit a4a08a99d4
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ $screen-md-min: "(min-width: 992px)";
$screen-md-max: "(max-width: 1199px)";
$screen-lg-min: "(min-width: 1200px)";
body {
body.dashboard {
font-family: $base-font-family;
font-weight: $base-font-weight;
letter-spacing: $base-letter-spacing;

View File

@@ -10,7 +10,7 @@
html, body {
height: 100%; }
body {
body.dashboard {
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
font-weight: lighter;
letter-spacing: 1px;

View File

@@ -10,7 +10,7 @@
html, body {
height: 100%; }
body {
body.dashboard {
font-family: "Helvetica Neue", Helvetica, "Open Sans", sans-serif;
font-weight: lighter;
letter-spacing: 1px;

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-cbe603dd.css",
"css/all.css": "css/all-5d1bb07a.css",
"js/all.js": "js/all-86e91591.js"
}