This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push:
new 621d02e64 Removed downloading external resources
621d02e64 is described below
commit 621d02e64fa185d54e1db4c79a2695f8d4aa99bf
Author: Jongyoul Lee <[email protected]>
AuthorDate: Tue Apr 8 00:10:54 2025 +0900
Removed downloading external resources
---
assets/fonts/PatuaOne-Regular.ttf | Bin 0 -> 33876 bytes
assets/themes/zeppelin/css/style.css | 18 ++++++++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/assets/fonts/PatuaOne-Regular.ttf
b/assets/fonts/PatuaOne-Regular.ttf
new file mode 100644
index 000000000..60fcc2d07
Binary files /dev/null and b/assets/fonts/PatuaOne-Regular.ttf differ
diff --git a/assets/themes/zeppelin/css/style.css
b/assets/themes/zeppelin/css/style.css
index 2e985b7b1..37f691f05 100644
--- a/assets/themes/zeppelin/css/style.css
+++ b/assets/themes/zeppelin/css/style.css
@@ -1,7 +1,17 @@
/* Move down content because we have a fixed navbar that is 50px tall */
-@import url(//fonts.googleapis.com/css?family=Patua+One);
-@import url(//fonts.googleapis.com/css?family=Open+Sans);
-@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
+/*@import url(//fonts.googleapis.com/css?family=Patua+One);*/
+/*@import url(//fonts.googleapis.com/css?family=Open+Sans);*/
+/*@import url(//fonts.googleapis.com/css?family=Raleway:300,400);*/
+
+@font-face {
+ font-family: 'Patua One';
+ src: url('assets/fonts/PatuaOne-Regular.ttf') format('truetype');
+}
+
+/*@font-face {*/
+/* font-family: 'Open Sans';*/
+/* src: url('assets/fonts/OpenSans-Regular.ttf') format('truetype');*/
+/*}*/
body {
padding-top: 50px;
@@ -1649,4 +1659,4 @@ and (max-width: 631px) {
color: #FFF;
text-decoration: none;
background-color: #0479A2;
-}
\ No newline at end of file
+}