/** When you edit the custom profile field "STYLE - Post Font", the name in the dropdown selection has to match the name of the font exactly, ie. "Times New Roman" vs just "Times" **/

/** SANS **/
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);

/** SERIF **/
@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);
