Hello,
I create a stenciljs app and I want to use the smart grid, https://www.htmlelements.com/docs/stencil-grid/
but I do not get the icons for editing and deleting (it does not show on the grid)
https://postimg.cc/dhGd7zkK
Actually I have included the icons
@import url(“../../../node_modules/smart-webcomponents/source/styles/smart.default.css”);
@font-face {
font-family: smart-icons;
src:
url(assets/font/smart-icons.woff2) format(‘woff2’),
url(assets/font/smart-icons.woff) format(‘woff’),
url(assets/font/smart-icons.ttf) format(‘truetype’),
url(assets/font/smart-icons.eot) format(’embedded-opentype’);
font-weight: 400;
font-style: normal
}
Please help. Thank you.
regards,
Johan