|
@@ -36,21 +36,39 @@
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "IBMPlexMono",
|
|
|
- "fontWeight": "300 400",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
|
- "file:./assets/fonts/IBMPlexMono-Light.ttf"
|
|
|
+ "file:./assets/fonts/IBMPlexMono-Regular.ttf"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "IBMPlexMono",
|
|
|
- "fontWeight": "500 600",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/IBMPlexMono-Italic.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "IBMPlexMono",
|
|
|
+ "fontWeight": "600",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
|
- "file:./assets/fonts/IBMPlexMono-Medium.ttf"
|
|
|
+ "file:./assets/fonts/IBMPlexMono-Bold.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "IBMPlexMono",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/IBMPlexMono-BoldItalic.ttf"
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -63,24 +81,89 @@
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "Rubik",
|
|
|
+ "fontWeight": "100 500",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/Rubik-Regular.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "rubik",
|
|
|
+ "fontWeight": "100 500",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/Rubik-Italic.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "fontWeight": "600 900",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
|
- "file:./assets/fonts/Rubik-Light.ttf"
|
|
|
+ "file:./assets/fonts/Rubik-Bold.ttf"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "rubik",
|
|
|
+ "fontWeight": "600 900",
|
|
|
"fontStyle": "italic",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
|
- "file:./assets/fonts/Rubik-LightItalic.ttf"
|
|
|
+ "file:./assets/fonts/Rubik-BoldItalic.ttf"
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "elements": {
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 400,
|
|
|
+ "fontSize": "clamp(1.25rem, 2.75vw, 2rem)"
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--heading-font)",
|
|
|
+ "fontWeight": 400
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--heading-font)",
|
|
|
+ "fontWeight": 400
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|