In the CSS Webflow define a Webfont “Lato” wihout that i use this font. i loaded my own fonts in the site. It is the class “footer-link”. Webflow define “Lato” but i defined my own font “Museo”.
Can you please take a look? I do not want to use extern fonts in my website. Thanks.
This stand in the CSS. The font “Lato” is wrong.
.footer-link {
display: inline-block;
margin-right: 10px;
margin-left: 10px;
background-color: transparent;
background-image: none;
font-family: Lato, sans-serif;
color: #009688;
font-size: 12px;
line-height: 18px;
text-decoration: none;
}
Ok. I do not know about export code (I have no way to test this issue for you).
Your Q was not clear enough (Change Q title to “Export code - change CSS font family” or something more semantic).
In general set the font only for the body (No need to add font for each element).
This is global issue or only related to specific items?
In webflow you can export the whole website. And in this export files are all CSS files included. The CSS file does not define the font “Museo” i defined in the webflow userface. we do not host the websites with webflow. we host all websites on our own server. so i have to export all website files from webflow. and the CSS file has for this class “footer-link” a different definition than i did in the webflow userface. in the userface it is correct. but not in the exported CSS file.
This ist not a global issue. It is only for this class.