소스 검색

no message

Jonathan Starck 3 년 전
부모
커밋
ed75efaf9e
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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",