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

View File

@ -0,0 +1,65 @@
/* sora-bold */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: local("Sora Bold"), local("Sora-Bold"), url(sora-bold.woff2) format("woff2");
}
/* sora-semibold */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: local("Sora SemiBold"), local("Sora-SemiBold"), url(sora-semibold.woff2) format("woff2");
}
/* sora-extrabold */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: local("Sora ExtraBold"), local("Sora-ExtraBold"), url(sora-extrabold.woff2) format("woff2");
}
/* sora-medium */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: local("Sora Medium"), local("Sora-Medium"), url(sora-medium.woff2) format("woff2");
}
/* sora */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: local("Sora Regular"), local("Sora-Regular"), url(sora.woff2) format("woff2");
}
/* sora-light */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: local("Sora Light"), local("Sora-Light"), url(sora-light.woff2) format("woff2");
}
/* sora-extralight */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: local("Sora ExtraLight"), local("Sora-ExtraLight"), url(sora-extralight.woff2) format("woff2");
}
/* sora-thin */
@font-face {
font-family: Sora;
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: local("Sora Thin"), local("Sora-Thin"), url(sora-thin.woff2) format("woff2");
}