summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-02 18:04:07 -0400
committerryderr <r@okfoc.us>2014-10-02 18:04:07 -0400
commitfcc4e13668fb8c8a9797551e3d33132fa0156973 (patch)
treec2f0724840afbb7676890d98269a2ded10800f1b
parent6bc816859b9548306aea966fcded29d15341e8d1 (diff)
font
-rwxr-xr-xpublic/assets/stylesheets/app.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 513f875..793697c 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -4,12 +4,12 @@
margin:0;
padding:0;
outline:0;
+ font-family: 'Lato', sans-serif;
+ -webkit-font-smoothing: subpixel-antialiased;
}
*, *:before, *:after {
moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- font-family: 'Lato', sans-serif;
- -webkit-font-smoothing: subpixel-antialiased;
}
body{
overflow-x:hidden;
@@ -890,6 +890,7 @@ iframe.embed {
padding: 17px 13px;
margin-top: -16px;
font-size: 13px;
+ font-family:'Lato', sans-serif;
}
.menu span.icon-ios7-sunny-outline:hover:after {