xref: /plugin/bpmnio/css/font_assets.less (revision 36b712d809a9afeda77eb7dba8abf621818208c9)
1@font-face {
2    font-family: bpmn;
3    src: url('../plugins/bpmnio/font/bpmn.woff2') format('woff2'),
4         url('../plugins/bpmnio/font/bpmn.woff') format('woff');
5    font-weight: normal;
6    font-style: normal;
7}
8
9@font-face {
10    font-family: dmn;
11    src: url('../plugins/bpmnio/font/dmn.woff2') format('woff2'),
12         url('../plugins/bpmnio/font/dmn.woff') format('woff');
13    font-weight: normal;
14    font-style: normal;
15}
16
17[class^="bpmn-icon-"]::before,
18[class*=" bpmn-icon-"]::before {
19    font-family: bpmn, sans-serif;
20    font-style: normal;
21    font-weight: normal;
22    speak: never;
23    display: inline-block;
24    text-decoration: inherit;
25    width: 1em;
26    text-align: center;
27    font-variant: normal;
28    text-transform: none;
29    line-height: 1em;
30    -webkit-font-smoothing: antialiased;
31    -moz-osx-font-smoothing: grayscale;
32}
33
34[class^="dmn-icon-"]::before,
35[class*=" dmn-icon-"]::before {
36    font-family: dmn, sans-serif;
37    font-style: normal;
38    font-weight: normal;
39    speak: never;
40    display: inline-block;
41    text-decoration: inherit;
42    width: 1em;
43    text-align: center;
44    font-variant: normal;
45    text-transform: none;
46    line-height: 1em;
47    -webkit-font-smoothing: antialiased;
48    -moz-osx-font-smoothing: grayscale;
49}
50