From b7273a8b9e063439db28eade2545713200a028ca Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Tue, 26 Sep 2017 23:40:27 +0200 Subject: [PATCH] Removed article font, fixed h1 line height --- testpage.html | 2 +- ui/css/theme.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/testpage.html b/testpage.html index 8304598..f8b59bc 100644 --- a/testpage.html +++ b/testpage.html @@ -26,7 +26,7 @@
-

Wenera's OSD

+

A Day at the Office with Jessica

Ilyna was sitting alone in her room. She did not like leaving Li alone with the screen all day, but options were sorely lacking at this time. At least she had watched the vid with her while waiting for news from the hospital back at Nos Astra.

She visited Renala shortly after speaking with Jason, and asked her for help with restricting what media the child could access. Renala had vehemently disagreed, of course, and one excuse after the other followed when Ilyna tried invoking what authority she had.

diff --git a/ui/css/theme.css b/ui/css/theme.css index c00e7f3..154c73e 100644 --- a/ui/css/theme.css +++ b/ui/css/theme.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } nav, main { @@ -8,7 +8,6 @@ nav, main { article { color: #abc; - font-family: 'SeanSansNarrowMedium'; text-align: justify; font-size: 1.1em; } @@ -30,6 +29,7 @@ article { article h1 { color: #4bf; + line-height: 1.125em; } article h1, article h2 { @@ -51,6 +51,8 @@ article { border-spacing: 0px; margin-top: 0.75em; + font-family: 'SeanSansNarrowMedium'; + color: #789; }