mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
9 lines
277 B
CSS
9 lines
277 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"),
|
|
url("../fonts/fa-solid-900.woff") format("woff");
|
|
}
|