Merge branch 'gh-pages' into master

This commit is contained in:
zyphlar 2022-01-08 15:00:02 -08:00 committed by GitHub
commit a11f41d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
<link href="bootstrap.min.css" rel="stylesheet" media="screen">
<script src="bootstrap.min.js"></script>
<link href='https://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; }