[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Literata & Ysabeau Office",
   5      "slug": "typography-preset-5",
   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.6rem",
  45                          "min": "1.4rem"
  46                      },
  47                      "name": "Extra Extra Large",
  48                      "size": "2.6rem",
  49                      "slug": "xx-large"
  50                  }
  51              ]
  52          }
  53      },
  54      "styles": {
  55          "typography": {
  56              "fontFamily": "var:preset|font-family|ysabeau-office",
  57              "letterSpacing": "-0.24px"
  58          },
  59          "blocks": {
  60              "core/navigation": {
  61                  "typography": {
  62                      "fontSize": "1.25rem"
  63                  }
  64              },
  65              "core/post-author-name": {
  66                  "elements": {
  67                      "link": {
  68                          "typography": {
  69                              "textDecoration": "underline"
  70                          },
  71                          ":hover": {
  72                              "typography": {
  73                                  "textDecoration": "none"
  74                              }
  75                          }
  76                      }
  77                  }
  78              },
  79              "core/post-title": {
  80                  "typography": {
  81                      "fontWeight": "900",
  82                      "letterSpacing": "-0.96px"
  83                  }
  84              },
  85              "core/pullquote": {
  86                  "typography": {
  87                      "fontSize": "var:preset|font-size|xx-large"
  88                  },
  89                  "elements": {
  90                      "cite": {
  91                          "typography": {
  92                              "fontSize": "var:preset|font-size|medium",
  93                              "letterSpacing": "-0.14px"
  94                          }
  95                      }
  96                  }
  97              },
  98              "core/quote": {
  99                  "elements": {
 100                      "cite": {
 101                          "typography": {
 102                              "fontSize": "var:preset|font-size|medium",
 103                              "letterSpacing": "-0.14px"
 104                          }
 105                      }
 106                  }
 107              },
 108              "core/query-title": {
 109                  "typography": {
 110                      "fontWeight": "900"
 111                  }
 112              },
 113              "core/site-title": {
 114                  "typography": {
 115                      "fontFamily": "var:preset|font-family|ysabeau-office",
 116                      "textTransform": "uppercase",
 117                      "letterSpacing": "1.6px"
 118                  }
 119              }
 120          },
 121          "elements": {
 122              "button": {
 123                  "typography": {
 124                      "fontFamily": "var:preset|font-family|literata",
 125                      "fontSize": "var:preset|font-size|medium",
 126                      "fontWeight": "900",
 127                      "letterSpacing": "-0.36px"
 128                  }
 129              },
 130              "heading": {
 131                  "typography": {
 132                      "fontFamily": "var:preset|font-family|literata",
 133                      "fontWeight": "900",
 134                      "lineHeight": "1.2"
 135                  }
 136              },
 137              "h5": {
 138                  "typography": {
 139                      "letterSpacing": "0px"
 140                  }
 141              },
 142              "h6": {
 143                  "typography": {
 144                      "fontWeight": "900",
 145                      "letterSpacing": "0px"
 146                  }
 147              }
 148          },
 149          "variations": {
 150              "post-terms-1": {
 151                  "typography": {
 152                      "fontSize": "var:preset|font-size|medium"
 153                  },
 154                  "elements": {
 155                      "link": {
 156                          "typography": {
 157                              "textDecoration": "none"
 158                          },
 159                          ":hover": {
 160                              "typography": {
 161                                  "textDecoration": "underline"
 162                              }
 163                          }
 164                      }
 165                  }
 166              }
 167          }
 168      }
 169  }


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