@font-face {
  font-family: "Font Awesome 6 Free SWAP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/twentytwentyfour-child/assets/webfonts/fa-solid-900-swap.woff2") format("woff2"),
       url("/wp-content/themes/twentytwentyfour-child/assets/webfonts/fa-solid-900-swap.ttf") format("truetype");
}

/* Force icons to use YOUR font */
.fas, .fa-solid, .fa {
  font-family: "Font Awesome 6 Free SWAP" !important;
}