some styling

This commit is contained in:
2020-12-29 20:46:19 +01:00
parent d7243f3e96
commit 80cbf9790c
7 changed files with 31 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
}
:root {
--ff: 'Jost', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
--ff: 'Jost', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--ff-alt: 'Playfair Display', serif;
--clr-light: #ffffff;
--clr-dark: #010101;
@@ -24,7 +24,7 @@ body {
background-color: var(--clr-light);
font-family: var(--ff);
font-size: 1em;
font-size: 16px;
font-weight: lighter;
color: var(--clr-dark);
-webkit-font-smoothing: antialiased;
@@ -33,6 +33,12 @@ body {
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media (min-width: 30em) {
body {
font-size: 18px;
}
}
h1,
h2,
h3,