سرویس دهنده فونت‌های گوگل، فارسی، کتابخانه های Javascript و CSS
پشتیبانی
← بازگشت به لیست

✨ Lora

آدرس‌های دسترسی: ?font=lora

/* v37-latin-700 */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('https://cdn.algo4stock.ir/fonts/lora-v37-latin-700.woff2') format('woff2');
}
/* v37-latin-700italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('https://cdn.algo4stock.ir/fonts/lora-v37-latin-700italic.woff2') format('woff2');
}
/* v37-latin-italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('https://cdn.algo4stock.ir/fonts/lora-v37-latin-italic.woff2') format('woff2');
}
/* v37-latin-regular */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.algo4stock.ir/fonts/lora-v37-latin-regular.woff2') format('woff2');
}
<link rel="stylesheet" href="https://cdn.algo4stock.ir/css/lora.css">
<style>
  body {
    font-family: 'Lora', sans-serif;
  }
</style>