-
AuthorPosts
-
April 28, 2014 at 4:53 pm #257158
Hello
That is my previous topic: https://kriesi.at/support/topic/font-change-5/
That CSS code changed the font, but not to Trebushet.
Check this pic:
http://i.gyazo.com/19002e8cdf330a5b3a8ad2c4a21356ec.pngThe header text is not trebushet
The icon box header is not trebushet too
But all other tests are in trebushet fontCould you please help?
April 29, 2014 at 7:23 pm #257810Hey Superbobrik!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
body, p { font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif !important; }
That should force all font site wide the font you want.
Best regards,
DevinApril 29, 2014 at 7:25 pm #257812Hello
Not working for Special enfold header and Icon box header.April 30, 2014 at 4:24 am #258095Hi!
Thank you for the update.
Please use this at the very bottom of Quick CSS or custom.css:
.iconbox_content_title, body .av-special-heading .av-special-heading-tag { font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif !important; }
Make sure that you didn’t add it inside any media query.
Best regards,
IsmaelMay 1, 2014 at 3:24 pm #258897I created a page with letter M everywhere, as you may see clearly that M is different for trebushet and non-trebushet.
Ismael, I added that CSS at the very bottom of CSS and that did not help
here is the result: http://gyazo.com/309dd0eca8ae33c6dcbe8e7b3d76a132Maybe it would be helpful if I post all my custom CSS here?
May 1, 2014 at 4:09 pm #258923Hey!
Can you post the link to your website so we can take a look?
Best regards,
YigitMay 1, 2014 at 4:11 pm #258925You may check here
http://math-course.ru/vebinaryi/
http://math-course.ru/trebucher/May 1, 2014 at 4:19 pm #258934Hey!
Please add following code to Quick CSS
.iconbox_content_title, body .av-special-heading .av-special-heading-tag { font-family: 'trebuchet ms', geneva!important; }
and remove the code Ismael posted here – https://kriesi.at/support/topic/font-change-again/#post-258095 and i posted here – https://kriesi.at/support/topic/font-change-5/#post-255116
Best regards,
YigitMay 1, 2014 at 4:24 pm #258936This reply has been marked as private.May 1, 2014 at 4:27 pm #258940Hey!
Please flush browser cache, this is how i see it – http://i.imgur.com/gkMh5JN.png
Cheers!
YigitMay 1, 2014 at 4:29 pm #258941oh, yes, thank you. now everything works fine. thank you for help and support!
May 1, 2014 at 4:32 pm #258942 -
AuthorPosts
- The topic ‘Font change again!’ is closed to new replies.