Ver Fonte

no message

Jonathan Starck há 3 anos atrás
pai
commit
ed75efaf9e
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      config/config.js

+ 4 - 1
config/config.js

@@ -51,7 +51,10 @@ let config = {
             position: "top_center",
             config: {
                 carouselId: "1",
-                html: `<div style="text-algin="center"><h1 style="color: #FFF;">Tagesüberblick</h1></div>`,
+                html: `
+                <div style="text-align: center; font-family: "Roboto Condensed", sans-serif; font-weight: 400;">
+                    <h1 style="color: #FFF;">Tagesüberblick</h1>
+                </div>`,
                 width: "600px",
                 height: "200px",
                 backgroundColor: "#000",