diff --git a/app/assets/stylesheets/darkswarm/shop_tabs.css.scss b/app/assets/stylesheets/darkswarm/shop_tabs.css.scss index 051fb62779..cd14836504 100644 --- a/app/assets/stylesheets/darkswarm/shop_tabs.css.scss +++ b/app/assets/stylesheets/darkswarm/shop_tabs.css.scss @@ -86,7 +86,7 @@ h5 { margin-bottom: 1em; - font-family: $bodyFont; + font-family: $body-font; } p { diff --git a/app/assets/stylesheets/darkswarm/typography.css.scss b/app/assets/stylesheets/darkswarm/typography.css.scss index dfe28dad75..b2b040bef6 100644 --- a/app/assets/stylesheets/darkswarm/typography.css.scss +++ b/app/assets/stylesheets/darkswarm/typography.css.scss @@ -9,7 +9,7 @@ } $headingFont: "Oswald"; -$bodyFont: "Roboto"; +$body-font: "Roboto", Arial, sans-serif; body { @include bodyFont; @@ -43,7 +43,7 @@ small, .small { .text-small { font-size: 0.875rem; margin-bottom: 0.5rem; - font-family: $bodyFont; + font-family: $body-font; &, & * { font-size: 0.875rem; @@ -52,12 +52,12 @@ small, .small { .text-normal { font-weight: 400; - font-family: $bodyFont; + font-family: $body-font; } .text-skinny { font-weight: 300; - font-family: $bodyFont; + font-family: $body-font; } .word-wrap { diff --git a/app/assets/stylesheets/darkswarm/ui.css.scss b/app/assets/stylesheets/darkswarm/ui.css.scss index 529fb6e48b..6dc4d95d3b 100644 --- a/app/assets/stylesheets/darkswarm/ui.css.scss +++ b/app/assets/stylesheets/darkswarm/ui.css.scss @@ -10,7 +10,7 @@ @include border-radius(0.5em); - font-family: $bodyFont; + font-family: $body-font; background-color: transparent; border: 2px solid rgba(200, 200, 200, 1); color: #999; @@ -63,7 +63,7 @@ } .button.primary, button.primary { - font-family: $bodyFont; + font-family: $body-font; background: $clr-brick; color: white; }