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

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 72aa04da some more font quick fixes
72aa04da is described below

commit 72aa04dab87f816318daacd4b07f3405f01253df
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Mar 20 08:59:20 2025 -0700

    some more font quick fixes
---
 _includes/sass/royale-theme-topbar.sass | 2 +-
 _includes/sass/sidebar.sass             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/sass/royale-theme-topbar.sass 
b/_includes/sass/royale-theme-topbar.sass
index 9a9d3b8a..243a78f5 100644
--- a/_includes/sass/royale-theme-topbar.sass
+++ b/_includes/sass/royale-theme-topbar.sass
@@ -117,7 +117,7 @@
     line-height: 1em
     
   .topMenu > li > a
-    font-family: "Source Sans Pro"
+    font-family: "Source Sans Pro", sans-serif
     color: #4393c3 !important
     font-size: 16px
     line-height: 28px
diff --git a/_includes/sass/sidebar.sass b/_includes/sass/sidebar.sass
index 3ce68081..16345ad6 100644
--- a/_includes/sass/sidebar.sass
+++ b/_includes/sass/sidebar.sass
@@ -41,7 +41,7 @@
     stroke: #fff
 
 .toc
-    font-family: 'Source Sans Pro'
+    font-family: 'Source Sans Pro', sans-serif
     display: flex
     flex-direction: column
     margin-top: 80px

Reply via email to