aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.css
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 21:45:37 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 21:45:37 -0800
commitab76270ca917e62427461a7a7a2bf534ff78009d (patch)
tree7870e3634173a7837b3f082b46399eaba8abd28f /app.css
parent2e7bedd13e0ce409e5bfa45095a9154463257870 (diff)
downloadhomer-ab76270ca917e62427461a7a7a2bf534ff78009d.tar.gz
homer-ab76270ca917e62427461a7a7a2bf534ff78009d.tar.zst
homer-ab76270ca917e62427461a7a7a2bf534ff78009d.zip
Adding full off network support.
Diffstat (limited to 'app.css')
-rw-r--r--app.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/app.css b/app.css
index 27617de..c53f3ce 100644
--- a/app.css
+++ b/app.css
@@ -1,3 +1,21 @@
1/* raleway-regular - latin */
2@font-face {
3 font-family: 'Raleway';
4 font-style: normal;
5 font-weight: 400;
6 font-display: swap;
7 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");
8 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
9
10/* lato-regular - latin */
11@font-face {
12 font-family: 'Lato';
13 font-style: normal;
14 font-weight: 400;
15 font-display: swap;
16 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");
17 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
18
1html { 19html {
2 height: 100%; } 20 height: 100%; }
3 21