Просмотр исходного кода

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>
Axel Leroy 3 лет назад
Родитель
Сommit
a0e3fac47e
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      p/themes/Mapco/_fonts.scss
  2. 1 1
      p/themes/Mapco/mapco.css
  3. 1 1
      p/themes/Mapco/mapco.rtl.css

+ 1 - 1
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 {

+ 1 - 1
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";

+ 1 - 1
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";