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;