How to change the font type in Engineer RW8 theme?

Hi,

how can i change default font type in Engineer theme?
Default font does not support all letters.
Best would be google fonts - LATO or HELVETICA

Thx.
Mike

web: www.picomineral.cz

If you’re using the Stacks plugin, then this stack - https://stacks4stacks.com/fontstack/ - may help.

Rob

thx. i know this possibility.
but it doesn’t work on RW BLOG.
i need CSS way…

mike

You didn’t mention the Blog page type.

Maybe this can help?

1 Like

Might have better luck if you provide a URL to at least a test blog page and a description of what you might want to change to what.

All text to text type: “Open Sans”

and blog is here:
https://www.picomineral.cz/blog.html

I use the template RW8 Engineer - and when using the default font I have errors in the text - another font with punctuation letters. How do I change the default font in the template to another? For example, Open Sans?
In stack page i can use FONTSTACK but in Blog pages RW8 i can’t use stack plugin. How can i change used font?

www.picomineral.cz

look at this picture:

I find it…
the correct result was this code: * :open_mouth:

  • {
    font-family: ‘Open Sans’, sans-serif;
    line-height: 140%;
    }

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