/**
* Tabs Plugin
* From Will-Myers.com
* Tab Bar
**/
.wm-tabs {
// Horizontal & Vertical Tabs
--tab-button-font-family: var(--heading-font-font-family);
--tab-button-text-transform: normal;
--tab-button-font-size: 1rem;
// Select Dropdown
--select-button-font-size: 1rem;
}
Other options for font-family:
var(--primary-button-font-font-family) - To match your sitewide button fonts
var(--heading-font-font-family) - To match your sitewide heading font
var(--body-font-font-family) - To match your sitewide body font
var(--meta-font-font-family) - To match your sitewide monospace font
Your custom font name, ie 'Comic Sans' (except, please don’t use Comic Sans)