From a620af696becaafe22967cb781471f32d7b9bf8b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 7 May 2021 18:21:25 +0200 Subject: Fix the front face --- app/base.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/base.styl') diff --git a/app/base.styl b/app/base.styl index a633bbb..c44f477 100644 --- a/app/base.styl +++ b/app/base.styl @@ -16,7 +16,7 @@ secondaryColor = #DB0A16 } body { - font-family: "PT Sans" + font-family: "PT Sans", sans-serif max-width: 1024px min-width: 375px margin: 0 auto !important -- cgit v1.2.3