portofolio/static/fonts/fontawesome.css
2025-06-05 23:39:35 +03:00

15 lines
No EOL
357 B
CSS

/* @font-face {
font-family: 'Font-Awesome';
font-style: normal;
font-weight: 400;
src: url('/fonts/fa-brands-400.woff2') format('woff2');
font-display: swap;
} */
@font-face {
font-family: 'Font-Awesome-brands';
font-style: normal;
font-weight: 400;
src: url('/fonts/font-awesome6-brands.otf') format('opentype');
font-display: swap;
}