Author: brane
Date: Thu Sep 25 19:29:52 2025
New Revision: 1928766

Log:
Fix font weights, titles and headings.

Modified:
   serf/site/publish/contribute.html
   serf/site/publish/css/serf.css
   serf/site/publish/download.html

Modified: serf/site/publish/contribute.html
==============================================================================
--- serf/site/publish/contribute.html   Thu Sep 25 18:45:02 2025        
(r1928765)
+++ serf/site/publish/contribute.html   Thu Sep 25 19:29:52 2025        
(r1928766)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <title>Contribute - Apache Serf</title>
+  <title>Contribute &ndash; Apache Serf</title>
   <!--#include virtual="/includes/header.html" -->
 </head>
 <body>
@@ -62,7 +62,7 @@
     <div class="row">
       <div class="col-lg-12">
 
-        <h2 id="mailing-lists">Mailing lists</h2>
+        <h2 id="mailing-lists">Mailing Lists</h2>
 
         <h3>Developer Mailing List</h3>
         <p>

Modified: serf/site/publish/css/serf.css
==============================================================================
--- serf/site/publish/css/serf.css      Thu Sep 25 18:45:02 2025        
(r1928765)
+++ serf/site/publish/css/serf.css      Thu Sep 25 19:29:52 2025        
(r1928766)
@@ -3,7 +3,8 @@
 /* @import url('https://apr.apache.org/fonts/IBM_Plex_Mono.css'); */
 
 body {
-  font-family: "Open Sans", sans-serif
+  font-family: "Open Sans", sans-serif;
+  font-weight: normal;
 }
 
 code, kbd, pre, samp {
@@ -14,7 +15,7 @@ h1, h2, h3, h4, h5, h6, th {
   font-family: "Montserrat", sans-serif;
 }
 h1, h2, th {
-  font-weight: bold;
+  font-weight: 600;
 }
 h3, h4, h5, h6 {
   font-weight: 300;
@@ -22,12 +23,12 @@ h3, h4, h5, h6 {
 
 .navbar {
   font-family: "Montserrat", sans-serif;
-  font-weight: normal;
+  font-weight: 500;
 }
 .navbar .navbar-brand,
 .navbar .active {
-  font-weight: bold;
+  font-weight: 600;
 }
-.navbar .dropdown-menu {
+.navbar .dropdown-menu > li > a {
   font-weight: 300;
 }

Modified: serf/site/publish/download.html
==============================================================================
--- serf/site/publish/download.html     Thu Sep 25 18:45:02 2025        
(r1928765)
+++ serf/site/publish/download.html     Thu Sep 25 19:29:52 2025        
(r1928766)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <title>Download Apache Serf Sources</title>
+  <title>Download &ndash; Apache Serf</title>
   <!--#include virtual="/includes/header.html" -->
 </head>
 <body>
@@ -63,7 +63,7 @@
       <div class="col-lg-12">
         <h2>Apache Serf Sources</h2>
 
-        <h3>Source tarballs</h3>
+        <h3>Source Tarballs</h3>
         <p>The latest stable release of Serf is <b>1.3.10</b>.</p>
         <table class="table table-striped">
           <thead>
@@ -87,7 +87,7 @@
           </tbody>
         </table>
 
-        <h3>Verifying the Integrity of Downloaded Files</h3>
+        <h4>Verifying the Integrity of Downloaded Files</h4>
         <p>
           It is essential that you verify the integrity of the downloaded
           files using the PGP signatures and/or file checksums.

Reply via email to