portofolio/static/fonts/fontawesome.css

16 lines
No EOL
420 B
CSS

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