From b10ad8a17f74b15d7160967cf391e616eb849692 Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Tue, 30 Jul 2024 15:51:00 -0500 Subject: [PATCH] Test changes --- atlas/assets/fonts/fantasy.json | 59 +++++++++++++++++++++++++++++++++ atlas/styles/light.json | 40 ++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 atlas/assets/fonts/fantasy.json create mode 100644 atlas/styles/light.json 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" + } + ] + } + } +}