Author: brane
Date: Thu Sep 25 09:54:51 2025
New Revision: 1928754
Log:
Override site fonts and styles. Just a little bit.
Added:
serf/site/publish/css/serf.css (contents, props changed)
Modified:
serf/site/publish/download.html
serf/site/publish/includes/header.html
Added: serf/site/publish/css/serf.css
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ serf/site/publish/css/serf.css Thu Sep 25 09:54:51 2025
(r1928754)
@@ -0,0 +1,33 @@
+@import url('https://apr.apache.org/fonts/Montserrat.css');
+@import url('https://apr.apache.org/fonts/Open_Sans.css');
+/* @import url('https://apr.apache.org/fonts/IBM_Plex_Mono.css'); */
+
+body {
+ font-family: "Open Sans", sans-serif
+}
+
+code, kbd, pre, samp {
+ /* font-family: "IBM Plex Mono", monospace; */
+ font-size: 95%;
+}
+h1, h2, h3, h4, h5, h6, th {
+ font-family: "Montserrat", sans-serif;
+}
+h1, h2, th {
+ font-weight: bold;
+}
+h3, h4, h5, h6 {
+ font-weight: 300;
+}
+
+.navbar {
+ font-family: "Montserrat", sans-serif;
+ font-weight: normal;
+}
+.navbar .navbar-brand,
+.navbar .active {
+ font-weight: bold;
+}
+.navbar .dropdown-menu {
+ font-weight: 300;
+}
Modified: serf/site/publish/download.html
==============================================================================
--- serf/site/publish/download.html Thu Sep 25 09:02:51 2025
(r1928753)
+++ serf/site/publish/download.html Thu Sep 25 09:54:51 2025
(r1928754)
@@ -61,6 +61,8 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
+ <h2>Apache Serf Sources</h2>
+
<h3>Source tarballs</h3>
<p>The latest stable release of Serf is <b>1.3.10</b>.</p>
<table class="table table-striped">
Modified: serf/site/publish/includes/header.html
==============================================================================
--- serf/site/publish/includes/header.html Thu Sep 25 09:02:51 2025
(r1928753)
+++ serf/site/publish/includes/header.html Thu Sep 25 09:54:51 2025
(r1928754)
@@ -3,6 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/serf.css" rel="stylesheet">
<style type="text/css">
html {
overflow-y: scroll;