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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b2aba61a7 Update unicode-range in Rubik.css (#1130)
8b2aba61a7 is described below

commit 8b2aba61a7fd2f1c6f066376b2270474fb6b1ba0
Author: Yeonguk <[email protected]>
AuthorDate: Wed Feb 19 01:10:26 2025 +0900

    Update unicode-range in Rubik.css (#1130)
---
 landing-pages/site/static/external/css/Rubik.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-pages/site/static/external/css/Rubik.css 
b/landing-pages/site/static/external/css/Rubik.css
index bd93df977c..f835ffb11c 100644
--- a/landing-pages/site/static/external/css/Rubik.css
+++ b/landing-pages/site/static/external/css/Rubik.css
@@ -50,5 +50,5 @@
   font-weight: 500;
   font-display: swap;
   src: url(/external/fonts/Rubik-normal.woff2) format('woff2');
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, 
U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, 
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, 
U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, 
U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00AE;
 }

Reply via email to