Add CSS Code for Slider to change font style into Noto Sans

Add CSS Code for Slider to change font style into Noto Sans

2 Likes

@import url(‘https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap’);
.eapp-slider-slider-component {
font-family: Noto Sans;
}

?

1 Like

Hi there, @B.S :waving_hand:

Here is the CSS code to change the font in your slides:

.eapp-slider-badge-component {
    font-family: Noto Sans; 
}

.eapp-slider-title-component {
 font-family: Noto Sans; 
}

.eapp-slider-text-component {
     font-family: Noto Sans;  
 }

.eapp-slider-button-component {
font-family: Noto Sans;  
 }


I’ve also noticed that you’ve just removed the content from the default slides (which are old-type) and replace the default content with your own.

I’d recommend you using the Slide Builder option (new slide type) for this purpose, where you can choose this font right in the settings



Check it out and let me know if it helped :wink:

2 Likes