
* Initial commit. * update min required version to 6.1 and few minor fixes * remove additional CSS related to block issues * compress screenshot * add empty index.php --------- Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 2,
|
|
"title": "Serif",
|
|
"styles": {
|
|
"elements": {
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--piazzolla)"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--piazzolla)"
|
|
}
|
|
}
|
|
}
|