Title: JComings's Replies | WordPress.org

---

# JComings

  [  ](https://wordpress.org/support/users/jcomings/)

 *   [Profile](https://wordpress.org/support/users/jcomings/)
 *   [Topics Started](https://wordpress.org/support/users/jcomings/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jcomings/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jcomings/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jcomings/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jcomings/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jcomings/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YUZO] New update (5.12.40) issue](https://wordpress.org/support/topic/new-update-51240-issue/)
 *  [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/new-update-51240-issue/#post-7447578)
 * Same 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846434)
 * That did the trick! Thanks so much Stephen! and a sarcastic thank you to Microsoft
   for creating the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846398)
 * Testing
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846375)
 * She 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846356)
 * I don’t. I will see if I can walk her through finding out for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846261)
 * GAH!!! 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('http://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.eot') format('eot'), url('http://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.woff') format('woff'), url('http://www.mytributejournal.com/wp-content/uploads/fonts/ITCEDSCR.svg') format('svg'), url('http://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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846238)
 * **YES! 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Webfont Trouble](https://wordpress.org/support/topic/custom-webfont-trouble/)
 *  Thread Starter [JComings](https://wordpress.org/support/users/jcomings/)
 * (@jcomings)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-webfont-trouble/#post-6846235)
 * All those other fonts are in the same folder. [http://www.mytributejournal.com/wp-content/uploads/fonts/](http://www.mytributejournal.com/wp-content/uploads/fonts/)
 * There is:
    ITCEDSCR.svg ITCEDSCR.ttf ITCEDSCR.woff ITCEDSCR.eot
 * So I’m not sure why it is only pulling the EOT.

Viewing 8 replies - 1 through 8 (of 8 total)