﻿/**
*
*	Name:			Kamand Font
*	Version:		1.0
*	Author:			Omid Emamian, Mahdi Ershadi
*	Created on:		Nov 30, 2024
*	Updated on:		Nov 30, 2024
*	Website:		http://fontiran.com/fonts/kamand
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
این فونت یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: ( your unique license code here )
-------------------------------------------------------------------------------------
**/

@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: 300;
	src: url('Woff2/Kamand-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('Woff/Kamand-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: normal;
	src: url('Woff2/Kamand-Regular.woff2') format('woff2'),
		 url('Woff/Kamand-Regular.woff') format('woff');
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: 500;
	src: url('Woff2/Kamand-Medium.woff2') format('woff2'),
		 url('Woff/Kamand-Medium.woff') format('woff');
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: bold;
	src: url('Woff2/Kamand-Bold.woff2') format('woff2'),
		 url('Woff/Kamand-Bold.woff') format('woff');
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: 800;
	src: url('Woff2/Kamand-ExtraBold.woff2') format('woff2'),
		 url('Woff/Kamand-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: 900;
	src: url('Woff2/Kamand-Black.woff2') format('woff2'),
		 url('Woff/Kamand-Black.woff') format('woff');
}
@font-face {
	font-family: Kamand;
	font-style: normal;
	font-weight: 1000;
	src: url('Woff2/Kamand-ExtraBlack.woff2') format('woff2'),
		 url('Woff/Kamand-ExtraBlack.woff') format('woff');
}


