From a0e3fac47e2f0afbb0346da765bf8942c5ad3984 Mon Sep 17 00:00:00 2001 From: Axel Leroy <3141536+axeleroy@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:52:20 +0100 Subject: Use the correct font file for Lato in bold (#4850) Co-authored-by: Axel Leroy Co-authored-by: maTh --- p/themes/Mapco/_fonts.scss | 2 +- p/themes/Mapco/mapco.css | 2 +- p/themes/Mapco/mapco.rtl.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/p/themes/Mapco/_fonts.scss b/p/themes/Mapco/_fonts.scss index 687525743..57c9c9bf2 100644 --- a/p/themes/Mapco/_fonts.scss +++ b/p/themes/Mapco/_fonts.scss @@ -19,7 +19,7 @@ font-style: normal; font-stretch: normal; font-weight: 700; - src: url("../fonts/LatoLatin-Regular.woff") format("woff"); + src: url("../fonts/LatoLatin-Bold.woff") format("woff"); } @font-face { diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index b7fe16011..bdf8a0434 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -17,7 +17,7 @@ font-style: normal; font-stretch: normal; font-weight: 700; - src: url("../fonts/LatoLatin-Regular.woff") format("woff"); + src: url("../fonts/LatoLatin-Bold.woff") format("woff"); } @font-face { font-family: "lato"; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 04efbb47d..a7048395d 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -17,7 +17,7 @@ font-style: normal; font-stretch: normal; font-weight: 700; - src: url("../fonts/LatoLatin-Regular.woff") format("woff"); + src: url("../fonts/LatoLatin-Bold.woff") format("woff"); } @font-face { font-family: "lato"; -- cgit v1.2.3