Author: fschumacher
Date: Sat Mar  7 16:29:11 2015
New Revision: 1664886

URL: http://svn.apache.org/r1664886
Log:
Use yet another font for headers

Modified:
    jmeter/trunk/xdocs/css/new-style.css
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/css/new-style.css
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/css/new-style.css?rev=1664886&r1=1664885&r2=1664886&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Sat Mar  7 16:29:11 2015
@@ -27,7 +27,7 @@ img {
 }
 
 .menu, h1, h2, h3, h4, h5, .go-top, .title {
-  font-family: "Sorts Mill Goudy";
+  font-family: "Merriweather";
 }
 
 h1, h2, h3, h4, h5, .title {
@@ -208,7 +208,7 @@ figure>a>img, .screenshot>a>img {
 
 th {
   border-bottom: 1px solid black;
-  font-family: "Sorts Mill Goudy";
+  font-family: "Merriweather";
   text-align: left;
 }
 
@@ -285,11 +285,11 @@ table {
 .pagelinks li {
   display: inline-block;
   margin: 1em;
-  font-family: "Sorts Mill Goudy";
+  font-family: "Merriweather";
 }
 
 .section-index {
-  font-family: "Sorts Mill Goudy";
+  font-family: "Merriweather";
   margin:;
   list-style: none;
 }

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1664886&r1=1664885&r2=1664886&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Sat Mar  7 16:29:11 2015
@@ -51,7 +51,7 @@
         <!-- VIEWPORT -->
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <link
-          
href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400normal'
+          href='http://fonts.googleapis.com/css?family=Merriweather:400normal'
           rel='stylesheet' type='text/css'
         ></link>
         <link rel="stylesheet" type="text/css"


Reply via email to