aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.css
diff options
context:
space:
mode:
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