✨ Font Awesome
آدرسهای دسترسی:
?font=fontawesome
?font=font-awesome
?font=fa
/* ===========================================
Font Awesome Free 7.2.0
@font-face Definitions
=========================================== */
/* 1. Brands (برندها) */
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.algo4stock.ir/fonts/fa-brands-400.woff2') format('woff2');
}
/* 2. Regular (معمولی) */
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.algo4stock.ir/fonts/fa-regular-400.woff2') format('woff2');
}
/* 3. Solid (توپر - پرکاربردترین) */
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url('https://cdn.algo4stock.ir/fonts/fa-solid-900.woff2') format('woff2');
}
/* 4. v4 Compatibility (اختیاری - برای پشتیبانی از اسمهای قدیمی) */
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.algo4stock.ir/fonts/fa-v4compatibility.woff2') format('woff2');
}
<link rel="stylesheet" href="https://cdn.algo4stock.ir/css/fontawesome.css">
<style>
body {
font-family: 'Font Awesome 6 Brands', sans-serif;
}
</style>