JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Missing icon › Reply To: Missing icon
August 5, 2022 at 11:54 am
#103446
jackanderson80@gmail.com
Participant
Hi Johan,
You can try this instead:
@font-face {
font-family: "smart-icons";
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
src:
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
format("woff2"),
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
format("woff"),
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
format("truetype");
font-weight: normal;
font-style: normal;
}