[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/typography/ -> typography-preset-3.json (source)

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Platypi & Ysabeau Office",
   5      "slug": "typography-preset-3",
   6      "settings": {
   7          "typography": {
   8              "fontSizes": [
   9                  {
  10                      "fluid": false,
  11                      "name": "Small",
  12                      "size": "0.875rem",
  13                      "slug": "small"
  14                  },
  15                  {
  16                      "fluid": {
  17                          "max": "1.125rem",
  18                          "min": "1rem"
  19                      },
  20                      "name": "Medium",
  21                      "size": "1rem",
  22                      "slug": "medium"
  23                  },
  24                  {
  25                      "fluid": {
  26                          "max": "1.375rem",
  27                          "min": "1.125rem"
  28                      },
  29                      "name": "Large",
  30                      "size": "1.38rem",
  31                      "slug": "large"
  32                  },
  33                  {
  34                      "fluid": {
  35                          "max": "2rem",
  36                          "min": "1.75rem"
  37                      },
  38                      "name": "Extra Large",
  39                      "size": "1.75rem",
  40                      "slug": "x-large"
  41                  },
  42                  {
  43                      "fluid": {
  44                          "max": "3.625rem",
  45                          "min": "2.625rem"
  46                      },
  47                      "name": "Extra Extra Large",
  48                      "size": "2.625rem",
  49                      "slug": "xx-large"
  50                  }
  51              ]
  52          }
  53      },
  54      "styles": {
  55          "typography": {
  56              "fontFamily": "var:preset|font-family|ysabeau-office",
  57              "fontWeight": "400",
  58              "letterSpacing": "-0.22px",
  59              "lineHeight": "1.6"
  60          },
  61          "blocks":{
  62              "core/code": {
  63                  "typography": {
  64                      "letterSpacing": "0px"
  65                  }
  66              },
  67              "core/list": {
  68                  "typography": {
  69                      "lineHeight": "1.3"
  70                  }
  71              },
  72              "core/loginout": {
  73                  "typography": {
  74                      "fontSize": "var:preset|font-size|medium"
  75                  }
  76              },
  77              "core/post-author": {
  78                  "typography": {
  79                      "fontSize": "var:preset|font-size|medium"
  80                  }
  81              },
  82              "core/post-author-biography": {
  83                  "typography": {
  84                      "fontSize": "var:preset|font-size|medium"
  85                  }
  86              },
  87              "core/post-author-name": {
  88                  "typography": {
  89                      "fontSize": "var:preset|font-size|medium"
  90                  }
  91              },
  92              "core/post-terms": {
  93                  "typography": {
  94                      "fontWeight": "400"
  95                  }
  96              },
  97              "core/post-title": {
  98                  "typography": {
  99                      "fontWeight": "500",
 100                      "letterSpacing": "-0.8px"
 101                  }
 102              },
 103              "core/pullquote": {
 104                  "typography": {
 105                      "fontFamily": "var:preset|font-family|platypi",
 106                      "letterSpacing": "-0.01em",
 107                      "lineHeight": "1.1"
 108                  }
 109              },
 110              "core/quote": {
 111                  "typography": {
 112                      "fontWeight": "300"
 113                  }
 114              },
 115              "core/site-title": {
 116                  "typography": {
 117                      "fontFamily": "var:preset|font-family|ysabeau-office",
 118                      "fontSize": "var:preset|font-size|medium",
 119                      "letterSpacing": "1.44px",
 120                      "textTransform": "uppercase"
 121                  }
 122              }
 123          },
 124          "elements": {
 125              "button": {
 126                  "typography": {
 127                      "fontFamily": "var:preset|font-family|ysabeau-office",
 128                      "fontWeight": "600",
 129                      "letterSpacing": "1.44px",
 130                      "textTransform": "uppercase"
 131                  }
 132              },
 133              "heading": {
 134                  "typography": {
 135                      "fontFamily": "var:preset|font-family|platypi"
 136                  }
 137              }
 138          }
 139      }
 140  }


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref