[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Roboto Slab & Manrope",
   5      "slug": "typography-preset-4",
   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": "2.4rem",
  45                          "min": "2.15rem"
  46                      },
  47                      "name": "Extra Extra Large",
  48                      "size": "2.15rem",
  49                      "slug": "xx-large"
  50                  }
  51              ]
  52          }
  53      },
  54      "styles": {
  55          "typography": {
  56              "letterSpacing": "0"
  57          },
  58          "blocks": {
  59              "core/navigation": {
  60                  "typography": {
  61                      "fontSize": "var:preset|font-size|large",
  62                      "letterSpacing": "-0.28px",
  63                      "textTransform": "uppercase"
  64                  }
  65              },
  66              "core/post-author": {
  67                  "typography": {
  68                      "fontSize": "var:preset|font-size|small"
  69                  }
  70              },
  71              "core/post-author-name": {
  72                  "typography": {
  73                      "fontSize": "var:preset|font-size|small"
  74                  }
  75              },
  76              "core/post-terms": {
  77                  "typography": {
  78                      "fontWeight": "500"
  79                  }
  80              },
  81              "core/pullquote": {
  82                  "typography": {
  83                      "fontFamily": "var:preset|font-family|roboto-slab",
  84                      "fontSize": "var:preset|font-size|xx-large",
  85                      "fontWeight": "200"
  86                  }
  87              },
  88              "core/search": {
  89                  "typography": {
  90                      "textTransform": "uppercase"
  91                  }
  92              },
  93              "core/site-tagline": {
  94                  "typography": {
  95                      "fontSize": "var:preset|font-size|large"
  96                  }
  97              },
  98              "core/site-title": {
  99                  "typography": {
 100                      "textTransform": "uppercase"
 101                  }
 102              }
 103          },
 104          "elements": {
 105              "button": {
 106                  "typography": {
 107                      "fontWeight": "500",
 108                      "letterSpacing": "-0.36px",
 109                      "textTransform": "uppercase"
 110                  }
 111              },
 112              "heading": {
 113                  "typography": {
 114                      "fontFamily": "var:preset|font-family|roboto-slab",
 115                      "fontWeight": "300",
 116                      "letterSpacing": "-0.5px",
 117                      "lineHeight": "1.2"
 118                  }
 119              }
 120          }
 121      }
 122  }


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