diff --git a/reference/font-collections.md b/reference/font-collections.md
new file mode 100644
index 0000000..109c276
--- /dev/null
+++ b/reference/font-collections.md
@@ -0,0 +1,157 @@
+---
+---
+
+# Font Collections
+
+ The schema defines all the fields that exist within a font collection record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context. Unique identifier for the font collection.
+ JSON data type: string Read only Context: The name for the font collection.
+ JSON data type: string Context: The description for the font collection.
+ JSON data type: string Context: The font families for the font collection.
+ JSON data type: array Context: The categories for the font collection.
+ JSON data type: array Context: Schema
+
+
+
+
+
+
+
+ slug
+
+
+ view
, edit
, embed
+
+
+
+ name
+
+
+ view
, edit
, embed
+
+
+
+ description
+
+
+ view
, edit
, embed
+
+
+
+ font_families
+
+
+ view
, edit
, embed
+
+
+
+ categories
+
+
+ view
, edit
, embed
Query this endpoint to retrieve a collection of font collections. The response you receive can be controlled and filtered using the URL query parameters below.
+ +GET /wp/v2/font-collections
+
+ $ curl https://example.com/wp-json/wp/v2/font-collections
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
+ page + |
+
+ Current page of the collection. +
+ Default: |
+
+ per_page + |
+
+ Maximum number of items to be returned in result set. +
+ Default: |
+
GET /wp/v2/font-collections/<slug>
+
+ Query this endpoint to retrieve a specific font collection record.
+ +$ curl https://example.com/wp-json/wp/v2/font-collections/<slug>
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
The schema defines all the fields that exist within a font_face record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context.
+
+ id
+ |
+
+ Unique identifier for the post. ++ JSON data type: integer +Read only +Context: |
+
+ theme_json_version
+ |
+
+ Version of the theme.json schema used for the typography settings. ++ JSON data type: integer +Context: |
+
+ parent
+ |
+
+ The ID for the parent font family of the font face. ++ JSON data type: integer +Context: |
+
+ font_face_settings
+ |
+
+ font-face declaration in theme.json format. ++ JSON data type: object +Context: |
+
Query this endpoint to retrieve a collection of font_faces. The response you receive can be controlled and filtered using the URL query parameters below.
+ +GET /wp/v2/font-families/<font_family_id>/font-faces
+
+ $ curl https://example.com/wp-json/wp/v2/font-families/<font_family_id>/font-faces
+
+ font_family_id + |
+
+ The ID for the parent font family of the font face. ++ Required: 1 + + |
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
+ page + |
+
+ Current page of the collection. +
+ Default: |
+
+ per_page + |
+
+ Maximum number of items to be returned in result set. +
+ Default: |
+
+ exclude + |
+
+ Ensure result set excludes specific IDs. + |
+
+ include + |
+
+ Limit result set to specific IDs. + |
+
+ offset + |
+
+ Offset the result set by a specific number of items. + |
+
+ order + |
+
+ Order sort attribute ascending or descending. +
+ Default: One of: |
+
+ orderby + |
+
+ Sort collection by post attribute. +
+ Default: One of: |
+
+ font_family_id + |
+
+ The ID for the parent font family of the font face. ++ Required: 1 + + |
+
+ theme_json_version + |
+
+ Version of the theme.json schema used for the typography settings. +
+ Default: |
+
+ font_face_settings + |
+
+ font-face declaration in theme.json format, encoded as a string. ++ Required: 1 + + |
+
POST /wp/v2/font-families/<font_family_id>/font-faces
+ GET /wp/v2/font-families/<font_family_id>/font-faces/<id>
+
+ Query this endpoint to retrieve a specific font_face record.
+ +$ curl https://example.com/wp-json/wp/v2/font-families/<font_family_id>/font-faces/<id>
+
+ font_family_id + |
+
+ The ID for the parent font family of the font face. ++ Required: 1 + + |
+
+ id + |
+
+ Unique identifier for the font face. ++ Required: 1 + + |
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
+ font_family_id + |
+
+ The ID for the parent font family of the font face. ++ Required: 1 + + |
+
+ id + |
+
+ Unique identifier for the font face. ++ Required: 1 + + |
+
+ force + |
+
+ Whether to bypass Trash and force deletion. + |
+
DELETE /wp/v2/font-families/<font_family_id>/font-faces/<id>
+
+ $ curl -X DELETE https://example.com/wp-json/wp/v2/font-families/<font_family_id>/font-faces/<id>
+ The schema defines all the fields that exist within a font_family record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context.
+
+ id
+ |
+
+ Unique identifier for the post. ++ JSON data type: integer +Read only +Context: |
+
+ theme_json_version
+ |
+
+ Version of the theme.json schema used for the typography settings. ++ JSON data type: integer +Context: |
+
+ font_faces
+ |
+
+ The IDs of the child font faces in the font family. ++ JSON data type: array +Context: |
+
+ font_family_settings
+ |
+
+ font-face definition in theme.json format. ++ JSON data type: object +Context: |
+
Query this endpoint to retrieve a collection of font_families. The response you receive can be controlled and filtered using the URL query parameters below.
+ +GET /wp/v2/font-families
+
+ $ curl https://example.com/wp-json/wp/v2/font-families
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
+ page + |
+
+ Current page of the collection. +
+ Default: |
+
+ per_page + |
+
+ Maximum number of items to be returned in result set. +
+ Default: |
+
+ exclude + |
+
+ Ensure result set excludes specific IDs. + |
+
+ include + |
+
+ Limit result set to specific IDs. + |
+
+ offset + |
+
+ Offset the result set by a specific number of items. + |
+
+ order + |
+
+ Order sort attribute ascending or descending. +
+ Default: One of: |
+
+ orderby + |
+
+ Sort collection by post attribute. +
+ Default: One of: |
+
+ slug + |
+
+ Limit result set to posts with one or more specific slugs. + |
+
+ theme_json_version + |
+
+ Version of the theme.json schema used for the typography settings. +
+ Default: |
+
+ font_family_settings + |
+
+ font-family declaration in theme.json format, encoded as a string. ++ Required: 1 + + |
+
POST /wp/v2/font-families
+ GET /wp/v2/font-families/<id>
+
+ Query this endpoint to retrieve a specific font_family record.
+ +$ curl https://example.com/wp-json/wp/v2/font-families/<id>
+
+ id + |
+
+ Unique identifier for the post. + |
+
+ context + |
+
+ Scope under which the request is made; determines fields present in response. +
+ Default: One of: |
+
+ id + |
+
+ Unique identifier for the post. + |
+
+ theme_json_version + |
+
+ Version of the theme.json schema used for the typography settings. +
+ Default: |
+
+ font_family_settings + |
+
+ font-family declaration in theme.json format, encoded as a string. ++ Required: 1 + + |
+
POST /wp/v2/font-families/<id>
+
+
+
+ id + |
+
+ Unique identifier for the post. + |
+
+ force + |
+
+ Whether to bypass Trash and force deletion. + |
+
DELETE /wp/v2/font-families/<id>
+
+ $ curl -X DELETE https://example.com/wp-json/wp/v2/font-families/<id>
+