X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Fstatic%2Fstyle.css;h=45f5f2f64d275c55c1f4ee453246a002ff012b56;hp=0297c69da35f1077891e3290452890f0593d0372;hb=e10712648ca2310ea41dd5f73e4f6cef82af7f9c;hpb=ee48054a52b97e1d8bce3865b74462fd5c8a30d8 diff --git a/backend/static/style.css b/backend/static/style.css index 0297c69..45f5f2f 100644 --- a/backend/static/style.css +++ b/backend/static/style.css @@ -1,3 +1,7 @@ +@font-face{font-family: Roobert; font-weight:400; src:url(Roobert-Regular.woff2) format("woff2"); } +@font-face{font-family:Roobert; font-weight:600; src:url(Roobert-SemiBold.woff2) format("woff2"); } +@font-face{font-family:Roobert; font-weight:700; src:url(Roobert-Bold.woff2) format("woff2"); } + * { margin: 50px; padding: 0px; @@ -5,15 +9,15 @@ body { font-size: 18px; - text-shadow: 2px 2px 2px #DDD; + font-family: Roobert, Helvetica Neue, Helvetica, Arial, sans-serif; + text-shadow: 2px 2px 2px rgb(0, 0, 0); text-align: center; line-height: 18px; - color: #5b5b5b; - background-color: #ededed; + color: rgb(255, 255, 255); + background-color: rgb(24, 24, 27); margin: 0px; } img { border: 0px; -} - +} \ No newline at end of file