Hello.
I am trying to get rid of all Google Font references. I have found that there seems to be one instance in all the code…
.details-section {
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #f7f8fa;
font-family: ‘Varela Round’, sans-serif;
}
I went into the webflow designer and tried to remove the style, “details section”. It won’t go away.
I have looked throughout the pages and I can’t find any use of this style. This is a lot of work to look through.
Isn’t there some way to find references to this style, so I can eliminate them?
I have even gone as far as downloading the code and grepping through for it. I only find the snippet above and the following in the css file…
.details-section {
padding-top: 15px;
padding-bottom: 15px;
}
But when I look through the designer, I don’t see it.
There’s got to be an easier way to to this.
thanks,
.pat styles
Here is my public share link: LINK
([how to access public share link][2])