From 64d2b58d40209abf7dadd06821a70221592ffb65 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 19 2019 20:43:10 +0000 Subject: Use DejaVu Sans as first font-family on body - DejaVu Sans is the same font the wiki.centos.org uses. So, to be consistent we use it here too. --- diff --git a/indexhtml/common/css/styles.css b/indexhtml/common/css/styles.css index a0b3e64..8b02d16 100644 --- a/indexhtml/common/css/styles.css +++ b/indexhtml/common/css/styles.css @@ -9,7 +9,7 @@ body { font-size: medium; line-height: 1.5em; color: #333; - font-family: sans-serif; + font-family: "DejaVu Sans", "Liberation Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif; } /* @@ -17,7 +17,7 @@ body { ==========================*/ /* Typography */ -h1, h2, h3, h4, h5, h6 { color: #333; font-family: Overpass, "Liberation Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif; } +h1, h2, h3, h4, h5, h6 { color: #333; font-family: Overpass, "DejaVu Sans", "Liberation Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif; } h1 { font-size: 200%; padding: 0; margin-bottom: 20px; } h2, h3, h4, h5 { font-size: 100%; padding: 0; margin-bottom: 10px; } h2 { font-size: 145%; } @@ -79,7 +79,7 @@ a:hover, a:visited { color: #03c; } .v3-banner .banner-title, .v3-banner .banner-tagline { font-weight: bold; - font-family: Overpass, "Liberation Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif; + font-family: Overpass, "DejaVu Sans", "Liberation Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif; } .header-graphic .banner-title {