I can change the font by adding this in my style.css of child theme:
body {
font-family: Rubik;
}
But I think it’s not the best way to do it. Also how can i change the defaults font sizes. Is it possible to modify the :root variables in my style.css child theme?
For exemple the default font size looks to be 13px. And I want 14px.
-
This reply was modified 1 year, 10 months ago by xelenium7000.