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 {