mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 18:53:57 -04:00
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>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user