41 lines
938 B
CSS
41 lines
938 B
CSS
@font-face {
|
|
font-family: 'bpmn';
|
|
src: url('../fonts/bpmn.eot?w7in3t');
|
|
src: url('../fonts/bpmn.eot?w7in3t#iefix') format('embedded-opentype'),
|
|
url('../fonts/bpmn.ttf?w7in3t') format('truetype'),
|
|
url('../fonts/bpmn.woff?w7in3t') format('woff'),
|
|
url('../fonts/bpmn.svg?w7in3t#bpmn') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="bpmn-icon-"], [class*=" bpmn-icon-"] {
|
|
font-family: 'bpmn' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.bpmn-icon-event:before {
|
|
content: "\e900";
|
|
}
|
|
|
|
.bpmn-icon-gateway:before {
|
|
content: "\e901";
|
|
}
|
|
|
|
.bpmn-icon-hand:before {
|
|
content: "\e902";
|
|
}
|
|
|
|
.bpmn-icon-task:before {
|
|
content: "\e903";
|
|
}
|
|
|