docs: avoid repeating the font
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 10:55:07 +0000 (12:55 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000 (08:45 +0000)
The font attribute is inherited in CSS, so there's no point in repeating
this.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css

index 5fa7bc34d77ec2b4c879810e1e3d253ed7b2d076..a55833ce07639f0413d4ef91077e517978c123f4 100644 (file)
@@ -6,13 +6,13 @@ body {
 }
 
 h1 {
-       font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+       font-size: 24px;
        font-weight: bold;
        color: black;
 }
 
 h2 {
-       font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
+       font-size: 18px;
        font-weight: bold;
        color: black;
 }