Export code - change CSS font family

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;
}

My share link: https://preview.webflow.com/preview/zukunftsblickbiz?utm_medium=preview_link&utm_source=dashboard&utm_content=zukunftsblickbiz&preview=49042d03370a0dcc04fa95eccc83aac7&mode=preview

Hard to fully understand you issue - the font for footer-link is not lato (maybe clear cache & test again).

image

image

1 Like

Thanks for your answer.

Yes in Webflow it is “Museo”. But in the export code CSS file it is “Lato”:

.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?

1 Like

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.

Thanks a lot for your help!

You should probably contact support for that. Sounds like a buggy export.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.