Weird Letters Appearing On Titles and Menus FireFox Browser

Posted in: Newspaper
Post count: 20

Hi
There seems to be a problem with using the Shadows Into Light font with a FireFox browser. (safari and google are fine) We should be in English but we appear to be in Gobble-di-gook. Can you help

Site: http://rockshot.co.uk
http://screencast.com/t/kmffH7VLrg

Supporting info:

I had to change the font by css on certain headers and masonry grids because it was not doing that in the theme panel.

Site: http://rockshot.co.uk
http://screencast.com/t/kmffH7VLrg

CSS changes here.td-header-menu-wrap{
background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.td-main-sidebar{
background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.td_block_big_grid_2 .td-big-thumb .td-module-thumb img{
width: 100%;
height: 100%;
}

h1, h2, h3, h4, h5, h6 {
color: #111111;
font-family: “Shadows Into Light”,sans-serif;
font-weight: 400;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #8e0000;
font-family: “Shadows Into Light”,sans-serif;
color: #fff;
}

.td-post-content a{color:#8e0000
}
body {

background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

Post count: 22421

Hello,
I have tested your website in firefox and chrome and they both seem to display fine at the moment. Please let us know if you require further assistance with fonts as we cannot recreate the issue.
Thank you!

Post count: 20

Thats good to know, I just thought there might be a conflict with the code. It has happened two times before
but maybe it is only me that is seeing it. Is there a code to make the font behave properly in Firefox

Post count: 22421

Hello,
Unfortunately we have no code to offer as we cannot see the issue. It could have been a temporary glitch or a cache issue. Please update your browser and clear the browser cache. Also test this issue on different machines to see if the problem is not local.
Thank you!

Post count: 20

Thanks, can you also tell me why font changes are not being written to Masonry Grids, I have to it in CSS

Post count: 22421

Hello,
The problem originates from visual composer so we cannot say for sure why this happens (It’s the same on a WP default theme). It could be a bug in the plugin so we will have to wait for an update on their part. Sorry for the inconvenience.
Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.