X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstyle.scss;h=91d74e2a800ea516ca9039b8ebaa24ae148edd63;hb=f5ee5c4f340df1843e82b54e8a8835981aef6aa0;hp=1482fa603898dab570a9e9218fd6e2609a391766;hpb=7ebb570a4a158743200d0f5e53ab44ee823516f0;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 1482fa6..91d74e2 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -1,16 +1,24 @@ -* { - margin: 15px; - padding: 0px; -} +@font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); } body { - font-size: 18px; - text-shadow: 2px 2px 2px #DDD; - text-align: center; - line-height: 15px; - color: #5b5b5b; - background-color: #ededed; - margin: 0px; + font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; + text-shadow: 2px 2px 2px #DDD; + text-align: center; + color: #5b5b5b; + background-color: #ededed; +} + +h1 { + font-size: 25px; + margin: 20px; +} + +p { + font-size: 18px; + margin: 12px; } img {