[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/styles/ -> mint.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 2,
   4      "title": "Mint",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#e4efeb",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#f1fefb",
  15                      "name": "Base / Two",
  16                      "slug": "base-2"
  17                  },
  18                  {
  19                      "color": "#000000",
  20                      "name": "Contrast",
  21                      "slug": "contrast"
  22                  },
  23                  {
  24                      "color": "#353535",
  25                      "name": "Contrast / Two",
  26                      "slug": "contrast-2"
  27                  },
  28                  {
  29                      "color": "#A4A4A4",
  30                      "name": "Contrast / Three",
  31                      "slug": "contrast-3"
  32                  }
  33              ]
  34          },
  35          "typography": {
  36              "fluid": true,
  37              "fontFamilies": [
  38                  {
  39                      "fontFace": [
  40                          {
  41                              "fontFamily": "Instrument Sans",
  42                              "fontStyle": "normal",
  43                              "fontWeight": "400 700",
  44                              "src": [
  45                                  "file:./assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2"
  46                              ]
  47                          },
  48                          {
  49                              "fontFamily": "Instrument Sans",
  50                              "fontStyle": "italic",
  51                              "fontWeight": "400 700",
  52                              "src": [
  53                                  "file:./assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2"
  54                              ]
  55                          }
  56                      ],
  57                      "fontFamily": "\"Instrument Sans\", sans-serif",
  58                      "name": "Instrument Sans",
  59                      "slug": "heading"
  60                  },
  61                  {
  62                      "fontFace": [
  63                          {
  64                              "fontFamily": "Jost",
  65                              "fontStyle": "normal",
  66                              "fontWeight": "100 900",
  67                              "src": ["file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"]
  68                          },
  69                          {
  70                              "fontFamily": "Jost",
  71                              "fontStyle": "italic",
  72                              "fontWeight": "100 900",
  73                              "src": [
  74                                  "file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2"
  75                              ]
  76                          }
  77                      ],
  78                      "fontFamily": "\"Jost\", sans-serif",
  79                      "name": "Jost",
  80                      "slug": "body"
  81                  },
  82                  {
  83                      "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif",
  84                      "name": "System Sans-serif",
  85                      "slug": "system-sans-serif"
  86                  },
  87                  {
  88                      "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
  89                      "name": "System Serif",
  90                      "slug": "system-serif"
  91                  }
  92              ]
  93          }
  94      },
  95      "styles": {
  96          "blocks": {
  97              "core/navigation": {
  98                  "typography": {
  99                      "fontStyle": "normal",
 100                      "fontWeight": "400"
 101                  }
 102              },
 103              "core/pullquote": {
 104                  "typography": {
 105                      "fontFamily": "var(--wp--preset--font-family--body)",
 106                      "fontSize": "var(--wp--preset--font-size--x-large)",
 107                      "fontStyle": "normal",
 108                      "fontWeight": "600",
 109                      "lineHeight": "1.3"
 110                  }
 111              },
 112              "core/quote": {
 113                  "typography": {
 114                      "fontFamily": "var(--wp--preset--font-family--body)",
 115                      "fontSize": "var(--wp--preset--font-size--large)",
 116                      "fontStyle": "normal",
 117                      "fontWeight": "400"
 118                  }
 119              },
 120              "core/site-title": {
 121                  "typography": {
 122                      "fontFamily": "var(--wp--preset--font-family--heading)"
 123                  }
 124              }
 125          },
 126          "elements": {
 127              "caption": {
 128                  "typography": {
 129                      "fontFamily": "var(--wp--preset--font-family--body)"
 130                  }
 131              },
 132              "h1": {
 133                  "typography": {
 134                      "fontSize": "var(--wp--preset--font-size--x-large)"
 135                  }
 136              },
 137              "h2": {
 138                  "typography": {
 139                      "fontSize": "2.1rem"
 140                  }
 141              },
 142              "h3": {
 143                  "typography": {
 144                      "fontSize": "var(--wp--preset--font-size--large)"
 145                  }
 146              },
 147              "h4": {
 148                  "typography": {
 149                      "fontSize": "1.6rem"
 150                  }
 151              },
 152              "h5": {
 153                  "typography": {
 154                      "fontSize": "1.4rem"
 155                  }
 156              },
 157              "heading": {
 158                  "typography": {
 159                      "fontFamily": "var(--wp--preset--font-family--heading)",
 160                      "fontStyle": "normal",
 161                      "fontWeight": "600"
 162                  }
 163              }
 164          },
 165          "typography": {
 166              "fontFamily": "var(--wp--preset--font-family--body)"
 167          }
 168      }
 169  }


Generated : Sun May 12 08:20:02 2024 Cross-referenced by PHPXref