Cleaned up fonts

This commit is contained in:
Hal Gatewood 2016-06-28 00:59:52 -05:00 committed by GitHub
parent 6b82744a19
commit 3cd31f2a6a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if( !$title ) { $title = cleanTitle(basename(dirname(__FILE__))); }
<head>
<title><?php echo $title; ?></title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato:700,400,300,300italic,700italic" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:400" rel="stylesheet" type="text/css" />
<style>
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body { font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; background: #f5f5f5; text-align: center;}