feat(assets): update bpmn-font

This commit is contained in:
Nico Rehwaldt 2015-08-12 09:50:20 +02:00
parent 5b0029a8fd
commit 8e4d58b5ce
6 changed files with 18 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.eot?88388489');
src: url('../font/bpmn.eot?88388489#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?88388489') format('woff'),
url('../font/bpmn.ttf?88388489') format('truetype'),
url('../font/bpmn.svg?88388489#bpmn') format('svg');
src: url('../font/bpmn.eot?51608828');
src: url('../font/bpmn.eot?51608828#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?51608828') format('woff'),
url('../font/bpmn.ttf?51608828') format('truetype'),
url('../font/bpmn.svg?51608828#bpmn') format('svg');
font-weight: normal;
font-style: normal;
}
@ -14,7 +14,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.svg?88388489#bpmn') format('svg');
src: url('../font/bpmn.svg?51608828#bpmn') format('svg');
}
}
*/
@ -147,7 +147,9 @@
.icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
.icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */
.icon-participant:before { content: '\e85c'; } /* '' */
.icon-event-subprocess-expanded:before { content: '\e85d'; } /* '' */
.icon-space-tool:before { content: '\e85f'; } /* '' */
.icon-connection-multi:before { content: '\e860'; } /* '' */
.icon-lane:before { content: '\e861'; } /* '' */
.icon-lasso-tool:before { content: '\e862'; } /* '' */
.icon-transaction:before { content: '\e8c4'; } /* '' */

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Binary file not shown.