Browse Source

Add semantic categories to typography styles. (#7998)

* Add semantic categories to typography styles.
* Bump Assembler version.
Thomas Shellberg 11 months ago
parent
commit
5e32a5a2bf

+ 3 - 0
assembler/readme.txt

@@ -12,6 +12,9 @@ Assemble something beautiful.
 
 == Changelog ==
 
+= 0.0.18 =
+* Assembler: Update typography theme styles with categories data. (#7998)
+
 = 0.0.17 =
 * Assembler: Use variation partials and move styles.blocks.variations to styles.variations (#7891)
 

+ 1 - 1
assembler/style.css

@@ -7,7 +7,7 @@ Description: Assemble something beautiful.
 Requires at least: 6.4
 Tested up to: 6.4
 Requires PHP: 7.0
-Version: 0.0.17
+Version: 0.0.18
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: assembler

+ 9 - 1
assembler/styles/typography/01-messapia-bold-bricolage.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Messapia & Bricolage",
+	"categories": [
+		"experimental",
+		"bold",
+		"vintage",
+		"unique",
+		"dramatic",
+		"artistic"
+	  ],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/02-lucette.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Lucette & DM Mono",
+	"categories": [
+	  "serif",
+	  "elegant",
+	  "classic",
+	  "technical",
+	  "professional",
+	  "corporate"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/03-messapia-dm-sans.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "DM Serif & DM Sans",
+	"categories": [
+	  "serif",
+	  "high-contrast",
+	  "elegant",
+	  "clean",
+	  "modern",
+	  "luxurious"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/04-fahkwang.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Fahkwang & Roboto",
+	"categories": [
+	  "sans-serif",
+	  "modern",
+	  "clean",
+	  "versatile",
+	  "contemporary",
+	  "professional"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/05-figtree.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Figtree",
+	"categories": ["sans-serif", "friendly", "simple", "clean", "inviting"],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/06-fjalla.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Fjalla",
+	"categories": ["sans-serif", "bold", "display", "dynamic"],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/07-fraunces.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Fraunces",
+	"categories": ["serif", "friendly", "charming", "inviting"],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/08-gabarito.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Gabarito",
+	"categories": ["sans-serif", "approachable", "simple", "clean"],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/09-ibarra.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Ibarra & Inter",
+	"categories": [
+	  "serif",
+	  "traditional",
+	  "formal",
+	  "legible",
+	  "business",
+	  "professional"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/10-instrument-serif-mono.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Instrument Serif & Noto Sans Mono",
+	"categories": [
+	  "serif",
+	  "elegant",
+	  "classic",
+	  "technical",
+	  "professional",
+	  "corporate"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/11-instrument-serif-urbanist.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Instrument Serif & Urbanist",
+	"categories": [
+	  "serif",
+	  "elegant",
+	  "classic",
+	  "modern",
+	  "versatile",
+	  "professional"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/12-inter-ibarra.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Inter & Ibarra",
+	"categories": [
+	  "serif",
+	  "traditional",
+	  "formal",
+	  "legible",
+	  "business",
+	  "professional"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 9 - 1
assembler/styles/typography/13-rufina.json

@@ -1,7 +1,15 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Rufina & PT Serif",
+	"categories": [
+	  "serif",
+	  "elegant",
+	  "classic",
+	  "traditional",
+	  "formal",
+	  "luxurious"
+	],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/14-sora.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Sora",
+	"categories": ["sans-serif", "clean", "modern", "contemporary"],
 	"settings": {
 		"typography": {
 			"fontSizes": [

+ 2 - 1
assembler/styles/typography/15-syne.json

@@ -1,7 +1,8 @@
 {
 	"$schema": "https://schemas.wp.org/trunk/theme.json",
-	"version": 2,
+	"version": 3,
 	"title": "Syne",
+	"categories": ["sans-serif", "clean", "modern", "contemporary"],
 	"settings": {
 		"typography": {
 			"fontSizes": [