culturedguru replied
Customer Reply
Figured this out! Thanks anyways. If anyone is curious I am using Soledad Food and the property I was looking for is
.title-bar
here is the code I utilized in Custom CSS:
.title-bar h1 {
font-family: “yourcustomfonthere” !important;
text-transformation: "Capitalize";
font-size: 30px !important;
font-weight: normal;
}