diff --git a/theme.json b/theme.json index fadca2b..9fdb6a6 100644 --- a/theme.json +++ b/theme.json @@ -531,6 +531,17 @@ "lineHeight": "1.0" } }, + "core/list": { + "color": { + "text": "var(--wp--preset--color--black)" + }, + "css": "list-style-type: square;", + "typography": { + "fontFamily": "var(--wp--preset--font-family--instrument-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.45" + } + }, "core/paragraph": { "color": { "text": "var(--wp--preset--color--black)"