From afeffe8c7193f2242f74c9d4e90c73697cf3571e Mon Sep 17 00:00:00 2001 From: Nedim Uka Date: Thu, 11 Jul 2019 14:33:59 +0200 Subject: [PATCH] Added roboto font --- app/public/main.css | 1 + app/views/layout.ejs | 43 ++++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/app/public/main.css b/app/public/main.css index 452997e..b936827 100644 --- a/app/public/main.css +++ b/app/public/main.css @@ -38,6 +38,7 @@ body { height: 100%; margin: 0; padding: 0; + font-family: 'Tangerine', serif; } #floating-panel { diff --git a/app/views/layout.ejs b/app/views/layout.ejs index 9f44505..2dad9cc 100644 --- a/app/views/layout.ejs +++ b/app/views/layout.ejs @@ -1,22 +1,23 @@ - + - - - - - - - - - - -
- <%-body%> -
- - - - - - - + + + + + + + + + + + + +
+ <%-body%> +
+ + + + + + \ No newline at end of file