Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Fonts show different on browsers › Reply To: Fonts show different on browsers
I’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; }