define basic styles
This commit is contained in:
BIN
assets/fonts/sora/sora-bold.woff2
Normal file
BIN
assets/fonts/sora/sora-bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-extrabold.woff2
Normal file
BIN
assets/fonts/sora/sora-extrabold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-extralight.woff2
Normal file
BIN
assets/fonts/sora/sora-extralight.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-light.woff2
Normal file
BIN
assets/fonts/sora/sora-light.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-medium.woff2
Normal file
BIN
assets/fonts/sora/sora-medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-semibold.woff2
Normal file
BIN
assets/fonts/sora/sora-semibold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/sora/sora-thin.woff2
Normal file
BIN
assets/fonts/sora/sora-thin.woff2
Normal file
Binary file not shown.
65
assets/fonts/sora/sora.css
Normal file
65
assets/fonts/sora/sora.css
Normal 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");
|
||||
}
|
||||
|
||||
BIN
assets/fonts/sora/sora.woff2
Normal file
BIN
assets/fonts/sora/sora.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user