couple of CSS fixes

main
Robert Pearce 2020-09-22 22:00:27 -04:00
parent eb85b25e87
commit 9678c3eaa8
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
1 changed files with 4 additions and 4 deletions

View File

@ -27,18 +27,18 @@ article p {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 4.0rem;
}
article small,
article p {
font-family: Tahoma, Arial, sans-serif;
}
article h1 {
font-size: 4.0rem;
}
article small {
font-size: 1.6rem;
font-style: italic;
}
article p {
font-family: Tahoma, Arial, sans-serif;
font-size: 1.8rem;
}