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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b6bf7d  fix font-family for the doc
9b6bf7d is described below

commit 9b6bf7d0a2c102a1a7cea13ec70edcb40d34ba9f
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Thu Apr 22 17:28:03 2021 +0200

    fix font-family for the doc
---
 meecrowave-doc/src/main/jbake/assets/assets/css/styles.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meecrowave-doc/src/main/jbake/assets/assets/css/styles.css 
b/meecrowave-doc/src/main/jbake/assets/assets/css/styles.css
index d758f1b..2608b71 100644
--- a/meecrowave-doc/src/main/jbake/assets/assets/css/styles.css
+++ b/meecrowave-doc/src/main/jbake/assets/assets/css/styles.css
@@ -1307,21 +1307,17 @@ pre {
 }
 .icon-important:before {
     content: "\f06a";
-    font-family: "Font Awesome 5 Free";
     color: #e96065;
 }
 .icon-note:before {
     content: "\f05a";
-    font-family: "Font Awesome 5 Free";
     color: #0675c1;
 }
 .icon-tip:before {
     content: "\f059";
-    font-family: "Font Awesome 5 Free";
     color: #6ec01e;
 }
 .icon-warning:before {
     content: "\f071";
-    font-family: "Font Awesome 5 Free";
     color: #ffc300;
 }

Reply via email to