From 625e3ce265e17df9315231e82e9a346aba400b14 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 15 Dec 2020 12:24:43 -0800 Subject: [PATCH] fix(ui): Remove unused Heebo files. Fixes #4730 (#4739) Signed-off-by: Alex Collins --- ui/src/app/assets/styles/heebo.css | 18 ------------------ ui/src/app/index.html | 1 - .../components/workflow-dag/workflow-dag.scss | 2 +- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 ui/src/app/assets/styles/heebo.css diff --git a/ui/src/app/assets/styles/heebo.css b/ui/src/app/assets/styles/heebo.css deleted file mode 100644 index 4a5e16ae3ce0..000000000000 --- a/ui/src/app/assets/styles/heebo.css +++ /dev/null @@ -1,18 +0,0 @@ -/* hebrew */ -@font-face { - font-family: 'Heebo'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: local('Heebo'), local('Heebo-Regular'), url(../fonts/Heebo-Regular.ttf) format('ttf'); - unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F; -} -/* latin */ -@font-face { - font-family: 'Heebo'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: local('Heebo'), local('Heebo-Regular'), url(../fonts/Heebo-Regular.ttf) format('ttf'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} \ No newline at end of file diff --git a/ui/src/app/index.html b/ui/src/app/index.html index ba2c7aa92ed3..71eb50fb8248 100644 --- a/ui/src/app/index.html +++ b/ui/src/app/index.html @@ -5,7 +5,6 @@ Argo - diff --git a/ui/src/app/workflows/components/workflow-dag/workflow-dag.scss b/ui/src/app/workflows/components/workflow-dag/workflow-dag.scss index fc50339c50fb..10e2e6de5231 100644 --- a/ui/src/app/workflows/components/workflow-dag/workflow-dag.scss +++ b/ui/src/app/workflows/components/workflow-dag/workflow-dag.scss @@ -39,7 +39,7 @@ .label { text-anchor: middle; - font-family: "Heebo", sans-serif; + font-family: sans-serif; text-rendering: optimizeLegibility; }