Hi @yoimkevinnguyen
Thanks for your question.
The text in the header is controlled by your site title which is set from Settings > General > Site Title. The font setting for this is contained in the premium version. You can however set it with Custom CSS in the free version by inserting the following into a Custom CSS plugin like Simple Custom CSS:
/* Site Title */
.site-header .site-branding h1.site-title {
font-size: 36px;
font-family: "Muli", sans-serif;
font-weight: 300;
letter-spacing: -1px;
}
If you want to use another Google Font you just need to insert the @import statement Google provides for the font you want at the very top of your Custom CSS plugin.
It’s working for my PC only and not showing up on the website on other devices.
Hi @yoimkevinnguyen
KeyCDN caching might be the problem.