Fix fonts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brain 2022-12-15 20:33:56 +01:00
parent 9f57889873
commit c995024b80
Signed by: Brain
GPG Key ID: 9CF47083EE57670D

View File

@ -784,11 +784,10 @@ export default {
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-Regular.eot");
src: url("/fonts/Lato-Regular.woff") format("woff"),
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
}
body{
font-family: 'Lato' !important;
font-family: 'Lato', 'sans-serif' !important;
}
h1 {
font-size: 2rem !important;