diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 5 |
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 { |
