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