From c82bb8618f07fa85189e85419724cd7d9a50032d Mon Sep 17 00:00:00 2001 From: Benjamin <35699580+benj-filament@users.noreply.github.com> Date: Thu, 4 Jul 2019 18:41:47 +0200 Subject: [PATCH] modif css --- static/src/less/style.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/src/less/style.less b/static/src/less/style.less index 48cd279..1fe1301 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -41,7 +41,7 @@ /** Global ***************************/ .attendance, .attendance td, .convention, .convention td { - font-family: @typo_body; + font-family: 'Lato', sans-serif; font-weight: 300; } @@ -49,7 +49,7 @@ border-top: 1px solid #eee; padding-top: 10px; font-size: 11px; - font-family: @typo_1; + font-family: 'Lekton', sans-serif; text-align: center; color: #333; } @@ -60,13 +60,13 @@ .attendance h1 { color: @color2; font-size: 26px; - font-family: @typo_1; + font-family: 'Lekton', sans-serif; text-transform: uppercase; } .attendance h2 { color: @color1; font-size: 22px; - font-family: @typo_1; + font-family: 'Lekton', sans-serif; } /*************************** @@ -77,13 +77,13 @@ color: #fff; padding: 5px 0; font-size: 26px; - font-family: @typo_1; + font-family: 'Lekton', sans-serif; text-transform: uppercase; } .convention h2 { color: @color1; font-size: 22px; - font-family: @typo_1; + font-family: 'Lekton', sans-serif; text-transform: uppercase; } .convention h3 { -- GitLab