Enable dropcap for the Livre theme. (#5266)

This commit is contained in:
Kjell Reigstad 2022-01-07 04:27:14 -05:00 committed by GitHub
parent b5c99e9e9f
commit 3531a2302e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -136,4 +136,14 @@ body > .is-root-container,
.wp-block-post-date a:hover,
.wp-block-site-title a:hover {
text-decoration: underline;
}
/*
* Drop cap refinements.
*/
.has-drop-cap:not(:focus)::first-letter {
font-size: 3.15em;
font-weight: 300;
margin: 0.25em 0.125em 0 0;
}

View file

@ -68,7 +68,6 @@
]
},
"typography": {
"dropCap": false,
"fontFamilies": [
{
"fontFamily": "\"Newsreader\", serif",