Skip to content

Commit

Permalink
Merge pull request #7329 from gcomstock/icon-update
Browse files Browse the repository at this point in the history
chore(design): update icomoon font file for functions support
  • Loading branch information
gcomstock authored Aug 15, 2019
2 parents c39bf0b + 2663527 commit e09c264
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 137 deletions.
22 changes: 18 additions & 4 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.
72 changes: 57 additions & 15 deletions app/fonts/spinnaker/icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.woff2?8iopm1') format('woff2'), url('fonts/icomoon.ttf?8iopm1') format('truetype'),
url('fonts/icomoon.woff?8iopm1') format('woff'), url('fonts/icomoon.svg?8iopm1#icomoon') format('svg');
src: url('fonts/icomoon.woff2?n4q8a5') format('woff2'), url('fonts/icomoon.ttf?n4q8a5') format('truetype'),
url('fonts/icomoon.woff?n4q8a5') format('woff'), url('fonts/icomoon.svg?n4q8a5#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -22,18 +22,66 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-maps-mark:before {
content: '\e90d';
}
.icon-menu-kebab:before {
content: '\e900';
}
.icon-load-balancer:before {
content: '\e901';
}
.icon-arrow-toggle-all:before {
content: '\e928';
}
.icon-arrow-expanded:before {
content: '\e929';
}
.icon-arrow-collapsed:before {
content: '\e92a';
}
.icon-md-actuation-launched:before {
content: '\e92b';
}
.icon-md-delta-resolved:before {
content: '\e92c';
}
.icon-md-delta-detected:before {
content: '\e92d';
}
.icon-md-missing-resource:before {
content: '\e92e';
}
.icon-close:before {
content: '\e927';
}
.icon-app-window:before {
content: '\e924';
}
.icon-warn-diamond:before {
content: '\e920';
}
.icon-search:before {
content: '\e921';
}
.icon-new-function:before {
content: '\e922';
}
.icon-lambda:before {
content: '\e923';
}
.icon-menu:before {
content: '\e925';
}
.icon-menu-close:before {
content: '\e926';
}
.icon-network-good:before {
content: '\e914';
}
.icon-network-bad:before {
content: '\e91f';
}
.icon-arrow-button-right:before {
content: '\e900';
}
.icon-arrow-button-down:before {
content: '\e901';
}
.icon-cloud-remove:before {
content: '\e90f';
}
Expand All @@ -43,12 +91,6 @@
.icon-cloud-check:before {
content: '\e90c';
}
.icon-arrow-down-1:before {
content: '\e90d';
}
.icon-arrow-up-1:before {
content: '\e90e';
}
.icon-button-refresh-arrows:before {
content: '\e903';
}
Expand Down Expand Up @@ -92,7 +134,7 @@
content: '\e917';
}
.icon-calendar-warning:before {
content: '\e902';
content: '\1f5f6';
}
.icon-explore-data:before {
content: '\e91b';
Expand Down
Loading

0 comments on commit e09c264

Please sign in to comment.