Skip to content

Commit

Permalink
Add IBM Plex Sans to font families (#116)
Browse files Browse the repository at this point in the history
Required for Developers site.

See WordPress/wporg-developer#374
  • Loading branch information
adamwoodnz authored Nov 19, 2023
1 parent f2a33c7 commit aa715a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/wp-content/themes/wporg-parent-2021/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,11 @@
"fontFamily": "'IBM Plex Mono', monospace",
"slug": "monospace",
"name": "Monospace"
},
{
"fontFamily": "'IBM Plex Sans', san-serif",
"slug": "ibm-plex-sans",
"name": "IBM Plex Sans"
}
],
"fontSizes": [
Expand Down

0 comments on commit aa715a7

Please sign in to comment.