From 3579773d924c2866f6a1663fc34c4d3694ac1df2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 Feb 2023 22:26:34 +0100 Subject: CSS: font changes --- src/style-5.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/style-5.css b/src/style-5.css index 78f0319..81cde7f 100644 --- a/src/style-5.css +++ b/src/style-5.css @@ -8,8 +8,10 @@ footer table { font-style: italic; width: 100%; } .hosted a, .contact a { font-weight: bold; } /* Content */ -html { margin: 1em auto; max-width: 42em; } -h1 { text-align: center; } +html { margin: 1em auto; max-width: 42em; font-family: sans-serif } +h1 { font-size: 1.8em; text-align: center; } +h2 { font-size: 1.6em; } +h3 { font-size: 1.05em; } body { margin: auto 8px 20px 8px; } a { color: #0f2899; text-decoration: none; } a:hover { text-decoration: underline; } -- cgit v1.3