aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Axel Leroy <3141536+axeleroy@users.noreply.github.com> 2022-11-15 18:52:20 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-15 18:52:20 +0100
commita0e3fac47e2f0afbb0346da765bf8942c5ad3984 (patch)
tree16d70e491174a782f34d4a9ed38b96552b465e72
parentce5531b39a190e435a97453291f1f8a41773aaba (diff)
Use the correct font file for Lato in bold (#4850)
Co-authored-by: Axel Leroy <axeleroy@noreply.github.com> Co-authored-by: maTh <math-home@web.de>
-rw-r--r--p/themes/Mapco/_fonts.scss2
-rw-r--r--p/themes/Mapco/mapco.css2
-rw-r--r--p/themes/Mapco/mapco.rtl.css2
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";