You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2019/01/29 19:34:45 UTC

[sling-site] branch master updated: SLING-8175 font updates

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

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b2c5290  SLING-8175 font updates
b2c5290 is described below

commit b2c52901462a7f04b4f202c5ea998373ce6b7b63
Author: JE Bailey <ja...@sas.com>
AuthorDate: Tue Jan 29 14:34:40 2019 -0500

    SLING-8175 font updates
    
    in an attempt to present a better look across more platforms including
    android, apple mobile, linux.
---
 src/main/jbake/assets/res/css/site.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/assets/res/css/site.css b/src/main/jbake/assets/res/css/site.css
index 1406da7..e246a6b 100644
--- a/src/main/jbake/assets/res/css/site.css
+++ b/src/main/jbake/assets/res/css/site.css
@@ -1,7 +1,7 @@
 body {
     background-color: #ffffff;
     color: #3b3b3b;
-    font-family: Tahoma, Arial, sans-serif;
+    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 10pt;
     line-height: 140%
 }