Tengo instalado la version (child theme) App de WPLMS, cuando incorpore dos fonts en el fONT MANAGER de WPLMS se rompieron y ahora aparece una font cualquiera. No funcionan las fonts de Google, al igual probe poner una api de google y tampoco funciona. Podrian darme un ejemplo de que api poner cuando quiero usar solamente la font ROBOTO en todo el sitio? Gracias
I have the WPLMS version (child theme) App installed, when I incorporated two fonts in the WPLMS font MANAGER they broke and now any font appears. Google fonts don't work, I also tried putting a Google API and it doesn't work either. Could you give me an example of what api to put when I want to only use the ROBOTO font throughout the site? Thank you
Hola, el problema es:
Tengo instalado la version (child theme) App de WPLMS, cuando incorpore dos fonts en el fONT MANAGER de WPLMS se rompieron y ahora aparece una font cualquiera. No funcionan las fonts de Google, al igual probe poner una api de google y tampoco funciona. Podrian darme un ejemplo de que api poner cuando quiero usar solamente la font ROBOTO en todo el sitio? Gracias
Attached files: Captura de pantalla 2023-12-09 a la(s) 12.43.12.png
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
body {
--primary_bg: #EBB517;
--primary_color: #FFFFFF;
--course_layout: c7;
--h1_font: Roboto Slab;
--h2_font: Roboto Slab;
--h3_font: Roboto Slab;
--h4_font: Roboto Slab;
--h5_font: Roboto Slab;
--h6_font: Roboto Slab;
--heading_font: Roboto Slab;
--widget_title_font: Roboto Slab;
}