浏览代码

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",
             position: "top_center",
             config: {
             config: {
                 carouselId: "1",
                 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",
                 width: "600px",
                 height: "200px",
                 height: "200px",
                 backgroundColor: "#000",
                 backgroundColor: "#000",