I have just added a custom .ttf to my web application.
@font-face{
font-family: 'CustomIcons';
src: font-url('CustomIcons.ttf') format("truetype");
}
I don't care about browser compatibility yet.
Now that the icons are loaded, I don't know how can I use them. I don't have a css like when adding the FontAwesome icons, so I am not sure about how the mapping is.
Do you know how can I do to know that?