Tagged: x
-
AuthorPosts
-
September 14, 2016 at 2:49 am #1174428
alchemykatipunanParticipantHi, have the following code on my custom css but still no changes on my fonts. What else am I missing?
@font-face {
font-family: ‘DINBek’;
src: url(‘http://www.*****.com/fonts/DINBek.eot’);
src: url(‘http://www.*****.com/fonts/DINBek.eot?#iefix’) format(’embedded-opentype’),
url(‘http://www.*****.com/fonts/DINBek.woff’) format(‘woff’),
url(‘http://www.*****.com/fonts/DINBek.ttf’) format(‘truetype’),
url(‘http://www.*****.com/fonts/DINBek.svg#fontname’) format(‘svg’);
}h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle {
font-family: “DINBek”;
}.x-btn {
font-family: “DINBek”;
}September 14, 2016 at 5:49 am #1174607
ChristopherModeratorHi there,
Thanks for writing in!
Did you upload fonts format to your child theme?
Please update following codes :
h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle { font-family: “DINBek”; } .x-btn { font-family: “DINBek”; }To :
h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle { font-family: 'DINBek'; } .x-btn { font-family: 'DINBek'; }If you need further assist, please provide us with URL, login and FTP credentials.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1174428 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
