JComings
Forum Replies Created
-
Forum: Plugins
In reply to: [YUZO] New update (5.12.40) issueSame issue – different numbers – but 3 sets of numbers on 3 different lines. I have disabled the plugin – would love to roll it back but it looks like you only offer the most recent version here.
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleThat did the trick! Thanks so much Stephen! and a sarcastic thank you to Microsoft for creating the problem.
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleTesting
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleShe is using IE 11. With thew previous code it worked on IE 11 but nowhere else – now it is working on everything but IE 11. .eot is still called for. Is it an order issue?
Joseph
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleI don’t. I will see if I can walk her through finding out for me.
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleGAH!!! OK. It’s working on everything but IE. And as much as I would love to say “who cares about IE” that is the browser that the owner of the website uses.
Here is my CSS:
@font-face { font-family: 'Conv_ITCEDSCR'; src: url('https://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.eot') format('eot'), url('https://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.woff') format('woff'), url('https://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.svg') format('svg'), url('https://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.ttf') format("ttf"); font-weight: 400; font-style: normal; } h1,h2,h3,h4 { font-family: 'Conv_ITCEDSCR'; } .entry-title { font-family: 'Conv_ITCEDSCR' !important; font-size: 45px; font-weight: normal !important; } .widget-title { font-family: 'Conv_ITCEDSCR'; font-size: 40px; }
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleYES! Thank you. Ah the joys and frustrations of being a cut and paste coder:(
Thank you so so much. I have to make sure the font is still working on the owners IE browser but it appears to be working great on my browsers and on mobile now. Thanks so much Stephen.
I’ll mark this as resolved once I’m sure it’s working on my friends end.
Forum: Fixing WordPress
In reply to: Custom Webfont TroubleAll those other fonts are in the same folder. https://www.mytributejournal.com/wp-content/uploads/fonts/
There is:
ITCEDSCR.svg
ITCEDSCR.ttf
ITCEDSCR.woff
ITCEDSCR.eotSo I’m not sure why it is only pulling the EOT.