Font Awesome IE9 & IE10 Problem

Recently, I implemented fontAwesome on one of my project, everything looked great except there were some problem with Internet Explorer 9 and 10, sometimes the icon displayed and most of the time they don’t. I looked around and figure out that something wrong with the Font files.

There are 5 files into fonts folder. The .otf, .eot, .woff, .ttf and .svg. The .eot file is used by IE7 and IE8. The .woff file is used by Chrome, IE9 and IE10, however, Chrome will fallback to use the .ttf file.

The reason the icons was not appearing was the Cpanel server which not recognizing the .woff extension MIME type.

The Solutions is very simple. Just add the following line into the .htaccess file.

AddType application/octet-stream .woff

I hope it helps.

Sign Up To Get The Latest Digital Trends

Our Newsletter

Related Posts

What is Web Designing? Explained

Due to the fact that the internet is continuously expending and is the main platform through which businesses as well as individuals can be most evidently found, web designing becomes one of the crucial fields. Web designing is more than just developing site aesthetics; it involves the combination of aesthetic planning and purposeful interaction, which…

The Essence of Dynamism in Web Design

Introduction Consumers no longer find it acceptable to simply run a stagnant website that hasn’t evolved with the demands of the contemporary digital age consumer. Users need social communication, immediacy and individualization. This is where dynamic web design comes in handy. But what is more, what can be considered as the definition of a ‘‘dynamic’’…

DevOps Jobs in Demand in 2023

Over the past few years, information technology has changed beyond recognition, and at the center of this process, there is DevOps. DevOps coined from the words development and operations has brought a drastic change on how the software is developed, deployed and managed. The job market of DevOps engineers has increased immensely and is now…

Top Trends in Web Design for 2024

Web designs that are established with competitive results are significant for any business or even an individual in the current shrinking world where everything is becoming a bit digital. What constitutes a good design has to be understood from the context that users continually learn according to changes in technology. Being in 2024, let’s look…

Top 10 Cyber Security Jobs in 2023

Introduction Cyber security has emerged as one of the crucial areas of study in the contemporary society due to the dynamically increasing threats to the individual and group data. Today, when the number of years has become more than two thousand and twenty-three, the need for specialists in this field is growing rapidly. This article…

Simple jQuery FAQs

In this post we will learn how to make simple and clean frequently asked questions section using jQuery. Please add this jQuery anywhere before closing tag on your web page. jQuery: (function($) { var allFaqs = $(‘.piefaqs > dd’).hide(); $(‘.piefaqs > dt > a’).click(function() { $(this).parent().next().toggle(); return false; }); })(jQuery); HTML: Nice Question 1 Sed…

MVC vs. Flux vs. Redux: What Should You Pick?

Introduction The Importance of Making the Right Architecture DecisionThat is why in the world of web development the architecture one decides to implement can either become the project’s making or breaking point. It affects the level of difficulty in maintenance and the expansion of your application. Therefore, one should employ good judgment when it comes…

How to Add Logo on Genesis 2.0+

Genesis version 1.* had an option to either use a Text version of Image as the Logo on your Site, since you have upgraded to the latest version the 2.0+ there is no such option and you might need to do the following to add the logo like me. 1.) Login to your WordPress dashboard.2.)…

Unicode Characters Issues

I recently encountered a weird issue when my webservice stopped working after moving to a new Server, Everything was configured properly and I scratch my head around but no helps, google the issue but no success, finally my debugging ended up figure out the issue it was Default Files Encoding that was not set to…

7 Best Software Development Life Cycle Management Methods

Software development as a discipline is complex and constantly changing and as such needs to be accurate, fast and flexible. Another essential component that needs to be addressed during software development is selection of a proper Software Development Life Cycle Management (SDLCM) method. SDLCM methods offer an organized manner of working on a project, meaning…

What Is Software Quality Assurance, and Why Is It Important?

