From 2357caf59826b85b44c32045e8d5729019474f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 3 Nov 2015 09:20:09 +0100 Subject: [PATCH] styling simplified --- resources/public/index.html | 2 +- resources/public/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index b7b78c6..34fceb0 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -15,7 +15,7 @@ New Note
-
+

Changelog

  • 2015-10: NoteHub rewritten in Node.js.
  • diff --git a/resources/public/style.css b/resources/public/style.css index 2b3883a..11deb0e 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -105,8 +105,8 @@ footer a { } h1, h2, h3, h4, h5, h6 { - font-family: "ArialRoundedMTBold", Palatino, "Palatino Linotype", serif; - font-weight: bolder; + font-family: sans-serif; + font-weight: 400; } h1 {