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+ */
}
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
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!
Thanks, can you also tell me why font changes are not being written to Masonry Grids, I have to it in CSS