diff --git a/poetry/assets/fonts/Alice-Regular.ttf b/poetry/assets/fonts/Alice-Regular.ttf new file mode 100644 index 00000000..674fdccc Binary files /dev/null and b/poetry/assets/fonts/Alice-Regular.ttf differ diff --git a/poetry/assets/fonts/JosefinSans-Italic-VariableFont_wght.ttf b/poetry/assets/fonts/JosefinSans-Italic-VariableFont_wght.ttf new file mode 100755 index 00000000..d2d2dd65 Binary files /dev/null and b/poetry/assets/fonts/JosefinSans-Italic-VariableFont_wght.ttf differ diff --git a/poetry/assets/fonts/JosefinSans-VariableFont_wght.ttf b/poetry/assets/fonts/JosefinSans-VariableFont_wght.ttf new file mode 100755 index 00000000..00ea1e7d Binary files /dev/null and b/poetry/assets/fonts/JosefinSans-VariableFont_wght.ttf differ diff --git a/poetry/assets/fonts/MontaguSlab-VariableFont_opsz,wght.ttf b/poetry/assets/fonts/MontaguSlab-VariableFont_opsz,wght.ttf new file mode 100755 index 00000000..ed4e76ae Binary files /dev/null and b/poetry/assets/fonts/MontaguSlab-VariableFont_opsz,wght.ttf differ diff --git a/poetry/assets/fonts/Trocchi-Regular.ttf b/poetry/assets/fonts/Trocchi-Regular.ttf new file mode 100755 index 00000000..4e9df0af Binary files /dev/null and b/poetry/assets/fonts/Trocchi-Regular.ttf differ diff --git a/poetry/assets/fonts/Unna-Bold.ttf b/poetry/assets/fonts/Unna-Bold.ttf new file mode 100755 index 00000000..46441eb6 Binary files /dev/null and b/poetry/assets/fonts/Unna-Bold.ttf differ diff --git a/poetry/assets/fonts/Unna-BoldItalic.ttf b/poetry/assets/fonts/Unna-BoldItalic.ttf new file mode 100755 index 00000000..4341eb2f Binary files /dev/null and b/poetry/assets/fonts/Unna-BoldItalic.ttf differ diff --git a/poetry/assets/fonts/Unna-Italic.ttf b/poetry/assets/fonts/Unna-Italic.ttf new file mode 100755 index 00000000..f4a17841 Binary files /dev/null and b/poetry/assets/fonts/Unna-Italic.ttf differ diff --git a/poetry/assets/fonts/Unna-Regular.ttf b/poetry/assets/fonts/Unna-Regular.ttf new file mode 100755 index 00000000..b0c82273 Binary files /dev/null and b/poetry/assets/fonts/Unna-Regular.ttf differ diff --git a/poetry/patterns/header.php b/poetry/patterns/header.php index 65dbaf87..801a22e9 100644 --- a/poetry/patterns/header.php +++ b/poetry/patterns/header.php @@ -12,8 +12,8 @@
-
-

Food
for thoughts

+
+

Food
for thoughts

