mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
FontAwesome does not ship `.woff` fonts, only `.woff2`. See <https://fontawesome.com/v7/changelog>.
7 lines
221 B
CSS
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");
|
|
}
|