Updating font

This commit is contained in:
Will Bradley 2016-05-16 18:46:37 -07:00
parent 399f327c7c
commit 08cdfa4d43

View File

@ -12,7 +12,7 @@
<link href="bootstrap.min.css" rel="stylesheet" media="screen"> <link href="bootstrap.min.css" rel="stylesheet" media="screen">
<script src="bootstrap.min.js"></script> <script src="bootstrap.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css' /> <link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css' />
<script> <script>
@ -174,7 +174,7 @@
box-shadow: 0 0 50px #333; box-shadow: 0 0 50px #333;
} }
body { overflow-y: scroll;} body { overflow-y: scroll;}
body, input, textarea { font-family: 'Titillium Web'; } body, input, textarea { font: 'normal normal normal 15px/1.4em raleway,sans-serif'; }
h1 { font-size: 1.75em; color: #532f90; } h1 { font-size: 1.75em; color: #532f90; }
h2 { font-size: 1.6em; } h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; } h3 { font-size: 1.5em; }