X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.css;h=2cdb5074b3266d8469482449682696e0760bec4c;hb=5fe53dce3c1e1d3357f614b0157dc55079dff913;hp=27617dea394032a1d75daf4262ccc81e8dda837a;hpb=ab3366baf4217a6333a737350dffc53d7e61733a;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.css b/app.css index 27617de..2cdb507 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%; } @@ -139,7 +157,7 @@ body { background-color: #4285f4; } body #bighead .navbar a { color: #ffffff; } - body #bighead .navbar a:hover { + body #bighead .navbar a:hover, body #bighead .navbar a:focus { color: #ffffff; background-color: #5a95f5; } body #main-section {