define basic styles
This commit is contained in:
BIN
assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-bold.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-extrabold.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-extrabold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-italic.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-medium.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/eb-garamond/eb-garamond-semibold.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond-semibold.woff2
Normal file
Binary file not shown.
81
assets/fonts/eb-garamond/eb-garamond.css
Normal file
81
assets/fonts/eb-garamond/eb-garamond.css
Normal 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");
|
||||
}
|
||||
|
||||
BIN
assets/fonts/eb-garamond/eb-garamond.woff2
Normal file
BIN
assets/fonts/eb-garamond/eb-garamond.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/jura/jura-bold.woff2
Normal file
BIN
assets/fonts/jura/jura-bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/jura/jura-light.woff2
Normal file
BIN
assets/fonts/jura/jura-light.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/jura/jura-medium.woff2
Normal file
BIN
assets/fonts/jura/jura-medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/jura/jura-semibold.woff2
Normal file
BIN
assets/fonts/jura/jura-semibold.woff2
Normal file
Binary file not shown.
41
assets/fonts/jura/jura.css
Normal file
41
assets/fonts/jura/jura.css
Normal file
@ -0,0 +1,41 @@
|
||||
/* jura-bold */
|
||||
@font-face {
|
||||
font-family: Jura;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: local("Jura Bold"), local("Jura-Bold"), url(jura-bold.woff2) format("woff2");
|
||||
}
|
||||
/* jura-semibold */
|
||||
@font-face {
|
||||
font-family: Jura;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
src: local("Jura SemiBold"), local("Jura-SemiBold"), url(jura-semibold.woff2) format("woff2");
|
||||
}
|
||||
/* jura-medium */
|
||||
@font-face {
|
||||
font-family: Jura;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
src: local("Jura Medium"), local("Jura-Medium"), url(jura-medium.woff2) format("woff2");
|
||||
}
|
||||
/* jura */
|
||||
@font-face {
|
||||
font-family: Jura;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: local("Jura Regular"), local("Jura-Regular"), url(jura.woff2) format("woff2");
|
||||
}
|
||||
/* jura-light */
|
||||
@font-face {
|
||||
font-family: Jura;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
src: local("Jura Light"), local("Jura-Light"), url(jura-light.woff2) format("woff2");
|
||||
}
|
||||
|
||||
BIN
assets/fonts/jura/jura.woff2
Normal file
BIN
assets/fonts/jura/jura.woff2
Normal file
Binary file not shown.
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