This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new 3fe6bd52ba [CALCITE-6843] Self-host Lato font on website due to ASF's
content security policy
3fe6bd52ba is described below
commit 3fe6bd52ba995d8b0589efe70e6fe425701c7064
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Feb 17 14:29:00 2025 +1100
[CALCITE-6843] Self-host Lato font on website due to ASF's content security
policy
---
site/_includes/top.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/site/_includes/top.html b/site/_includes/top.html
index ebca5d6e38..6111aaeeaa 100644
--- a/site/_includes/top.html
+++ b/site/_includes/top.html
@@ -5,7 +5,6 @@
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
- <link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="{{ site.baseurl }}/css/screen.css">
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
<!-- Matomo -->