From 50a12916b81ac70c56ce7c0cf2408c3773c4f8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Fri, 23 Oct 2015 20:52:10 +0200 Subject: [PATCH] font simplification --- resources/edit.html | 2 +- resources/public/index.html | 2 +- resources/public/style.css | 17 ++++++----------- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/resources/edit.html b/resources/edit.html index 37a049d..69daa43 100644 --- a/resources/edit.html +++ b/resources/edit.html @@ -14,7 +14,7 @@
-
+
diff --git a/resources/public/index.html b/resources/public/index.html index 77d8455..b7b78c6 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 7a64c74..f30e040 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -52,7 +52,7 @@ a:visited { opacity: 0.8; padding: 0.3em; border-radius: 3px; - font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif'; + font-family: sans-serif; font-weight: 300; border: 1px solid #333; } @@ -73,7 +73,7 @@ textarea, fieldset { background: #0a6; font-size: 1.5em; text-decoration: none; - font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif'; + font-family: sans-serif; font-weight: 300; } @@ -91,17 +91,12 @@ textarea, fieldset { background: #eee; } -.helvetica { - font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif'; - font-weight: 300; -} - footer { text-align: center; padding-bottom: 1em; font-size: 0.8em; width: 100%; - font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif'; + font-family: sans-serif; font-weight: 300; } @@ -110,7 +105,7 @@ footer a { } h1, h2, h3, h4, h5, h6 { - font-family: "ArialRoundedMTBold", sans-serif; + font-family: Palatino, "Palatino Linotype", serif; font-weight: bolder; } @@ -144,7 +139,7 @@ h6 { #hero h2 { margin: 2em; - font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif; + font-family: sans-serif; font-weight: 300; } @@ -180,7 +175,7 @@ article > h1:first-child { } blockquote { - font-family: Georgia, serif; + font-family: Georgia, Palatino, "Palatino Linotype", serif; padding-left: 1em; border-left: 4px solid #097; }