alaskar.dev/static/fonts/fontawesome.css

16 lines
408 B
CSS
Raw Normal View History

2025-01-09 13:24:19 +00:00
@font-face {
2025-01-09 14:24:52 +00:00
font-family: 'Font-Awesome';
2025-01-09 13:24:19 +00:00
font-style: normal;
font-weight: 400;
src: url('./fa-brands-400.woff2') format('woff2'),
2025-01-09 14:24:52 +00:00
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'),
2025-01-09 13:24:19 +00:00
font-display: swap;
}