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 332570e commit a4e4474
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 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"
}
]
}
}
}

0 comments on commit a4e4474

Please sign in to comment.