CSS override for the weath app

I have used this CSS override for the font on the Weather app, no change when I publish to the site.

[class*=“Main__Container-sc”] {
font-family: ‘Open Sans’, sans-serif;
}

Hello @Vineyardsof!

I need to inform you that the CSS you are trying to apply is not suitable for Weather app. Here is the correct one:

.eapp-weather-weather-component{
  font-family: “Open Sans”;
}

However, I’ve checked your website and see that the CMS is Google Sites. Due to the peculiarities of Google Sites, this CSS code, unfortunately, won’t work because it supports only the most traditional fonts like Arial and Times New Roman.

You can try to use any Google font by following the steps described in this article (it’s suitable not only for Wix but also for Google Sites ).

Open Sans is a Google font and you can find it here :wink:

Please let me know if it helped.