Header Bar separators show weird characters in main browsers

12 posts by 3 authors in: Forums > CMS Builder
Last Post: November 4, 2022   (RSS)

By pgplast - November 4, 2022

Dave:

When I comment out the following CSS rule in google-fonts.css, the problem goes away.

/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url('Raleway/Raleway-Regular.ttf');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

pgplast