[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Beiruti & Literata",
   5      "slug": "typography-preset-1",
   6      "settings": {
   7          "typography": {
   8              "fontSizes": [
   9                  {
  10                      "fluid": false,
  11                      "name": "Small",
  12                      "size": "0.9rem",
  13                      "slug": "small"
  14                  },
  15                  {
  16                      "fluid": {
  17                          "max": "1.2rem",
  18                          "min": "1rem"
  19                      },
  20                      "name": "Medium",
  21                      "size": "1rem",
  22                      "slug": "medium"
  23                  },
  24                  {
  25                      "fluid": {
  26                          "max": "1.8rem",
  27                          "min": "1.6rem"
  28                      },
  29                      "name": "Large",
  30                      "size": "1.6rem",
  31                      "slug": "large"
  32                  },
  33                  {
  34                      "fluid": {
  35                          "max": "2.2rem",
  36                          "min": "1.8em"
  37                      },
  38                      "name": "Extra Large",
  39                      "size": "1.8rem",
  40                      "slug": "x-large"
  41                  },
  42                  {
  43                      "fluid": {
  44                          "max": "2.8rem",
  45                          "min": "2rem"
  46                      },
  47                      "name": "Extra Extra Large",
  48                      "size": "2rem",
  49                      "slug": "xx-large"
  50                  }
  51              ]
  52          }
  53      },
  54      "styles": {
  55          "typography": {
  56              "fontFamily": "var:preset|font-family|literata",
  57              "fontSize": "var:preset|font-size|medium",
  58              "letterSpacing": "-0.01em",
  59              "lineHeight": "1.6"
  60          },
  61          "blocks": {
  62              "core/button": {
  63                  "typography": {
  64                      "fontFamily": "var:preset|font-family|beiruti"
  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-terms": {
  78                  "typography": {
  79                      "fontWeight": "300"
  80                  }
  81              },
  82              "core/pullquote": {
  83                  "typography": {
  84                      "fontFamily": "var:preset|font-family|beiruti",
  85                      "fontWeight": "500",
  86                      "lineHeight": "1"
  87                  }
  88              },
  89              "core/quote": {
  90                  "typography": {
  91                      "fontSize": "var:preset|font-size|medium"
  92                  }
  93              },
  94              "core/query-pagination": {
  95                  "typography": {
  96                      "fontWeight": "300"
  97                  }
  98              },
  99              "core/site-tagline": {
 100                  "typography": {
 101                      "fontSize": "var:preset|font-size|small"
 102                  }
 103              },
 104              "core/site-title": {
 105                  "typography": {
 106                      "fontFamily": "var:preset|font-family|beiruti",
 107                      "fontWeight": "600",
 108                      "letterSpacing": "2.4px",
 109                      "textTransform": "uppercase"
 110                  }
 111              }
 112          },
 113          "elements": {
 114              "h4": {
 115                  "typography": {
 116                      "fontSize": "var:preset|font-size|large"
 117                  }
 118              },
 119              "h5": {
 120                  "typography": {
 121                      "fontSize": "var:preset|font-size|medium",
 122                      "letterSpacing": "0px"
 123                  }
 124              },
 125              "h6": {
 126                  "typography": {
 127                      "fontSize": "var:preset|font-size|small"
 128                  }
 129              },
 130              "heading": {
 131                  "typography": {
 132                      "fontFamily": "var:preset|font-family|beiruti",
 133                      "fontWeight": "500",
 134                      "letterSpacing": "-0.02em",
 135                      "lineHeight": "1.02"
 136                  }
 137              }
 138          }
 139      }
 140  }


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