I tried what you said to do in this article:
To use a google font for the subtitle. I’m using the child theme for Entrada: Modern.
I pasted this code in the CSS but there is no change:
/subtitle on banners at page tops/
@import url(‘https://fonts.googleapis.com/css?family=Poppins:400’);
h2.main-heading {
font-family: ‘Poppins’, sans-serif;
}
I even tried putting the @import part in the child theme CSS by going to Theme Editor but that also had no effect.
Web site it www.fantaseek.com
Can you help?
thanks