diff options
| author | 2022-11-15 18:52:20 +0100 | |
|---|---|---|
| committer | 2022-11-15 18:52:20 +0100 | |
| commit | a0e3fac47e2f0afbb0346da765bf8942c5ad3984 (patch) | |
| tree | 16d70e491174a782f34d4a9ed38b96552b465e72 | |
| parent | ce5531b39a190e435a97453291f1f8a41773aaba (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.scss | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 2 | ||||
| -rw-r--r-- | 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"; |
