themes-wordpress/hey/styles/serif.json
Jeff Ong 25b66ce0d2
Hey: add theme (#6907)
* 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>
2023-03-22 13:04:36 +05:30

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)"
}
}
}