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

liujun pushed a commit to branch mkdocs
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git

commit 3d3b396032dff71467d7331e505d359d78c3a7b4
Author: ken.lj <[email protected]>
AuthorDate: Thu Oct 15 13:38:27 2020 +0800

    remove fonts block
---
 overrides/main.html | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/overrides/main.html b/overrides/main.html
index aed69ca..e108f82 100755
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -3,13 +3,13 @@
 -#}
 {% extends "base.html" %}
 
-{% block fonts %}
-  {% if font != false %}
-  <link href="https://fonts.gstatic.com"; rel="preconnect" crossorigin>
-  <link rel="stylesheet" href="https://fonts.loli.net/css?family={{
-              'Roboto' | replace(' ', '+') + ':300,400,400i,700%7C' +
-              'Roboto Mono' | replace(' ', '+')
-            }}&display=fallback">
-  
<style>body,input{font-family:"Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto
 Mono",SFMono-Regular,Consolas,Menlo,monospace}</style>
-  {% endif %}
-{% endblock %}
+<!--{% block fonts %}-->
+<!--  {% if font != false %}-->
+<!--  <link href="https://fonts.gstatic.com"; rel="preconnect" crossorigin>-->
+<!--  <link rel="stylesheet" href="https://fonts.loli.net/css?family={{-->
+<!--              'Roboto' | replace(' ', '+') + ':300,400,400i,700%7C' +-->
+<!--              'Roboto Mono' | replace(' ', '+')-->
+<!--            }}&display=fallback">-->
+<!--  
<style>body,input{font-family:"Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto
 Mono",SFMono-Regular,Consolas,Menlo,monospace}</style>-->
+<!--  {% endif %}-->
+<!--{% endblock %}-->

Reply via email to