This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 40ec04f  use local stylesheets/fonts
40ec04f is described below

commit 40ec04fcaaa08a8f4ca87ca050cff9b0e791dee4
Author: Adam Monsen <hair...@gmail.com>
AuthorDate: Thu Aug 7 14:02:32 2025 -0700

    use local stylesheets/fonts
    
    similar to what @AryanVBW did in caf5147a76c349d701220107556f9ec6ae447432
---
 docs/current/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/current/index.html b/docs/current/index.html
index 5b0b087..2613114 100644
--- a/docs/current/index.html
+++ b/docs/current/index.html
@@ -6,7 +6,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="generator" content="Asciidoctor 2.0.10">
 <title>Fineract Platform Documentation</title>
-<link rel="stylesheet" 
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";>
+<link rel="stylesheet" href="../../css/stylesheet.css">
 <style>
 /* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
 /* Uncomment @import statement to use as custom stylesheet */
@@ -435,7 +435,7 @@ body.book #toc,body.book #preamble,body.book 
h1.sect0,body.book .sect1>h2{page-b
 #footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
 @media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
 </style>
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";>
+<link rel="stylesheet" href="../../css/font-awesome.min.css">
 </head>
 <body class="book toc2 toc-left">
 <div id="header">

Reply via email to