From 95839221935e89200c75521d6ed687b5674a0075 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 12 Oct 2021 15:23:20 +0200 Subject: [PATCH] typo titre --- user/themes/epau-antimatter/css-compiled/template.css | 2 +- user/themes/epau-antimatter/scss/template/_custom.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 47a9e3f..4b8d38f 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1326,7 +1326,7 @@ button:focus { .event .callout { filter: opacity(1); } .event .callout h2 { - font-family: "Sarabun Light"; + font-family: "Sarabun"; font-weight: 100 !important; font-size: 1.8rem; line-height: 1.2; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index f4328dd..5b6a3b0 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -798,7 +798,7 @@ button:focus { .callout{ filter:opacity(1); h2 { - font-family: "Sarabun Light"; + font-family: "Sarabun"; font-weight: 100 !important; font-size:1.8rem; line-height: 1.2;