From eaf8a44faffdf7ce4d2a1d17475da61bb1513ca3 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Wed, 18 May 2022 00:18:02 -0500 Subject: [PATCH] Changed font size and family --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2479ff8..8d66f44 100644 --- a/style.css +++ b/style.css @@ -4,13 +4,15 @@ margin: auto; padding-top: 4rem; background-color: beige; + font-size: 18px; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } .display { background: linear-gradient(to bottom right, #0c024d, #0dbcc5); background-attachment: fixed; color: white; - font-size: 1.2rem; + font-size: 1.3rem; padding: 2rem; border-radius: 12px; } \ No newline at end of file