thelounge/client/css/fontawesome.css

10 lines
275 B
CSS
Raw Normal View History

2018-03-21 13:13:52 +01:00
@font-face {
/* We use free solid icons - https://fontawesome.com/icons?s=solid&m=free */
2022-02-10 00:27:34 +01:00
font-family: FontAwesome;
2018-03-21 13:13:52 +01:00
font-weight: normal;
font-style: normal;
src:
url("../fonts/fa-solid-900.woff2") format("woff2"),
url("../fonts/fa-solid-900.woff") format("woff");
}