peyda font
This commit is contained in:
@@ -32,7 +32,7 @@ UNFOLD = {
|
|||||||
lambda request: static("rtl.css"),
|
lambda request: static("rtl.css"),
|
||||||
],
|
],
|
||||||
|
|
||||||
"BORDER_RADIUS": "20px",
|
"BORDER_RADIUS": "8px",
|
||||||
"SHOW_HISTORY": True,
|
"SHOW_HISTORY": True,
|
||||||
"SHOW_VIEW_ON_SITE": True,
|
"SHOW_VIEW_ON_SITE": True,
|
||||||
"ENVIRONMENT": "core.settings.environment_callback",
|
"ENVIRONMENT": "core.settings.environment_callback",
|
||||||
@@ -47,7 +47,7 @@ UNFOLD = {
|
|||||||
"500": "115 115 115",
|
"500": "115 115 115",
|
||||||
"600": "82 82 82",
|
"600": "82 82 82",
|
||||||
"700": "64 64 64",
|
"700": "64 64 64",
|
||||||
"800": "38 38 38",
|
"800": "42 42 42",
|
||||||
"900": "23 23 23",
|
"900": "23 23 23",
|
||||||
"950": "10 10 10"
|
"950": "10 10 10"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,88 +1,51 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Thin.woff2");
|
src: url("./fonts/peyda/300-PeydaWeb-Light-fanum.woff2");
|
||||||
font-weight: 100;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "IRANYekanXVF";
|
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-UltraLight.woff2");
|
|
||||||
font-weight: 200;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "IRANYekanXVF";
|
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Light.woff2");
|
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Regular.woff2");
|
src: url("./fonts/peyda/400-PeydaWeb-Regular-fanum.woff2");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Medium.woff2");
|
src: url("./fonts/peyda/500-PeydaWeb-Medium-fanum.woff2");
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-DemiBold.woff2");
|
src: url("./fonts/peyda/600-PeydaWeb-SemiBold-fanum.woff2");
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Bold.woff2");
|
src: url("./fonts/peyda/700-PeydaWeb-Bold-fanum.woff2");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "IRANYekanXVF";
|
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-ExtraBold.woff2");
|
|
||||||
font-weight: 800;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IRANYekanXVF";
|
font-family: "Peyda";
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Black.woff2");
|
src: url("./fonts/peyda/900-PeydaWeb-Black-fanum.woff2");
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "IRANYekanXVF";
|
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-ExtraBlack.woff2");
|
|
||||||
font-weight: 950;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "IRANYekanXVF";
|
|
||||||
src: url("./fonts/IranYekanX/IRANYekanX-Heavy.woff2");
|
|
||||||
font-weight: 1000;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,88 @@
|
|||||||
|
@layer base {
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Thin.woff2");
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-UltraLight.woff2");
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Light.woff2");
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Regular.woff2");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Medium.woff2");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-DemiBold.woff2");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Bold.woff2");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-ExtraBold.woff2");
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Black.woff2");
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-ExtraBlack.woff2");
|
||||||
|
font-weight: 950;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IRANYekanXVF";
|
||||||
|
src: url("./fonts/IranYekanX/IRANYekanX-Heavy.woff2");
|
||||||
|
font-weight: 1000;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
*:not(span){
|
*:not(span){
|
||||||
font-family: 'IRANYekanXVF' !important;
|
font-family: 'Peyda' !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user