diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-14 07:16:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 07:16:00 -0800 |
commit | 250c67dc159c96aace860df8428e1ddff90853b5 (patch) | |
tree | 381aca59770e576877719b661770860ef57d2576 /app.css | |
parent | 56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (diff) | |
parent | 45b49b30cf300e1c76501c808a63caa1aa501294 (diff) | |
download | homer-250c67dc159c96aace860df8428e1ddff90853b5.tar.gz homer-250c67dc159c96aace860df8428e1ddff90853b5.tar.zst homer-250c67dc159c96aace860df8428e1ddff90853b5.zip |
Merge pull request #11 from bastienwirtz/everything-offline
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 | ||