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