From 25822c657722efa66947de04dace3588fef1f0ab Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 22 Dec 2023 14:18:39 +0000 Subject: [PATCH] style: use default Bootstrap font --- src/scss/app.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scss/app.scss b/src/scss/app.scss index c1b1eec..cdbbb40 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -1,7 +1,6 @@ html, body { background: #121212; color: #f5f5f5; - font-family: 'Gabarito', sans-serif; font-size: 16px; }