app/assets/stylesheets/_base.scss in arctic_admin-1.1.2 vs app/assets/stylesheets/_base.scss in arctic_admin-1.2.0
- old
+ new
@@ -22,14 +22,12 @@
@import "pages/index";
@import "pages/show";
@import "pages/edit";
body {
- font-family: "LatoWeb";
+ font-family: "LatoWeb", Arial, sans-serif;
background-color: $body-background;
color: $text-color;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
}
a {
color: $primary-color;
text-decoration: none;
\ No newline at end of file