summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-02 17:45:35 -0400
committerryderr <r@okfoc.us>2014-10-02 17:45:35 -0400
commit6bc816859b9548306aea966fcded29d15341e8d1 (patch)
treedf8f1f20a38175f4479e971ff1286a9167583a8d
parente271f9d7c0b2cf3998d1d8921f1f830bd7bab3ef (diff)
lato in after and before
-rwxr-xr-xpublic/assets/stylesheets/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 4637643..513f875 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;