diff --git a/atlas/assets/fonts/fantasy.json b/atlas/assets/fonts/fantasy.json new file mode 100644 index 00000000..81c53631 --- /dev/null +++ b/atlas/assets/fonts/fantasy.json @@ -0,0 +1,59 @@ +{ + "$schema": "https://schemas.wp.org/trunk/font-collection.json", + "font_families": [ + { + "font_family_settngs": { + "name": "Henny Penny", + "fontFamily": "Henny Penny, system-ui", + "slug": "henny-penny", + "fontFace": [ + { + "src": "https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQvt3M7tMDT.woff2", + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Henny Penny", + "preview": "https://s.w.org/images/fonts/17.7/previews/henny-penny/henny-penny-400-normal.svg" + } + ], + "preview": "https://s.w.org/images/fonts/17.7/previews/henny-penny/henny-penny.svg" + }, + "categories": [ "display" ] + }, + { + "font_family_settings": { + "name": "MedievalSharp", + "fontFamily": "MedievalSharp, system-ui", + "slug": "medievalsharp", + "fontFace": [ + { + "src": "https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptAqp6MwvXLDk.woff2", + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "MedievalSharp", + "preview": "https://s.w.org/images/fonts/17.7/previews/medievalsharp/medievalsharp-400-normal.svg" + } + ], + "preview": "https://s.w.org/images/fonts/17.7/previews/medievalsharp/medievalsharp.svg" + }, + "categories": [ "display" ] + }, + { + "font_family_settings": { + "name": "Metamorphous", + "fontFamily": "Metamorphous, system-ui", + "slug": "metamorphous", + "fontFace": [ + { + "src": "https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y1330OSCthTsmaQ.woff2", + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Metamorphous", + "preview": "https://s.w.org/images/fonts/17.7/previews/metamorphous/metamorphous-400-normal.svg" + } + ], + "preview": "https://s.w.org/images/fonts/17.7/previews/metamorphous/metamorphous.svg" + }, + "categories": [ "display" ] + } + ] +} diff --git a/atlas/styles/light.json b/atlas/styles/light.json new file mode 100644 index 00000000..b8c79758 --- /dev/null +++ b/atlas/styles/light.json @@ -0,0 +1,40 @@ +{ + "$schema": "https://schemas.wp.org/wp/6.3/theme.json", + "version": 3, + "settings": { + "color": { + "palette": [ + { + "color": "#e6e6dc", + "name": "Base", + "slug": "base" + }, + { + "color": "#002635", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#ff5a67", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#ffcc1b", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#5dd7b9", + "name": "Tertiary", + "slug": "tertiary" + }, + { + "color": "#1c7590", + "name": "Accent", + "slug": "accent" + } + ] + } + } +} diff --git a/atlas/theme.json b/atlas/theme.json index f5368989..4fc18676 100644 --- a/atlas/theme.json +++ b/atlas/theme.json @@ -3,22 +3,22 @@ "color": { "duotone": [ { - "colors": ["#002635", "#e6e6dc"], + "colors": [ "#002635", "#e6e6dc" ], "name": "Contrast", "slug": "contrast" }, { - "colors": ["#002635", "#ff5a67"], + "colors": [ "#002635", "#ff5a67" ], "name": "Primary", "slug": "primary" }, { - "colors": ["#002635", "#ffcc1b"], + "colors": [ "#002635", "#ffcc1b" ], "name": "Secondary", "slug": "secondary" }, { - "colors": ["#002635", "#5dd7b9"], + "colors": [ "#002635", "#5dd7b9" ], "name": "Tertiary", "slug": "tertiary" }