From 86e38330d31d0f6da79bed8fd06802215793fa18 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 12:55:07 +0200 Subject: [PATCH] docs: avoid repeating the font The font attribute is inherited in CSS, so there's no point in repeating this. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/mesa.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mesa.css b/docs/mesa.css index 5fa7bc34d77..a55833ce076 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -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; } -- 2.30.2