update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-09 00:05:04 -07:00
parent 40159804f7
commit e98b19fe57
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -83,10 +83,12 @@ code {
}
/* Maddy Extensions */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Lato&display=swap');
main {
max-width: 960px;
margin: 0 auto;
color: #222222;
font-family: 'Gentium Basic', serif;
}
header {
@ -98,3 +100,7 @@ footer {
font-size: 8pt;
color: #888888;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lato", sans-serif;
}