Enable dropcap for the Livre theme. (#5266)
This commit is contained in:
parent
b5c99e9e9f
commit
3531a2302e
2 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
}
|
|
@ -68,7 +68,6 @@
|
|||
]
|
||||
},
|
||||
"typography": {
|
||||
"dropCap": false,
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"Newsreader\", serif",
|
||||
|
|
Loading…
Add table
Reference in a new issue