From a464540a9c68a57b4bb38b2ee29ba84d67689efa Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 08:37:44 -0400 Subject: [PATCH] fixing fonts --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ab79d0c..3f0ce30 100644 --- a/style.css +++ b/style.css @@ -45,9 +45,9 @@ } * { - /* Hmmmm... how can I make these a webfont */ - font-family: "MS Sans Serif", Arial; - font-size: 11px; + font-family: Arial; + font-size: 12px; + letter-spacing: -0.03ch; -webkit-font-smoothing: none; color: #222222; }