diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 12:55:07 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 08:45:57 +0000 |
commit | 86e38330d31d0f6da79bed8fd06802215793fa18 (patch) | |
tree | ab86e18adb69989b3382a1e836f25fa8d7c6ad29 /docs/mesa.css | |
parent | 755c118a4f0db16763b79d3afb0f36a28f9ea490 (diff) |
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 4 |
1 files 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; } |