diff --git a/static/src/less/style.less b/static/src/less/style.less index 6d83b7a23219591b030b6265aa5e5523ce2f8f6b..5b4c2cb7b26462f88ea853c89b3f68bbbcc6704a 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;