How to Merge Illustrator Layers
How to merge Illustrator layers? I try to create a font with icomoon but as the layers of my icons are not merged I find myself with 4 path / 4 glyphs.
Here are the CSS I have out, I would like to have only one, can anyone advise me on this manipulation please?
.icon-picto-exemple-(1) .path1:before {
content: "\e900";
color: rgb(252, 192, 7);
}
.icon-picto-exemple-(1) .path2:before {
content: "\e901";
margin-left: -1em;
color: rgb(252, 192, 7);
}
.icon-picto-exemple-(1) .path3:before {
content: "\e902";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-picto-exemple-(1) .path4:before {
content: "\e903";
margin-left: -1em;
color: rgb(255, 255, 255);
