I have some font awesome icons that I want to change to a different color but for some reason it will not work. Here's my html and css: HTML <span><i
I want to add google play and apple icons with the download button the apple icon works fine but the google play doesn't show and i don' know why <link r
In their pricing page, Font Awesome free version now (March 2020) shows a limit of 10k pageviews per month. What happens when your site reaches that limit? Will
I know that there are other questions on StackOverflow about this but those solutions haven't worked out for me. I'm trying to create a responsive navbar with a
Some Font Awesome icons (v4.7) are not displayed in Chrome (not even in the fontawesome.com webpage) - plz see attachment. It seems the ::before is completely m
I created a React application with npx create-react-app. Then following these instructions https://fontawesome.com/how-to-use/on-the-web/using-with/react I inst
I've created date picker as a button,and when hovering it, it looks messy in chrome browser. may be the reason is only because of its default
Basically I'm trying to use two icons: <i class="fas fa-heart"></i> Solid heart icon <i class="far fa-heart"></i> Regular heart icon
I'm new to Rails 7's importmap and the documentation says you can pin a JavaScript module and then import it: ./bin/importmap pin react react-dom import React
I'm new to Rails 7's importmap and the documentation says you can pin a JavaScript module and then import it: ./bin/importmap pin react react-dom import React
I use some fontawesome icons in a quasar project. I import them as specified in the quasar doc: Webfont icons are available through @quasar/extras package. You
I'm trying to add font-awesome to my Next.js project using webpack. I've tried following various instructions I've found on the web (using file-loader, url-load
Using react-bootstrap-typeahead is it possible to change the contents of the Clear button? I need to include a FontAwesome icon and "CLEAR" text to match a desi
I followed https://fontawesome.com/how-to-use/on-the-web/using-with/vuejs. But when use it like: import { library } from '@fortawesome/fontawesome-svg-core' i
I'm trying to update some theme from fontawesome 4 to 5. So far everything seems to work fine, the icons in i tags are displayed. Except for one specific icon t
Can someone tell how to open font awesome font browser (linked below)- windows batch file. when I double click, command is opening but it shows an exception an
I'm working in Angular 11 with FontAwesome, and there's a context where I'd like to specify an icon by specifying a class attribute on an html element, after th
I'm trying to add Font Awesome to newly installed Laravel 8 Jetstream with Inertia but receiving the following error Unknown error from PostCSS plugin. Your cur
My code in App.js import * as React from 'react' import { View } from 'react-native' import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome' im
There seems to be no class for input type 'submit' in font-awesome. Is it possible to use some class from font-awesome for button input? I've added icons to all