From 86c6984e1d4adc08a446c76e007e1876ffc51944 Mon Sep 17 00:00:00 2001 From: Oscar Plaisant <76111415+OsKaR31415@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:48:39 +0200 Subject: [PATCH] added default font --- src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.css b/src/style.css index e69de29..ca4845a 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,6 @@ + +body { + font-family: "Open Sans", sans-serif; + font-size: 16px; +} +