Stop custom fonts overriding status page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user