From 1622b3c083ee59115c82818414723e97cde862be Mon Sep 17 00:00:00 2001 From: Darks Date: Sun, 19 Jul 2020 21:54:03 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9activation=20des=20font=E2=80=A6=20>=5F>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/global.css b/app/static/css/global.css index 2ab8d01..110da9d 100644 --- a/app/static/css/global.css +++ b/app/static/css/global.css @@ -1,9 +1,9 @@ /* Fonts */ -/* @font-face { font-family: NotoSans; src: url(../fonts/noto_sans.ttf); font-display: swap; } +@font-face { font-family: NotoSans; src: url(../fonts/noto_sans.ttf); font-display: swap; } @font-face { font-family: Twemoji; src: url(../fonts/TwitterColorEmoji.ttf); font-display: swap; } @font-face { font-family: Cantarell; font-weight: normal; src: url(../fonts/Cantarell-Regular.otf); font-display: swap; } -@font-face { font-family: Cantarell; font-weight: bold; src: url(../fonts/Cantarell-Bold.otf); font-display: swap; } */ +@font-face { font-family: Cantarell; font-weight: bold; src: url(../fonts/Cantarell-Bold.otf); font-display: swap; } /* Whole page */