|
22 | 22 | /************************** FONTS */
|
23 | 23 | @font-face {
|
24 | 24 | /*
|
25 |
| - * Use https://icomoon.io/app with /platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json |
| 25 | + * Use https://icomoon.io/app with icomoon-project-openmct-symbols-16px.json |
| 26 | + * to generate font files |
26 | 27 | */
|
27 | 28 | font-family: 'symbolsfont';
|
28 |
| - src: url($dirCommonRes + 'fonts/symbols/wtdsymbols.eot'); |
29 |
| - src: url($dirCommonRes + 'fonts/symbols/wtdsymbols.eot?#iefix') format('embedded-opentype'), |
30 |
| - url($dirCommonRes + 'fonts/symbols/wtdsymbols.woff') format('woff'), |
31 |
| - url($dirCommonRes + 'fonts/symbols/wtdsymbols.ttf') format('truetype'), |
32 |
| - url($dirCommonRes + 'fonts/symbols/wtdsymbols.svg#armataregular') format('svg'); |
| 29 | + src: url($dirCommonRes + 'fonts/symbols/openmct-symbols-16px.eot'); |
| 30 | + src: url($dirCommonRes + 'fonts/symbols/openmct-symbols-16px.eot?#iefix') format('embedded-opentype'), |
| 31 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-16px.woff') format('woff'), |
| 32 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-16px.ttf') format('truetype'), |
| 33 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-16px.svg') format('svg'); |
33 | 34 | font-weight: normal;
|
34 | 35 | font-style: normal;
|
35 | 36 | }
|
36 | 37 |
|
| 38 | +@font-face { |
| 39 | + /* |
| 40 | + * Use https://icomoon.io/app with icomoon-project-openmct-symbols-12px.json |
| 41 | + * to generate font files |
| 42 | + */ |
| 43 | + font-family: 'symbolsfont 12px'; |
| 44 | + src: url($dirCommonRes + 'fonts/symbols/openmct-symbols-12px.eot'); |
| 45 | + src: url($dirCommonRes + 'fonts/symbols/openmct-symbols-12px.eot?#iefix') format('embedded-opentype'), |
| 46 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-12px.woff') format('woff'), |
| 47 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-12px.ttf') format('truetype'), |
| 48 | + url($dirCommonRes + 'fonts/symbols/openmct-symbols-12px.svg') format('svg'); |
| 49 | + font-weight: normal; |
| 50 | + font-style: normal; |
| 51 | +} |
| 52 | + |
37 | 53 | /************************** HTML ENTITIES */
|
38 | 54 | a {
|
39 | 55 | color: $colorA;
|
|
0 commit comments