Skip to content

Commit

Permalink
chore(core/presentation): update icon font for managed delivery (#7548)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomstock authored and mergify[bot] committed Oct 22, 2019
1 parent f57c70b commit 7da89e0
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 55 deletions.
8 changes: 8 additions & 0 deletions app/fonts/spinnaker/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/fonts/spinnaker/fonts/icomoon.ttf
Binary file not shown.
Binary file modified app/fonts/spinnaker/fonts/icomoon.woff
Binary file not shown.
Binary file modified app/fonts/spinnaker/fonts/icomoon.woff2
Binary file not shown.
29 changes: 27 additions & 2 deletions app/fonts/spinnaker/icons.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.woff2?2dhlzx') format('woff2'), url('fonts/icomoon.ttf?2dhlzx') format('truetype'),
url('fonts/icomoon.woff?2dhlzx') format('woff'), url('fonts/icomoon.svg?2dhlzx#icomoon') format('svg');
src: url('fonts/icomoon.woff2?re3psd') format('woff2'), url('fonts/icomoon.ttf?re3psd') format('truetype'),
url('fonts/icomoon.woff?re3psd') format('woff'), url('fonts/icomoon.svg?re3psd#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^='icon-'],
Expand All @@ -22,6 +23,30 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-md:before {
content: '\e934';
}
.icon-md-created:before {
content: '\e935';
}
.icon-md-diff:before {
content: '\e936';
}
.icon-md-error:before {
content: '\e937';
}
.icon-md-actuating:before {
content: '\e938';
}
.icon-md-flapping:before {
content: '\e939';
}
.icon-md-paused:before {
content: '\e93a';
}
.icon-md-unknown:before {
content: '\e93b';
}
.icon-illuminated-sm:before {
content: '\e932';
}
Expand Down
Loading

0 comments on commit 7da89e0

Please sign in to comment.