Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jul 30, 2024
1 parent c015c9b commit 21e3f8a
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 4 deletions.
59 changes: 59 additions & 0 deletions atlas/assets/fonts/fantasy.json
Original file line number Diff line number Diff line change
@@ -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" ]
}
]
}
40 changes: 40 additions & 0 deletions atlas/styles/light.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
}
8 changes: 4 additions & 4 deletions atlas/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 21e3f8a

Please sign in to comment.