From 6c96a35b74a8716838820a73958e7e2cb5ef8fc9 Mon Sep 17 00:00:00 2001 From: Benjamin <35699580+benj-filament@users.noreply.github.com> Date: Thu, 4 Jul 2019 19:04:06 +0200 Subject: [PATCH] modif css --- static/src/less/style.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/src/less/style.less b/static/src/less/style.less index 6d83b7a..5b4c2cb 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -35,8 +35,8 @@ /*************************** /** Variables ***************************/ -@typo_body: 'Lato',sans-serif !important; -@typo_1: 'Lekton', sans-serif !important; +@typo_body: 'Lato',sans-serif; +@typo_1: 'Lekton', sans-serif; @color1: #1C2F82; @color2: rgb(0, 180, 149); @@ -45,6 +45,10 @@ /*************************** /** Global ***************************/ +body, table, td, span, div { + font-family: inherit; +} + .attendance, .attendance td, .convention, .convention td { font-family: @typo_body; font-weight: 300; -- GitLab