Tagged: x
-
AuthorPosts
-
January 4, 2017 at 5:42 pm #1316530
Hi,
I’ve added a typeset font to the WordPress site and using it on the main site, But I can’t get it to work on the evolution slider. The font I’m trying to use is ‘FreightSans Pro’
How can I implement it into the slider?
I’m going to give you my login details in the next post..
Thanks
Ed
January 4, 2017 at 5:43 pm #1316532This reply has been marked as private.January 5, 2017 at 1:36 am #1316998Hi there,
Thanks for writing in! I’d like to check but your site asking for extra authentication that you have set through httaccess. Let’s provide the credentials as well.
Cheeers!
January 5, 2017 at 8:49 am #1317363This reply has been marked as private.January 5, 2017 at 10:00 am #1317448Hi there,
Thanks for writing back. All of your pages seems empty so not sure where you have used the slider and font. Kindly provide the exact page in question so that we can check.
Cheers!
January 5, 2017 at 10:21 am #1317478Click the home page button…
January 5, 2017 at 11:53 am #1317576Hi there,
You can use CSS like this :
.rev_slider .caption, .rev_slider .tp-caption { font-family: "FreightSans Pro", sans-serif; }
Make sure the font is loaded to your site first.
Cheers!
January 5, 2017 at 12:23 pm #1317642Where do I put this CSS?….in the customiser?
The font has been added via the Typekit plugin. Is this correct?
January 5, 2017 at 1:51 pm #1317744HI there,
You can add it in Slider Settings > Custom CSS.
Yes, as long as the font is loaded correctly it should be fine.
Hope this helps.
January 5, 2017 at 1:59 pm #1317753Ok great, that works. Only in the front end though, not in the editor.
Also it looks quite spaced out the type and light is there a way to adjust the letter spacing and weight?
January 5, 2017 at 10:57 pm #1318394Hi there,
You can try this
.rev_slider .caption, .rev_slider .tp-caption { font-family: "FreightSans Pro", sans-serif; font-weight: 700 !important; letters-spacing : 3px !important; }
But please note the revlsider dynamically change font weight and spacing depending on slider size. Hence, applying such CSS will greatly affect the responsive nature of your texts. It’s best to change your font styling within slider layers instead of CSS.
Thanks!
-
AuthorPosts