Files
Frontend/public/fonts/Eco/Paykan Family/Webfonts/fontiran.css
T
2026-02-19 01:15:36 +03:30

68 lines
2.2 KiB
CSS

/**
*
* Name: Paykan Fonts
* Version: 1.2
* Author: Reza Bakhtiarifard (rbakhtiarifard.ir)
* Created on: Nov 2023
* Updated on: Nov 2023
* Vendor: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت پیکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Paykan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*
**/
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: 100;
src: url('woff/Paykan-thin.woff') format('woff'),
url('woff2/Paykan-thin.woff2') format('woff2');
}
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: 300;
src: url('woff/Paykan-Light.woff') format('woff'),
url('woff2/Paykan-Light.woff2') format('woff2');
}
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: normal;
src: url('woff/Paykan-Regular.woff') format('woff'),
url('woff2/Paykan-Regular.woff2') format('woff2');
}
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: bold;
src: url('woff/Paykan-Bold.woff') format('woff'),
url('woff2/Paykan-Bold.woff2') format('woff2');
}
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: 900;
src: url('woff/Paykan-Black.woff') format('woff'),
url('woff2/Paykan-Black.woff2') format('woff2');
}
@font-face {
font-family: Paykan;
font-style: normal;
font-weight: 950;
src: url('woff/Paykan-ExtraBlack.woff') format('woff'),
url('woff2/Paykan-ExtraBlack.woff2') format('woff2');
}