First commit
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
*
|
||||
* 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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user