[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Platypi & Literata",
   5      "slug": "typography-preset-6",
   6      "styles": {
   7          "typography": {
   8              "fontFamily": "var:preset|font-family|literata",
   9              "fontSize": "1.5rem",
  10              "letterSpacing": "-0.24px",
  11              "lineHeight": "1.3"
  12          },
  13          "blocks": {
  14              "core/navigation": {
  15                  "typography": {
  16                      "fontSize": "1.25rem"
  17                  }
  18              },
  19              "core/post-author-name": {
  20                  "elements": {
  21                      "link": {
  22                          "typography": {
  23                              "textDecoration": "underline"
  24                          },
  25                          ":hover": {
  26                              "typography": {
  27                                  "textDecoration": "none"
  28                              }
  29                          }
  30                      }
  31                  }
  32              },
  33              "core/post-terms": {
  34                  "typography": {
  35                      "fontWeight": "400"
  36                  },
  37                  "elements": {
  38                      "link": {
  39                          "typography": {
  40                              "textDecoration": "underline"
  41                          },
  42                          ":hover": {
  43                              "typography": {
  44                                  "textDecoration": "none"
  45                              }
  46                          }
  47                      }
  48                  }
  49              },
  50              "core/post-title": {
  51                  "typography": {
  52                      "fontWeight": "800",
  53                      "letterSpacing": "-0.96px"
  54                  }
  55              },
  56              "core/pullquote": {
  57                  "typography": {
  58                      "fontFamily": "var:preset|font-family|platypi",
  59                      "fontSize": "var:preset|font-size|x-large",
  60                      "letterSpacing": "-0.76px",
  61                      "fontWeight": "800"
  62                  },
  63                  "elements": {
  64                      "cite": {
  65                          "typography": {
  66                              "fontFamily": "var:preset|font-family|literata",
  67                              "fontWeight": "400",
  68                              "letterSpacing": "-0.14px"
  69                          }
  70                      }
  71                  }
  72              },
  73              "core/quote": {
  74                  "typography": {
  75                      "fontSize": "1.5rem",
  76                      "fontWeight": "600",
  77                      "letterSpacing": "-0.24px"
  78                  },
  79                  "elements": {
  80                      "cite": {
  81                          "typography": {
  82                              "letterSpacing": "-0.14px"
  83                          }
  84                      }
  85                  }
  86              },
  87              "core/query-title": {
  88                  "typography": {
  89                      "fontWeight": "800"
  90                  }
  91              },
  92              "core/site-title": {
  93                  "typography": {
  94                      "fontFamily": "var:preset|font-family|platypi",
  95                      "fontSize": "30px",
  96                      "fontWeight": "800",
  97                      "letterSpacing": "-0.6px"
  98                  }
  99              }
 100          },
 101          "elements": {
 102              "button": {
 103                  "typography": {
 104                      "fontFamily": "var:preset|font-family|platypi",
 105                      "fontSize": "1.5rem",
 106                      "fontWeight": "800"
 107                  }
 108              },
 109              "heading": {
 110                  "typography": {
 111                      "fontFamily": "var:preset|font-family|platypi",
 112                      "fontWeight": "800"
 113                  }
 114              }
 115          },
 116          "variations": {
 117              "post-terms-1": {
 118                  "typography": {
 119                      "fontSize": "16px"
 120                  },
 121                  "elements": {
 122                      "link": {
 123                          "typography": {
 124                              "textDecoration": "none"
 125                          },
 126                          ":hover": {
 127                              "typography": {
 128                                  "textDecoration": "underline"
 129                              }
 130                          }
 131                      }
 132                  }
 133              }
 134          }
 135      }
 136  }


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