Site logo

Archived topic

I change the font thickness but noting happend

1 reply · Started by Robert on May 17, 2021

Viewing posts 1–2 of 2

Hi

I try to change the font thickness in the posts but noting happend

https://snipboard.io/rYaEAv.jpg

If I change the font size - it works corect, but does not matter
if I set the thickness 100 or 900 - noting happend

What I make wrong ?

Kr
Robert

Hi there,

the GP fonts are being overriden by this CSS:

.elementor-kit-729 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-31ddad1d: #4054B2;
    --e-global-color-4b3c80d5: #23A455;
    --e-global-color-6cd811f5: #000;
    --e-global-color-4ca8d825: #FFF;
    --e-global-typography-primary-font-family: "Rajdhani";
    --e-global-typography-primary-font-size: 50px;
    --e-global-typography-primary-font-weight: 200;
    --e-global-typography-secondary-font-family: "Rajdhani";
    --e-global-typography-secondary-font-weight: 200;
    --e-global-typography-text-font-family: "Rajdhani";
    --e-global-typography-text-font-weight: 200;
    --e-global-typography-accent-font-family: "Rajdhani";
    --e-global-typography-accent-font-weight: 200;
    font-family: "KELSON", Sans-serif;
    font-weight: 800;
}

Which is generated by Elementor. For the Theme Fonts to work you would need to disable the global fonts option in Elementor.

This archived topic is closed to new replies.