I have tried to change the font in my “Recent Posts” section of my sidebar in the Integrity Stack of X and it won’t respond.
The rest of my site has Domine as the body font. I have tried changing it in the Customizer and Customize Global CSS of Cornerstone. It won’t respond in either place.
You can add this under Custom > CSS in the Customizer.
.widget.widget_recent_entries li a {
display: block;
border-bottom: 0 !important;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; /* CHANGE THE FONT FAMILY HERE */
font-size: 135.7%;
font-weight: 400;
line-height: 1.2;
}