define basic styles

This commit is contained in:
2025-04-02 14:28:03 +05:00
parent 9178f91555
commit 84f0caa0e4
31 changed files with 406 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+81
View File
@@ -0,0 +1,81 @@
/* eb-garamond-bold-italic */
@font-face {
font-family: EB Garamond;
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: local("EB Garamond Bold Italic"), local("EBGaramond-BoldItalic"), url(eb-garamond-bold-italic.woff2) format("woff2");
}
/* eb-garamond-semibold-italic */
@font-face {
font-family: EB Garamond;
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: local("EB Garamond SemiBold Italic"), local("EBGaramond-SemiBoldItalic"), url(eb-garamond-semibold-italic.woff2) format("woff2");
}
/* eb-garamond-medium-italic */
@font-face {
font-family: EB Garamond;
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: local("EB Garamond Medium Italic"), local("EBGaramond-MediumItalic"), url(eb-garamond-medium-italic.woff2) format("woff2");
}
/* eb-garamond-extrabold */
@font-face {
font-family: EB Garamond;
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: local("EB Garamond ExtraBold"), local("EBGaramond-ExtraBold"), url(eb-garamond-extrabold.woff2) format("woff2");
}
/* eb-garamond-bold */
@font-face {
font-family: EB Garamond;
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: local("EB Garamond Bold"), local("EBGaramond-Bold"), url(eb-garamond-bold.woff2) format("woff2");
}
/* eb-garamond-semibold */
@font-face {
font-family: EB Garamond;
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: local("EB Garamond SemiBold"), local("EBGaramond-SemiBold"), url(eb-garamond-semibold.woff2) format("woff2");
}
/* eb-garamond-medium */
@font-face {
font-family: EB Garamond;
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: local("EB Garamond Medium"), local("EBGaramond-Medium"), url(eb-garamond-medium.woff2) format("woff2");
}
/* eb-garamond-extrabold-italic */
@font-face {
font-family: EB Garamond;
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: local("EB Garamond ExtraBold Italic"), local("EBGaramond-ExtraBoldItalic"), url(eb-garamond-extrabold-italic.woff2) format("woff2");
}
/* eb-garamond-italic */
@font-face {
font-family: EB Garamond;
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: local("EB Garamond Italic"), local("EBGaramond-Italic"), url(eb-garamond-italic.woff2) format("woff2");
}
/* eb-garamond */
@font-face {
font-family: EB Garamond;
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url(eb-garamond.woff2) format("woff2");
}
Binary file not shown.