[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


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