Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): Remove unused Heebo files. Fixes #4730 #4739

Merged
merged 1 commit into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions ui/src/app/assets/styles/heebo.css

This file was deleted.

1 change: 0 additions & 1 deletion ui/src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="UTF-8">
<title>Argo</title>
<base href="/">
<link href="assets/styles/heebo.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="icon" type="image/png" href="assets/favicon/favicon-32x32.png" sizes="32x32">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

.label {
text-anchor: middle;
font-family: "Heebo", sans-serif;
font-family: sans-serif;
text-rendering: optimizeLegibility;
}

Expand Down