From ab76270ca917e62427461a7a7a2bf534ff78009d Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 12 Jan 2020 21:45:37 -0800 Subject: Adding full off network support. --- app.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'app.css') diff --git a/app.css b/app.css index 27617de..c53f3ce 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%; } -- cgit v1.2.3