Ticket #57854: 57854.patch
File 57854.patch, 1.1 KB (added by , 22 months ago) |
---|
-
wp-content/themes/twentytwentyone/assets/css/style-editor.css
1442 1442 1443 1443 .wp-block-pullquote p { 1444 1444 font-family: var(--pullquote--font-family); 1445 font-size: var(--pullquote--font-size);1445 font-size: inherit; 1446 1446 font-style: var(--pullquote--font-style); 1447 1447 font-weight: 700; 1448 1448 letter-spacing: var(--pullquote--letter-spacing); -
wp-content/themes/twentytwentyone/style.css
2864 2864 2865 2865 .wp-block-pullquote p { 2866 2866 font-family: var(--pullquote--font-family); 2867 font-size: var(--pullquote--font-size);2867 font-size: inherit; 2868 2868 font-style: var(--pullquote--font-style); 2869 2869 font-weight: 700; 2870 2870 letter-spacing: var(--pullquote--letter-spacing);