diff options
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 | ||