[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "version": 3,
   3      "$schema": "https://schemas.wp.org/trunk/theme.json",
   4      "title": "Roboto Slab & Manrope",
   5      "slug": "typography-preset-4",
   6      "settings": {
   7          "typography": {
   8              "fontFamilies": [
   9                  {
  10                      "name": "Roboto Slab",
  11                      "slug": "roboto-slab",
  12                      "fontFamily": "\"Roboto Slab\", serif",
  13                      "fontFace": [
  14                          {
  15                              "fontFamily": "\"Roboto Slab\"",
  16                              "fontStyle": "normal",
  17                              "fontWeight": "100 900",
  18                              "src": [
  19                                  "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
  20                              ]
  21                          }
  22                      ]
  23                  },
  24                  {
  25                      "name": "Manrope",
  26                      "slug": "manrope",
  27                      "fontFamily": "Manrope, sans-serif",
  28                      "fontFace": [
  29                          {
  30                              "src": [
  31                                  "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
  32                              ],
  33                              "fontWeight": "200 800",
  34                              "fontStyle": "normal",
  35                              "fontFamily": "Manrope"
  36                          }
  37                      ]
  38                  }
  39              ],
  40              "fontSizes": [
  41                  {
  42                      "fluid": false,
  43                      "name": "Small",
  44                      "size": "0.875rem",
  45                      "slug": "small"
  46                  },
  47                  {
  48                      "fluid": {
  49                          "max": "1.125rem",
  50                          "min": "1rem"
  51                      },
  52                      "name": "Medium",
  53                      "size": "1rem",
  54                      "slug": "medium"
  55                  },
  56                  {
  57                      "fluid": {
  58                          "max": "1.375rem",
  59                          "min": "1.125rem"
  60                      },
  61                      "name": "Large",
  62                      "size": "1.38rem",
  63                      "slug": "large"
  64                  },
  65                  {
  66                      "fluid": {
  67                          "max": "2rem",
  68                          "min": "1.75rem"
  69                      },
  70                      "name": "Extra Large",
  71                      "size": "1.75rem",
  72                      "slug": "x-large"
  73                  },
  74                  {
  75                      "fluid": {
  76                          "max": "2.4rem",
  77                          "min": "2.15rem"
  78                      },
  79                      "name": "Extra Extra Large",
  80                      "size": "2.15rem",
  81                      "slug": "xx-large"
  82                  }
  83              ]
  84          }
  85      },
  86      "styles": {
  87          "typography": {
  88              "letterSpacing": "0"
  89          },
  90          "blocks": {
  91              "core/navigation": {
  92                  "typography": {
  93                      "fontSize": "var:preset|font-size|large",
  94                      "letterSpacing": "-0.28px",
  95                      "textTransform": "uppercase"
  96                  }
  97              },
  98              "core/post-author": {
  99                  "typography": {
 100                      "fontSize": "var:preset|font-size|small"
 101                  }
 102              },
 103              "core/post-author-name": {
 104                  "typography": {
 105                      "fontSize": "var:preset|font-size|small"
 106                  }
 107              },
 108              "core/post-terms": {
 109                  "typography": {
 110                      "fontWeight": "500"
 111                  }
 112              },
 113              "core/pullquote": {
 114                  "typography": {
 115                      "fontFamily": "var:preset|font-family|roboto-slab",
 116                      "fontSize": "var:preset|font-size|xx-large",
 117                      "fontWeight": "200"
 118                  }
 119              },
 120              "core/search": {
 121                  "typography": {
 122                      "textTransform": "uppercase"
 123                  }
 124              },
 125              "core/site-tagline": {
 126                  "typography": {
 127                      "fontSize": "var:preset|font-size|large"
 128                  }
 129              },
 130              "core/site-title": {
 131                  "typography": {
 132                      "textTransform": "uppercase"
 133                  }
 134              }
 135          },
 136          "elements": {
 137              "button": {
 138                  "typography": {
 139                      "fontWeight": "500",
 140                      "letterSpacing": "-0.36px",
 141                      "textTransform": "uppercase"
 142                  }
 143              },
 144              "heading": {
 145                  "typography": {
 146                      "fontFamily": "var:preset|font-family|roboto-slab",
 147                      "fontWeight": "300",
 148                      "letterSpacing": "-0.5px",
 149                      "lineHeight": "1.2"
 150                  }
 151              }
 152          }
 153      }
 154  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref