Skip to content

Commit

Permalink
Add semantic categories to typography styles. (#7998)
Browse files Browse the repository at this point in the history
* Add semantic categories to typography styles.
* Bump Assembler version.
  • Loading branch information
tommyshellberg committed Aug 8, 2024
1 parent 2a84d16 commit 5e32a5a
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 16 deletions.
3 changes: 3 additions & 0 deletions assembler/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion assembler/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/01-messapia-bold-bricolage.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/02-lucette.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/03-messapia-dm-sans.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/04-fahkwang.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/05-figtree.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/06-fjalla.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/07-fraunces.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/08-gabarito.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/09-ibarra.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/10-instrument-serif-mono.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/11-instrument-serif-urbanist.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/12-inter-ibarra.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 9 additions & 1 deletion assembler/styles/typography/13-rufina.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/14-sora.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion assembler/styles/typography/15-syne.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5e32a5a

Please sign in to comment.