[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Literata & Fira Sans",
   5      "slug": "typography-preset-7",
   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": "0.9rem"
  19                      },
  20                      "name": "Medium",
  21                      "size": "1rem",
  22                      "slug": "medium"
  23                  },
  24                  {
  25                      "fluid": {
  26                          "max": "1.8rem",
  27                          "min": "1.2rem"
  28                      },
  29                      "name": "Large",
  30                      "size": "1.2rem",
  31                      "slug": "large"
  32                  },
  33                  {
  34                      "fluid": {
  35                          "max": "2.2rem",
  36                          "min": "1.8rem"
  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              "fontSize": "var:preset|font-size|medium",
  57              "fontFamily": "var:preset|font-family|fira-sans",
  58              "letterSpacing": "-0.01em",
  59              "lineHeight": "1.5"
  60          },
  61          "blocks": {
  62              "core/post-title": {
  63                  "typography": {
  64                      "fontWeight": "200"
  65                  }
  66              },
  67              "core/pullquote": {
  68                  "typography": {
  69                      "fontFamily": "var:preset|font-family|literata",
  70                      "fontWeight": "200",
  71                      "letterSpacing": "0em"
  72                  }
  73              },
  74              "core/query-pagination": {
  75                  "typography": {
  76                      "fontWeight": "300",
  77                      "letterSpacing": "0px"
  78                  }
  79              },
  80              "core/quote": {
  81                  "typography": {
  82                      "fontSize": "var:preset|font-size|medium",
  83                      "letterSpacing": "-0.01em",
  84                      "lineHeight": "1.5",
  85                      "fontWeight": "300"
  86                  }
  87              },
  88              "core/site-title": {
  89                  "typography": {
  90                      "fontFamily": "var:preset|font-family|literata",
  91                      "fontSize": "var:preset|font-size|x-large",
  92                      "fontWeight": "300",
  93                      "letterSpacing": "-0.56px",
  94                      "textTransform": "uppercase"
  95                  }
  96              }
  97          },
  98          "elements": {
  99              "button": {
 100                  "typography": {
 101                      "fontFamily": "var:preset|font-family|literata",
 102                      "fontWeight": "400",
 103                      "textTransform": "uppercase"
 104                  }
 105              },
 106              "heading": {
 107                  "typography": {
 108                      "fontFamily": "var:preset|font-family|literata",
 109                      "fontWeight": "200",
 110                      "letterSpacing": "-0.02em",
 111                      "lineHeight": "1.24"
 112                  }
 113              },
 114              "h6": {
 115                  "typography": {
 116                      "fontWeight": "200"
 117                  }
 118              }
 119          }
 120      }
 121  }


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