Google Slides · JSON Structure

Google Slides Weighted Font Family Structure

Type: object Properties: 2
CollaborationGoogle WorkspacePresentationsProductivitySlides

WeightedFontFamily is a JSON Structure definition published by Google Slides, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fontFamily weight

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WeightedFontFamily",
  "type": "object",
  "properties": {
    "fontFamily": {
      "type": "string"
    },
    "weight": {
      "type": "integer"
    }
  }
}