diff --git a/poetry/styles/my-typo.json b/poetry/styles/my-typo.json new file mode 100644 index 00000000..f0a3b6a3 --- /dev/null +++ b/poetry/styles/my-typo.json @@ -0,0 +1,175 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#ffffff", + "name": "Background", + "slug": "custom-background" + }, + { + "color": "#000000", + "name": "Text", + "slug": "custom-text" + }, + { + "color": "#faf6f4", + "name": "Background Light", + "slug": "custom-background-light" + }, + { + "color": "#676e74", + "name": "Contrast", + "slug": "custom-contrast" + } + ], + "duotone": [ + { + "colors": [ "#676e74", "#fff" ], + "slug": "grey-and-light", + "name": "Grey and light pink" + } + ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Rozha One", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/rozha-one_normal_400.ttf" + ] + } + ], + "fontFamily": "Rozha One", + "name": "Rozha One", + "slug": "rozha-one" + }, + { + "fontFace": [ + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/inter_normal_300.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/inter_normal_600.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/inter_normal_700.ttf" + ] + } + ], + "fontFamily": "Inter", + "name": "Inter", + "slug": "inter" + }, + { + "fontFace": [ + { + "fontFamily": "Trocchi", + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/Trocchi-Regular.ttf" + } + ], + "fontFamily": "Trocchi, serif", + "name": "Trocchi", + "slug": "trocchi" + }, + { + "fontFace": [ + { + "fontFamily": "Unna", + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/Unna-Regular.ttf" + }, + { + "fontFamily": "Unna", + "fontStyle": "normal", + "fontWeight": "700", + "src": "file:./assets/fonts/Unna-Bold.ttf" + }, + { + "fontFamily": "Unna", + "fontStyle": "italic", + "fontWeight": "400", + "src": "file:./assets/fonts/Unna-Italic.ttf" + }, + { + "fontFamily": "Unna", + "fontStyle": "italic", + "fontWeight": "700", + "src": "file:./assets/fonts/Unna-BoldItalic.ttf" + } + ], + "fontFamily": "Unna, serif", + "name": "Unna", + "slug": "unna" + } + ] + } + }, + "styles": { + "blocks": { + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--grey-and-light)" + } + } + }, + "color": { + "text": "var(--wp--preset--color--custom-text)" + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--trocchi)", + "fontSize": "var(--wp--preset--font-size--xx-large)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "0.8" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--trocchi)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "0.8" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--trocchi)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--unna)" + } + }, + "title": "My Typo", + "version": 2, + "$schema": "https://schemas.wp.org/wp/6.5/theme.json" +} \ No newline at end of file diff --git a/poetry/styles/old-times.json b/poetry/styles/old-times.json new file mode 100644 index 00000000..379903d6 --- /dev/null +++ b/poetry/styles/old-times.json @@ -0,0 +1,156 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#ffffff", + "name": "Background", + "slug": "custom-background" + }, + { + "color": "#57473f", + "name": "Text", + "slug": "custom-text" + }, + { + "color": "#f5f4f4", + "name": "Background Light", + "slug": "custom-background-light" + }, + { + "color": "#cc1b1b", + "name": "Contrast", + "slug": "custom-contrast" + } + ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Rozha One", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/rozha-one_normal_400.ttf" + ] + } + ], + "fontFamily": "Rozha One", + "name": "Rozha One", + "slug": "rozha-one" + }, + { + "fontFace": [ + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/inter_normal_300.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/inter_normal_600.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/inter_normal_700.ttf" + ] + } + ], + "fontFamily": "Inter", + "name": "Inter", + "slug": "inter" + }, + { + "fontFace": [ + { + "fontFamily": "Alice", + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/Alice-Regular.ttf" + } + ], + "fontFamily": "Alice", + "name": "Alice", + "slug": "alice" + }, + { + "fontFace": [ + { + "fontFamily": "\"Josefin Sans\"", + "fontStyle": "normal", + "fontWeight": "100 300 600", + "src": "file:./assets/fonts/JosefinSans-VariableFont_wght.ttf" + }, + { + "fontFamily": "\"Josefin Sans\"", + "fontStyle": "italic", + "fontWeight": "100 300 600", + "src": "file:./assets/fonts/JosefinSans-Italic-VariableFont_wght.ttf" + } + ], + "fontFamily": "\"Josefin Sans\", sans-serif", + "name": "Josefin Sans", + "slug": "josefin-sans" + } + ] + } + }, + "styles": { + "blocks": { + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--grayscale)" + } + } + }, + "color": { + "text": "var(--wp--preset--color--custom-text)" + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--alice)", + "fontSize": "var(--wp--preset--font-size--xx-large)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "0.8" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--alice)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "0.8" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--alice)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--josefin-sans)" + } + }, + "title": "Old Times", + "version": 2, + "$schema": "https://schemas.wp.org/wp/6.5/theme.json" +} \ No newline at end of file diff --git a/poetry/styles/sharp.json b/poetry/styles/sharp.json new file mode 100644 index 00000000..db4f01e5 --- /dev/null +++ b/poetry/styles/sharp.json @@ -0,0 +1,157 @@ +{ + "settings": { + "color": { + "duotone": [ + { + "colors": [ "#3b3b3f", "#fff" ], + "slug": "grey-and-light", + "name": "Grey and light" + } + ], + "palette": [ + { + "color": "#ffffff", + "name": "Background", + "slug": "custom-background" + }, + { + "color": "#3b3b3f", + "name": "Text", + "slug": "custom-text" + }, + { + "color": "#f1f4f8", + "name": "Background Light", + "slug": "custom-background-light" + }, + { + "color": "#5f7290", + "name": "Contrast", + "slug": "custom-contrast" + } + ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Rozha One", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/rozha-one_normal_400.ttf" + ] + } + ], + "fontFamily": "Rozha One", + "name": "Rozha One", + "slug": "rozha-one" + }, + { + "fontFace": [ + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/inter_normal_300.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/inter_normal_600.ttf" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/inter_normal_700.ttf" + ] + } + ], + "fontFamily": "Inter", + "name": "Inter", + "slug": "inter" + }, + { + "fontFace": [ + { + "fontFamily": "Gabarito", + "fontStyle": "normal", + "fontWeight": "500 900", + "src": "file:./assets/fonts/Gabarito-VariableFont_wght.ttf" + } + ], + "fontFamily": "Gabarito, system-ui", + "name": "Gabarito", + "slug": "gabarito" + }, + { + "fontFace": [ + { + "fontFamily": "\"Montagu Slab\"", + "fontStyle": "normal", + "fontWeight": "200 400 700", + "src": "file:./assets/fonts/MontaguSlab-VariableFont_opsz,wght.ttf" + } + ], + "fontFamily": "\"Montagu Slab\", serif", + "name": "Montagu Slab", + "slug": "montagu-slab" + } + ] + } + }, + "styles": { + "blocks": { + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--grey-and-light)" + } + } + }, + "color": { + "text": "var(--wp--preset--color--custom-text)" + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gabarito)", + "fontSize": "var(--wp--preset--font-size--xx-large)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "0.8" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gabarito)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "0.8" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gabarito)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--montagu-slab)" + } + }, + "title": "Sharp", + "version": 2, + "$schema": "https://schemas.wp.org/wp/6.5/theme.json" +} \ No newline at end of file