You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/11/29 07:41:06 UTC

[incubator-tuweni-website] branch main updated: remove google fonts

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

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ce3e6b7  remove google fonts
ce3e6b7 is described below

commit ce3e6b771011f98972e57aa3df3e5c3c799c2f21
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Nov 28 23:40:56 2022 -0800

    remove google fonts
---
 assets/themes/apache/css/style.css | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/assets/themes/apache/css/style.css b/assets/themes/apache/css/style.css
index 318b2a8..708b046 100644
--- a/assets/themes/apache/css/style.css
+++ b/assets/themes/apache/css/style.css
@@ -1,5 +1,4 @@
 /* Move down content because we have a fixed navbar that is 50px tall */
-@import url(//fonts.googleapis.com/css?family=Patua+One);
 
 body {
   padding-top: 50px;
@@ -298,15 +297,11 @@ a.bigFingerButton:visited {
   color: #FFF; }
 
 
-.jumbotron h1 {
-  font-family: 'Patua One', cursive; }
-
 .jumbotron small {
     font-size: 60%;
     color: #FFF;}
 
 .navbar-brand {
-    font-family: 'Patua One', cursive;
 }
 
 .navbar-brand small {
@@ -369,4 +364,4 @@ and (max-width : 1024px) {
 @font-face {
     font-family: 'Montserrat Light';
     src: url('/assets/themes/apache/fonts/Montserrat-Light.ttf') format('truetype');
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org