29 lines
1.2 KiB
CSS
29 lines
1.2 KiB
CSS
/**
|
|
*
|
|
* Name: Potk Font
|
|
* Version: 2.0
|
|
* Author: Mahdi Ershadi
|
|
* Created on: Feb 14, 2024
|
|
* Updated on: Feb 14, 2024
|
|
* Website: http://fontiran.com
|
|
* Copyright: Commercial/Proprietary Software
|
|
--------------------------------------------------------------------------------------
|
|
فونت پتک یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
|
|
--------------------------------------------------------------------------------------
|
|
Potk font is considered a proprietary software. To gain information about the laws regarding the use of these font, please visit www.fontiran.com
|
|
--------------------------------------------------------------------------------------
|
|
This set of font is used in this project under the license: (.....)
|
|
------------------------------------------------------------------------------------- font/-
|
|
*
|
|
**/
|
|
|
|
|
|
@font-face {
|
|
font-family: Potk;
|
|
font-style: normal;
|
|
font-weight: black;
|
|
src: url('woff/Potk-Black.woff') format('woff'),
|
|
url('woff2/Potk-Black.woff2') format('woff2');
|
|
}
|
|
|