Assuming I have to do this with CSS, not the font manager.
Not planning to purchase Pro.
I added this to the Custom CSS, but I assume I need to preload the font first.
.x-brand {
margin-top: 16px;
font-family: “Cormorant Garamond”;
font-size: 36px;
font-style: normal;
font-weight: 400;
letter-spacing: 0em;
text-transform: none;
color: #121212;
}
I want to preload the font for the fastest response and put the change somewhere that won’t get overwritten by updates.