thelounge/client/css/fontawesome.css
Tiago de Paula e69f865d15
chore(deps): update FontAwesome free to v7
FontAwesome does not ship `.woff` fonts, only `.woff2`.

See <https://fontawesome.com/v7/changelog>.
2026-02-11 12:14:46 -03:00

7 lines
221 B
CSS

@font-face {
/* We use free solid icons - https://fontawesome.com/icons?s=solid&m=free */
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
src: url("../fonts/fa-solid-900.woff2") format("woff2");
}