This commit is contained in:
Kenneth Jannette
2025-03-08 19:41:22 -05:00
parent 4a17c8d4ab
commit 6aa0fab13b

View File

@@ -1,6 +1,11 @@
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); @import url("https://fonts.googleapis.com/css?family=Open+Sans");
html {
height: 100%;
}
body { body {
margin: 0;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
} }