fix the fonts in the welcome page

This commit is contained in:
Ben Fry
2022-07-31 17:38:52 -04:00
parent 57823895ae
commit bb1313a67c
2 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
body {
padding-left: 20px;
padding-right: 20px;
font-family: "Processing Sans Pro", sans-serif;
font-family: "Processing Sans", sans-serif;
}
h1 {
margin-bottom: 0;
/* can't get the Semibold to work properly */
font-family: "Processing Sans Pro", sans-serif;
font-family: "Processing Sans", sans-serif;
font-size: 18px;
font-weight: normal;
}