[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/styles/ -> fossil.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 2,
   4      "title": "Fossil",
   5      "settings": {
   6          "color": {
   7              "gradients": [
   8                  {
   9                      "slug": "gradient-1",
  10                      "gradient": "linear-gradient(to bottom, #E1DFDB 0%, #D6D2CE 100%)",
  11                      "name": "Vertical linen to beige"
  12                  },
  13                  {
  14                      "slug": "gradient-2",
  15                      "gradient": "linear-gradient(to bottom, #958D86 0%, #D6D2CE 100%)",
  16                      "name": "Vertical taupe to beige"
  17                  },
  18                  {
  19                      "slug": "gradient-3",
  20                      "gradient": "linear-gradient(to bottom, #65574E 0%, #D6D2CE 100%)",
  21                      "name": "Vertical sable to beige"
  22                  },
  23                  {
  24                      "slug": "gradient-4",
  25                      "gradient": "linear-gradient(to bottom, #1A1514 0%, #D6D2CE 100%)",
  26                      "name": "Vertical ebony to beige"
  27                  },
  28                  {
  29                      "slug": "gradient-5",
  30                      "gradient": "linear-gradient(to bottom, #65574E 0%, #958D86 100%)",
  31                      "name": "Vertical sable to beige"
  32                  },
  33                  {
  34                      "slug": "gradient-6",
  35                      "gradient": "linear-gradient(to bottom, #1A1514 0%, #65574E 100%)",
  36                      "name": "Vertical ebony to sable"
  37                  },
  38                  {
  39                      "slug": "gradient-7",
  40                      "gradient": "linear-gradient(to bottom, #D6D2CE 50%, #E1DFDB 50%)",
  41                      "name": "Vertical hard beige to linen"
  42                  },
  43                  {
  44                      "slug": "gradient-8",
  45                      "gradient": "linear-gradient(to bottom, #958D86 50%, #D6D2CE 50%)",
  46                      "name": "Vertical hard taupe to beige"
  47                  },
  48                  {
  49                      "slug": "gradient-9",
  50                      "gradient": "linear-gradient(to bottom, #65574E 50%, #D6D2CE 50%)",
  51                      "name": "Vertical hard sable to beige"
  52                  },
  53                  {
  54                      "slug": "gradient-10",
  55                      "gradient": "linear-gradient(to bottom, #1A1514 50%, #D6D2CE 50%)",
  56                      "name": "Vertical hard ebony to beige"
  57                  },
  58                  {
  59                      "slug": "gradient-11",
  60                      "gradient": "linear-gradient(to bottom, #65574E 50%, #958D86 50%)",
  61                      "name": "Vertical hard sable to taupe"
  62                  },
  63                  {
  64                      "slug": "gradient-12",
  65                      "gradient": "linear-gradient(to bottom, #1A1514 50%, #65574E 50%)",
  66                      "name": "Vertical hard ebony to sable"
  67                  }
  68              ],
  69              "palette": [
  70                  {
  71                      "color": "#D6D2CE",
  72                      "name": "Base",
  73                      "slug": "base"
  74                  },
  75                  {
  76                      "color": "#E1DFDB",
  77                      "name": "Base / Two",
  78                      "slug": "base-2"
  79                  },
  80                  {
  81                      "color": "#1A1514",
  82                      "name": "Contrast",
  83                      "slug": "contrast"
  84                  },
  85                  {
  86                      "color": "#65574E",
  87                      "name": "Contrast / Two",
  88                      "slug": "contrast-2"
  89                  },
  90                  {
  91                      "color": "#958D86",
  92                      "name": "Contrast / Three",
  93                      "slug": "contrast-3"
  94                  }
  95              ]
  96          },
  97          "typography": {
  98              "fontFamilies": [
  99                  {
 100                      "fontFace": [
 101                          {
 102                              "fontFamily": "Inter",
 103                              "fontStretch": "normal",
 104                              "fontStyle": "normal",
 105                              "fontWeight": "300 900",
 106                              "src": [
 107                                  "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2"
 108                              ]
 109                          }
 110                      ],
 111                      "fontFamily": "\"Inter\", sans-serif",
 112                      "name": "Inter",
 113                      "slug": "heading"
 114                  },
 115                  {
 116                      "fontFace": [
 117                          {
 118                              "fontFamily": "Cardo",
 119                              "fontStyle": "normal",
 120                              "fontWeight": "400",
 121                              "src": ["file:./assets/fonts/cardo/cardo_normal_400.woff2"]
 122                          },
 123                          {
 124                              "fontFamily": "Cardo",
 125                              "fontStyle": "italic",
 126                              "fontWeight": "400",
 127                              "src": ["file:./assets/fonts/cardo/cardo_italic_400.woff2"]
 128                          },
 129                          {
 130                              "fontFamily": "Cardo",
 131                              "fontStyle": "normal",
 132                              "fontWeight": "700",
 133                              "src": ["file:./assets/fonts/cardo/cardo_normal_700.woff2"]
 134                          }
 135                      ],
 136                      "fontFamily": "Cardo",
 137                      "name": "Cardo",
 138                      "slug": "body"
 139                  },
 140                  {
 141                      "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif",
 142                      "name": "System Sans-serif",
 143                      "slug": "system-sans-serif"
 144                  },
 145                  {
 146                      "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
 147                      "name": "System Serif",
 148                      "slug": "system-serif"
 149                  }
 150              ],
 151              "fontSizes": [
 152                  {
 153                      "fluid": false,
 154                      "name": "Small",
 155                      "size": "1rem",
 156                      "slug": "small"
 157                  },
 158                  {
 159                      "fluid": false,
 160                      "name": "Medium",
 161                      "size": "1.2rem",
 162                      "slug": "medium"
 163                  },
 164                  {
 165                      "fluid": {
 166                          "min": "1.5rem",
 167                          "max": "2rem"
 168                      },
 169                      "name": "Large",
 170                      "size": "2rem",
 171                      "slug": "large"
 172                  },
 173                  {
 174                      "fluid": {
 175                          "min": "2rem",
 176                          "max": "2.65rem"
 177                      },
 178                      "name": "Extra Large",
 179                      "size": "2.65rem",
 180                      "slug": "x-large"
 181                  },
 182                  {
 183                      "fluid": {
 184                          "min": "2.65rem",
 185                          "max": "3.5rem"
 186                      },
 187                      "name": "Extra Extra Large",
 188                      "size": "3.5rem",
 189                      "slug": "xx-large"
 190                  }
 191              ]
 192          }
 193      },
 194      "styles": {
 195          "blocks": {
 196              "core/button": {
 197                  "variations": {
 198                      "outline": {
 199                          "spacing": {
 200                              "padding": {
 201                                  "bottom": "calc(0.9rem - 2px)",
 202                                  "left": "calc(2rem - 2px)",
 203                                  "right": "calc(2rem - 2px)",
 204                                  "top": "calc(0.9rem - 2px)"
 205                              }
 206                          },
 207                          "border": {
 208                              "width": "2px"
 209                          }
 210                      }
 211                  }
 212              },
 213              "core/pullquote": {
 214                  "typography": {
 215                      "fontSize": "var(--wp--preset--font-size--large)",
 216                      "fontStyle": "normal",
 217                      "fontWeight": "normal",
 218                      "lineHeight": "1.2"
 219                  }
 220              },
 221              "core/quote": {
 222                  "typography": {
 223                      "fontFamily": "var(--wp--preset--font-family--heading)",
 224                      "fontSize": "var(--wp--preset--font-size--large)",
 225                      "fontStyle": "normal"
 226                  },
 227                  "variations": {
 228                      "plain": {
 229                          "typography": {
 230                              "fontStyle": "normal",
 231                              "fontWeight": "400"
 232                          }
 233                      }
 234                  }
 235              },
 236              "core/site-title": {
 237                  "typography": {
 238                      "fontWeight": "400"
 239                  }
 240              }
 241          },
 242          "elements": {
 243              "button": {
 244                  "border": {
 245                      "radius": "100px",
 246                      "color": "var(--wp--preset--color--contrast-2)"
 247                  },
 248                  "color": {
 249                      "background": "var(--wp--preset--color--contrast-2)",
 250                      "text": "var(--wp--preset--color--white)"
 251                  },
 252                  "spacing": {
 253                      "padding": {
 254                          "bottom": "0.9rem",
 255                          "left": "2rem",
 256                          "right": "2rem",
 257                          "top": "0.9rem"
 258                      }
 259                  },
 260                  "typography": {
 261                      "fontFamily": "var(--wp--preset--font-family--heading)",
 262                      "fontSize": "var(--wp--preset--font-size--small)",
 263                      "fontStyle": "normal"
 264                  },
 265                  ":hover": {
 266                      "color": {
 267                          "background": "var(--wp--preset--color--contrast)"
 268                      }
 269                  }
 270              },
 271              "heading": {
 272                  "typography": {
 273                      "fontWeight": "normal",
 274                      "letterSpacing": "0"
 275                  }
 276              }
 277          }
 278      }
 279  }


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref