mirror of
https://github.com/zyphlar/bustdd-calculator.git
synced 2024-03-08 15:27:47 +00:00
Updating font
This commit is contained in:
parent
399f327c7c
commit
08cdfa4d43
|
@ -12,7 +12,7 @@
|
|||
<link href="bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<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>
|
||||
|
||||
|
@ -174,7 +174,7 @@
|
|||
box-shadow: 0 0 50px #333;
|
||||
}
|
||||
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; }
|
||||
h2 { font-size: 1.6em; }
|
||||
h3 { font-size: 1.5em; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user