hi guys!!
i like the font used in Home-2 (TuesdayNight), but i can't seem to replicate it as in the demo site... i've checked and i have all the configurations as in the demo template... but when checking the front in the developer console, the module title doesn't have this CSS that comes with the demo template:
.theme-home-2 .section-title {
font-family: var(--sub-font-family);
font-size: var(--h2-font-size);
}
if I try adding:
.theme-omisaya .section-title {
font-family: var(--sub-font-family);
font-size: var(--h2-font-size);
}
doesn't work either, it does change the font but to another one that is not TuesdayNight...
please, what am I missing?