font-awesome Questions

4

Solved

Stencil version: @stencil/[email protected] I want to use Font Awesome inside my Stencil component. I followed these steps from https://fontawesome.com/how-to-use/on-the-web/setup/using-packag...
Utilitarian asked 5/9, 2019 at 14:59

3

Solved

I have a website, setup with webpack. I added Font Awesome Pro and configured the global token for it. So the Pro Icons are working. But some doesn't, like fa-github or fa-twitter. And these are a...
Simplism asked 6/4, 2018 at 7:8

3

Solved

I've been using fontawesome with no issues for months. Today, I started seeing this error whenever I tried to push my app to production. error An unexpected error occurred: "https://npm.fontaw...
Born asked 4/5, 2022 at 1:47

10

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-loader), but nothing has worked for me. I...
Feigned asked 26/6, 2017 at 1:49

15

I'm attempting to using react-fontawesome and implementing it in what seems to me to be exactly the same as the readme: https://github.com/danawoodman/react-fontawesome/blob/master/readme.md impor...
Kobayashi asked 1/3, 2017 at 2:41

5

I am trying to use the following font-awesome icon <i class="fa fa-minus-circle"></i> as a delete icon next to items in a list on my page like this: Item 1 delete-icon Item 2 delete...
Stir asked 3/2, 2016 at 19:29

4

I'm working on a React application using FontAwesome icons. When attempting to render icons using the FontAwesomeIcon component from @fortawesome/react-fontawesome, I encountered the following erro...
Daven asked 10/12, 2023 at 7:2

45

Solved

So I'm trying to prototype a marketing page and I'm using Bootstrap and the new Font Awesome file. The problem is that when I try to use an icon, all that gets rendered on the page is a big square....
Conchita asked 16/1, 2013 at 19:24

10

Solved

I am wondering if it's possible to utilize font-awesome (or any other iconic font) classes to create a custom <li> list-style-type? I am currently using jQuery to do this, ie: $("li.myClass...
Batty asked 13/11, 2012 at 1:54

27

Solved

I build app that will present a lot of icons so I need list of all Font-Awesome class name like ["fa-dropbox","fa-rocket","fa-globe", ....] so on is there any way to get it ?
Genera asked 16/1, 2015 at 21:25

7

I am useing Font Awesome 5. Some icons are not showing in Chrome. For example "fa-facebook-f". When I change the icon class to fa-facebook it works. Is there a way to fix it? Here is what i see in ...
Granulate asked 21/3, 2018 at 10:17

3

Solved

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' import { faBars } from '@fortawesome/f...
Abduction asked 6/7, 2018 at 9:30

9

I am working with Angular 4 in dev environment (localhost). I installed font awesome via npm and added: "./node_modules/font-awesome/css/font-awesome.css", to my styles scripts. When I check my...
Launcher asked 8/9, 2017 at 5:48

12

I am building Semantic UI with Gulp using this guide However, the problem is now that the icons are not showing. So if I use <i class="facebook icon"></i>, nothing shows up. I guess ...
Syncarpous asked 21/3, 2017 at 9:37

5

Solved

I am using a .npmrc file to configure a private repo (font-awesome-pro). It works well without docker. But with docker, the npm install fails: npm ERR! code E401 npm ERR! 404 401 Unauthorized: @for...
Eccentric asked 14/6, 2018 at 7:18

8

Solved

I am trying to use Font-awesome icons in my Angular-13 Application, whenever I try to use <fa-icon [icon]="[someIconName]"></fa-icon> it throws a below errors. I am unable to ...
Uropygium asked 21/6, 2022 at 13:14

3

I have a table and I have it set up to dynamically add rows with a button.I am having some issues figuring out how to dynamically add a font awesome icon to the end. Below is the code to add the ...
Toddle asked 28/7, 2017 at 16:33

7

I'm trying to use ReactJS with font-awesome but I am getting a module not found error. The files are in the npm modules folder so I'm not sure what is going wrong. I have the following in my packag...
Thoria asked 8/7, 2022 at 10:23

10

Solved

I'm currently using FontAwesome, and am having a really hard time centering the icons both vertically and horizontally in their container. I have tried doing it via positioning and ran into issues ...
Illomened asked 14/7, 2013 at 19:33

3

Solved

I'm working on an ASP.NET CORE MVC application and i'm having trouble loading the font awesome icons. Here is what the folder layout is: Here is what my _layout.cshtml looks like: <environment...
Black asked 30/7, 2019 at 16:6

3

Solved

Base in the Font Awesome documentation I create this icon: <span class="fa-stack fa-5x"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-flag fa-stack-1x fa-inverse...
Jud asked 10/9, 2014 at 16:28

6

Solved

I'm trying to integrate Font Awesome in JSF. <h:outputStylesheet library="font-awesome" name="css/font-awesome.min.css" /> But the browser can't find the font files. They appear as empty s...
Monstrous asked 15/7, 2015 at 15:36

5

When my page loads, I hide the icon-refresh + icon-spin icon by setting its display property to none. Now, after some action is performed, I wish to display this icon. I invoke jQuery's .show() m...
Wallah asked 11/4, 2013 at 20:5

25

Solved

How could I style the color, size and shadow of icons from FontAwesome's Icons? For example, FontAwesome's site will show some icons in white and some in red but won't show the CSS for how to style...
Monosepalous asked 4/9, 2012 at 22:44

4

Solved

I want to use Font Awesome icons in my react-native project for android. I want to do it manually without using any third party library like react-native-vector-icons or others.
Ratite asked 27/8, 2017 at 15:8

© 2022 - 2024 — McMap. All rights reserved.