1. SVG Sprite vs Icon Font: Performance Considerations
@font-face {
font-family: 'my-custom-icons';
src: url('my-custom-icons.woff2') format('woff2'),
url('my-custom-icons.ttf') format('truetype');
font-display: block;
}
.icon {
font-family: 'my-custom-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}Standard CSS @font-face definition generated alongside the font binary.