41 lines
1012 B
CSS
41 lines
1012 B
CSS
@layer base {
|
|
@font-face {
|
|
font-family: "YekanBakh";
|
|
src: url("/fonts/YekanBakh/YekanBakh-Thin.woff");
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YekanBakh";
|
|
src: url("/fonts/YekanBakh/YekanBakh-Light.woff");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YekanBakh";
|
|
src: url("/fonts/YekanBakh/YekanBakh-Regular.woff");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YekanBakh";
|
|
src: url("/fonts/YekanBakh/YekanBakh-SemiBold.woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YekanBakh";
|
|
src: url("/fonts/YekanBakh/YekanBakh-Bold.woff");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
} |