update from sparkleup
This commit is contained in:
parent
40159804f7
commit
e98b19fe57
BIN
.style.css.swp
BIN
.style.css.swp
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue