First of all, Awesome plugin. Very simple but functional. The question is:
how can we change the font-family (and any other rules) whithin a menu template?
The file is brm.colorful.min.css
The first line is
@import url(“https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap”);
and the target line semms to be
.brm-heading h2 {font-family: ‘Nunito’,sans-serif !important;}
I tried to change with ‘Lora’ instead of ‘Nunito’ everywhere either in the CSS site and in the plugin too, but nothing happened. It never worked. What is my mistake?
Best regards