X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.css;h=b514059be2f3a8c8d343f168f5895c8bf33262df;hb=46fd4f4da18ed505264181cfa8f6a776abef9e2f;hp=9b2453a3b62222b8314c842c3a932a0d804181b8;hpb=56c69e0d6bd7265afec6cd66a4875ebf6357ea7d;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.css b/app.css index 9b2453a..b514059 100644 --- a/app.css +++ b/app.css @@ -1,3 +1,21 @@ +/* raleway-regular - latin */ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local("Raleway"), local("Raleway-Regular"), url("./webfonts/raleway/raleway-v14-latin-regular.woff2") format("woff2"), url("./webfonts/raleway/raleway-v14-latin-regular.woff") format("woff"); + /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } + +/* lato-regular - latin */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local("Lato Regular"), local("Lato-Regular"), url("./webfonts/lato/lato-v16-latin-regular.woff2") format("woff2"), url("./webfonts/lato/lato-v16-latin-regular.woff") format("woff"); + /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } + html { height: 100%; } @@ -212,6 +230,10 @@ body { color: #676767; font-size: 0.85rem; transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; } + body .no-footer #main-section { + margin-bottom: 0; } + body .no-footer .footer { + display: none; } body .search-bar { position: relative; display: inline-block; }