diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-12 21:45:37 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-12 21:45:37 -0800 |
commit | ab76270ca917e62427461a7a7a2bf534ff78009d (patch) | |
tree | 7870e3634173a7837b3f082b46399eaba8abd28f /app.css | |
parent | 2e7bedd13e0ce409e5bfa45095a9154463257870 (diff) | |
download | homer-ab76270ca917e62427461a7a7a2bf534ff78009d.tar.gz homer-ab76270ca917e62427461a7a7a2bf534ff78009d.tar.zst homer-ab76270ca917e62427461a7a7a2bf534ff78009d.zip |
Adding full off network support.
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 | |||
1 | html { | 19 | html { |
2 | height: 100%; } | 20 | height: 100%; } |
3 | 21 | ||