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.
0
parts/header.html
Normal file
0
parts/header.html
Normal file
0
templates/front-page.html
Normal file
0
templates/front-page.html
Normal file
0
templates/index.html
Normal file
0
templates/index.html
Normal file
219
theme.json
Normal file
219
theme.json
Normal file
@ -0,0 +1,219 @@
|
||||
{
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": false,
|
||||
"palette": [
|
||||
{
|
||||
"color": "#040810",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#FAF7EF",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#8E9AEC",
|
||||
"name": "Accent",
|
||||
"slug": "accent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "968px",
|
||||
"wideSize": "1440px"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"slug": "eb-garamond",
|
||||
"name": "EB Garamond",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-Regular.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-Italic.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-Medium.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-MediumItalic.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-SemiBold.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "EB Garamond",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "italic",
|
||||
"src": ["file:./assets/fonts/eb-garamond/EBGaramond-SemiBoldItalic.ttf"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"slug": "jura",
|
||||
"name": "Jura",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/Jura-Light.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/Jura-Regular.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/Jura-Medium.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/Jura-SemiBold.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Jura",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/jura/Jura-Bold.ttf"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"slug": "sora",
|
||||
"name": "Sora",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "100",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-Thin.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-ExtraLight.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "300",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-Light.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-Regular.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "500",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-Medium.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "600",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-SemiBold.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-Bold.ttf"]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Sora",
|
||||
"fontWeight": "800",
|
||||
"fontStyle": "normal",
|
||||
"src": ["file:./assets/fonts/sora/Sora-ExtraBold.ttf"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Small",
|
||||
"size": "14px",
|
||||
"slug": "tiny"
|
||||
},
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Medium",
|
||||
"size": "16px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"fluid": false,
|
||||
"name": "Standard",
|
||||
"size": "18px",
|
||||
"slug": "standard"
|
||||
},
|
||||
{
|
||||
"name": "Extra Large",
|
||||
"size": "38px",
|
||||
"slug": "x-large"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--sora)",
|
||||
"fontSize": "var(--wp--preset--font-size--medium)"
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
{
|
||||
"area": "header",
|
||||
"name": "header",
|
||||
"title": "Header"
|
||||
},
|
||||
{
|
||||
"area": "footer",
|
||||
"name": "footer",
|
||||
"title": "Footer"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user