alaskar.dev/static/fonts/fontawesome.css
2025-01-09 17:24:52 +03:00

15 lines
408 B
CSS

@font-face {
font-family: 'Font-Awesome';
font-style: normal;
font-weight: 400;
src: url('./fa-brands-400.woff2') format('woff2'),
url('./fa-brands-400.ttf') format('truetype');
font-display: swap;
}
@font-face {
font-family: 'Font-Awesome-brands';
font-style: normal;
font-weight: 400;
src: url('./Font Awesome 6 Brands-Regular-400.otf') format('opentype'),
font-display: swap;
}