Icon
Übersicht Icons im res-fontawesome.css
Icons
SVG:
before var(–fa-font-solid)
SVG:
/* New Simplified Version 6 CSS */ /* Step 2: Reference Individual Icons */ .icon::before { /* using style CSS custom property */ font: var(--fa-font-solid); content: "\f007"; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; }