As software development has advanced at a faster and more unpredictable pace, it has become crucial to ensure that the software that reaches the customers, meets all the qualities of a good and efficient software. This is where Software Quality Assurance (SQA) comes in for aid throughout the process of software development. SQA is the…

The Ethical Considerations in Web Design

Today web design is not only aesthetic and efficient creation of web sites but also ethical point of view. In many instances; as web designers, we have the ability to shape how the user perceives and further interacts with the site. Alright, let me give a brief look at all the ethical concerns that go…

How to Create Viral Memes with Adobe Spark

Making memes is not just haphazardly typing text over an image but it’s actually a process that needs creativity, timing, and the best equipment. Adobe Spark is an example of a tool that can help make creating memes as easy as A-B-C for the layman. If you don’t know where to start when it comes…

How to Incorporate Quizzes and Assessments in Online Courses

Introduction If we talk about the quizzes and assessments of the online education system, they are not only tests but interactive tools for the learning processes. They assist in assessing learners’ comprehension levels and give them feedback apart from increasing the interest levels among students. However, how can these two teaching strategies be incorporated in…

Master Watercolor Painting Techniques with These Easy Steps

Are you willing to start your journey with watercolor painting? Watercolor can be one of the most satisfying mediums due to a range of beautiful washes and rich colours. From a novice wishing to start the journey to one looking to optimize their performance, these steps will help you get there. Time for you to…

How to Use Figma for Website Prototyping and Design

Introduction If you use or plan to use website design and prototyping, welcome to Figma! It is not just a tool where you get to design but also a full blown comprehensive environment that makes your ideas real. But how can it be utilized to design modern and intuitive websites? Now let’s see how it…

How to Write Compelling Descriptions for Your Tutorials

In a sea of information available on the Internet, it might be difficult to make an effective call to attention—especially if one has to produce a tutorial. An interest grabber is an essential tool for any tutorial as it is the basis for attracting as many potential learners as possible into your course who are…

Make Your Own Music Beats with GarageBand

Do you sometimes wish to get into beat making – to write your own beats but have no idea where to begin? My music production partner is GarageBand! This free and flexible music composing application will then be a valuable addition to the arsenal of any novice or professional composer. In this post let’s dive…

A Beginner’s Guide to Encryption and Data Protection

Introduction With the rise of technology in our lives today privacy of personal and sensitive information is of paramount importance. Today’s threat landscape is becoming really complex and that is why it is critical to learn about encryption and data protection. In this guide, you’ll learn what encryption and data protection is and the methods…

How to Stay Motivated While Creating Your Tutorials

This paper focuses on motivation in creative work and how it can be understood. Producing tutorials itself can be quite rewarding but at times maintaining that motivation is quite tricky- let’s be real here. Therefore, what motivates one to be creative and maintain that motivation comprehensible and tangible? What Drives Us to Create? Most of…

Master Public Speaking with These 10 Easy Tutorials

It is one of the most precious skills that one should equip himself or herself depending on the type of career, social events like giving a speech during wedding ,etc. But let’s face reality—it is also one of the creepiest. Don’t worry! With these 10 easy tutorials, you’ll go from shaking to shining on stage….

How to Analyze Data Using Python and R

Introduction When it comes to data analytics both Python and R are two major programming languages that are frequently used. Both possess characteristics that makes them enticing to different group of the data science fraternity. For a professional data scientist or someone who is new to this field, grasp the concept of how to analyze…

Unicode Characters Issues

I recently encountered a weird issue when my webservice stopped working after moving to a new Server, Everything was configured properly and I scratch my head around but no helps, google the issue but no success, finally my debugging ended up figure out the issue it was Default Files Encoding that was not set to…

Learn Calligraphy with These Easy Online Tutorials

Has it ever happened to you that you saw someone writing on invitation cards, or on logos, on social media platforms like Instagram and wished that you could do it? Well, you absolutely can! With the right help and the proper tools available on the Internet, learning calligraphy has never been a problem. It’s about…