
@import url('/resources/fonts/FontAwesomePro6-Brands/main.min.css');

:root, :host {
  --fa-style-family-brands: 'Font Awesome Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome Brands';
}
  
@font-face {
	font-family: 	'Font Awesome Pro Brands';
	src: url("/resources/fonts/FontAwesomePro6-Brands/400/fa-brands-400.woff2") format("woff2"), url("/resources/fonts/FontAwesomePro6-Brands/400/fa-brands-400.ttf") format("truetype");
	font-weight: 	400;
	font-style: 		normal;
}

@font-face {
  font-family: 'FontAwesomePro6-Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/resources/fonts/FontAwesomePro6-Brands/400/fa-brands-400.woff2") format("woff2"), url("/resources/fonts/FontAwesomePro6-Brands/400/fa-brands-400.ttf") format("truetype");
  }
  

.fab,
.fa-brands {
  font-family: "Font Awesome Pro Brands";
  font-weight: 400;
} 