Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Fonts show different on browsers
- This topic has 8 replies, 4 voices, and was last updated 9 years, 9 months ago by
ten12design.
-
AuthorPosts
-
January 2, 2014 at 10:41 pm #3596
ten12design
MemberI am curious on how to display on style font on all browsers. I selected the font in the backend and I still see another style on Firefox, and safari
any ideas?January 4, 2014 at 4:58 pm #3618Raghavendra
ModeratorThis is because the site has the child theme of Extinct theme loaded but does not have the child theme style.css file modified to remove the custom styles included there for loading custom font Weston. If you unload the child theme and instead load the parent theme Extinct, things should look the same in all browsers. Firefox does not take the child theme style.css settings into effect since it is still referring to remote font downloads on our servers due to security reasons.
If you plan to use one of the fonts listed in the theme options Fonts tab, pls either empty the child theme style.css file or load the parent theme itself.
January 6, 2014 at 1:10 pm #3631ten12design
MemberSo basically I activated the wrong theme, I should have used the parent theme and adjusted the style sheet in that folder? Will everything be the same if I activate the parent theme?
January 7, 2014 at 12:35 pm #3640Raghavendra
ModeratorYes, you can activate the parent theme and things should remain the same.
If you want to use the child theme ( it is not a wrong theme per se) you just need to remove custom styling defined in its style.css file but leave the parent stylesheet import there.
January 8, 2014 at 10:27 am #3651cliftoncreate
MemberI’m having a similar problem, would it be possible to clarify exactly which part of the Child CSS code (attached) needs to be removed to resolve this issue
Many thanks
/*
Theme Name: Extinct Child
Theme URI: https://www.livemeshthemes.com/extinct
Description: Child theme for the Extinct Theme by LiveMesh
Author: LiveMesh
Author URI: http://themeforest.net/user/livemesh
Template: extinct
Version: 0.1.0
*/@import url(“../extinct/style.css”);
/* Download Weston font from http://fontfabric.com/weston-free-font/
* and generate web fonts from http://www.fontsquirrel.com/tools/webfont-generator
* and include URL for the generated web font elements here . */
@font-face {
font-family: ‘Weston’;
src: url(‘https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.eot’);
src: url(‘https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.woff’) format(‘woff’),
url(‘https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.ttf’) format(‘truetype’),
url(‘https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.svg#weston_freeregular’) format(‘svg’);
font-weight: normal;
font-style: normal;}
.fancy-heading, .fancy-heading2 { font-family: ‘Weston’ !important; font-weight: normal !important; }
h1, h2, h3, h4, h5, h6, #before-content-area h1, #before-content-area h2 , #sitemap-template h2, #archives-template h2,
.archive h2, #portfolio-full-width .entry-title, #portfolio-template .entry-title, .post-snippets .hentry .entry-title,
#retina-text h3, .widget-title { font-family: ‘Weston’ !important; font-weight: normal !important; }.heading2 .title { letter-spacing: 3px !important; }
#content .entry-title, #content .entry-title a, .comment-author cite, .header-fancy { font-family: ‘Weston’ !important; }
.contact-info .phone-label, .contact-info .email-label, #author-widget .author-name { font-family: ‘Weston’ !important; }
#portfolio-full-width .entry-title, #portfolio-template .entry-title, .post-snippets .hentry .entry-title { font-size: 16px !important; }
January 8, 2014 at 12:28 pm #3657Nexus
ModeratorYou will have to remove all the lines of code appearing after
@import url(“../extinct/style.css”);
.January 8, 2014 at 12:52 pm #3658cliftoncreate
MemberGreat, works a treat. Thanks for the help and quick reply.
January 9, 2014 at 1:16 pm #3672Nexus
ModeratorCheers.
January 9, 2014 at 1:20 pm #3673ten12design
MemberI switched to the Parent theme and now I don’t have that problem.
-
AuthorPosts
- The forum ‘Extinct Theme Support’ is closed to new topics and replies.