commit 8471de3514f99297c60956f8b06239c9144a57f7 parent 9ecf2a1514ac6a11ed35ce3a701ca92a9c806156 Author: Charles Baptista <charles@charlesbaptista.com> Date: Thu, 25 Jun 2020 22:26:41 -0400 Styled with sans-serif Diffstat:
M | style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -1,3 +1,7 @@ +html { + font-family: Helvetica, sans-serif; +} + header { height: 5em; padding: 0.5em 1em 0 1em;