chore(font): update font

This update includes the new hand tool icon
and reworked data item icons.

Related to #446
This commit is contained in:
pedesen 2016-01-14 11:01:11 +01:00 committed by Nico Rehwaldt
parent a1479669d4
commit f6d13ef0a1
6 changed files with 18 additions and 15 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?28098072');
src: url('../font/bpmn.eot?28098072#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?28098072') format('woff'),
url('../font/bpmn.ttf?28098072') format('truetype'),
url('../font/bpmn.svg?28098072#bpmn') format('svg');
src: url('../font/bpmn.eot?70672887');
src: url('../font/bpmn.eot?70672887#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?70672887') format('woff'),
url('../font/bpmn.ttf?70672887') format('truetype'),
url('../font/bpmn.svg?70672887#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?28098072#bpmn') format('svg');
src: url('../font/bpmn.svg?70672887#bpmn') format('svg');
}
}
*/
@ -158,4 +158,5 @@
.bpmn-icon-lane-divide-two:before { content: '\e865'; } /* '' */
.bpmn-icon-data-input:before { content: '\e866'; } /* '' */
.bpmn-icon-data-output:before { content: '\e867'; } /* '' */
.bpmn-icon-hand-tool:before { content: '\e868'; } /* '' */
.bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Binary file not shown.