font-awesome Questions

10

Solved

I have font-awesome in my node_modules folder so I try to import it in my main .scss file like so: @import "../../node_modules/font-awesome/scss/font-awesome.scss"; But Webpack bundling compilat...
Thomasina asked 11/11, 2015 at 11:39

4

Solved

I am trying to use FontAwesome in XeLaTex on OS X. So I followed the steps described on this github: Save this into your project folder as fontawesome.sty Put \usepackage{fontawesome} into the p...
Haymo asked 6/6, 2015 at 0:31

4

Solved

I would like to use Font Awesome in my React app, but when I have install npm of Font Awesome I had this error: Error: Caching was left unconfigured. Babel's plugins, presets, and .babelrc.js files...
Michaelmichaela asked 4/3, 2022 at 19:24

4

Solved

can any one tell me that how can i rotate a font awesome icon 180 degree. Actually i want to use a truck icon which is directed to right side but i found it left side rotated. For ex:- <i class...
Thermogenesis asked 21/4, 2018 at 7:50

9

Solved

When I hover on font-awesome's icons (when they're stacked together) like below (see picture). I get these strange underlines. Any idea where they could come from? Source: <div class="text-cen...
Polycythemia asked 24/2, 2014 at 9:22

8

I am developing a Google Chrome Extension that is displayed on a specific website. And I want to use Fontawesome in my chrome extension. When I try to load fonts, the error GET chrome-extension://i...
Semivitreous asked 20/12, 2016 at 8:11

3

Can anyone tell me the best way to update to newer versions of bootstrap and font awesome in blazor webassembly app from the default versions that are used when creating the project?
Downe asked 29/11, 2020 at 23:41

5

Solved

I have a project where we use font awesome 5 library. I followed the instructions that are written here and added an .npmrc file with my auth token. Is this a safe behaviour to put this in a repo?...
Micrometeorology asked 1/11, 2018 at 10:30

3

I'm trying to load a local copy of font awesome icons in my python django app, to use the pro icons in my application. My template base.html contains: {% load static %} <!doctype html> <ht...
Phillipphillipe asked 31/7, 2018 at 4:15

5

I make a menu that should look like this: But the last action (Auth) has a problem That's what I get: . The first image is quite wide and not fitting well into the space Stack Overflow provides. H...
Dipper asked 20/2, 2019 at 22:28

6

Solved

I want to use the spinner icons from font-awesome, but am not interested in any other FA feature. I could include the whole font-awesome library. But wouldn't that be an overkill for just one icon?...
Boiled asked 11/6, 2016 at 19:10

4

Solved

i'm using Laravel 9 which doesn't use mix anymore, but vite, to bundle resources, i'm also not using any preprocessors like sass or less and don't really know anything about them. Every text about ...
Morganite asked 9/8, 2022 at 8:6

2

I have installed FontAwesome 4.7 without any file changing. Works alright. But why Firefox shows these strange warnings? There are a lot of them. Can't understand what is wrong. <link rel="...
Martensite asked 2/9, 2023 at 17:13

9

Solved

I am using the marvelouse react-icons package (http://gorangajic.github.io/react-icons/fa.html), specifically the font awesome package. If this was not react, then I would just add an attribute to...
Sadducee asked 3/5, 2017 at 19:39

6

Solved

I'm working on an angular 4 project using font-awesome, i followed this guide to install the library with npm: How to add font-awesome to Angular 2 + CLI project i've configured the project to com...
Gurnard asked 8/12, 2017 at 0:9

8

Solved

We'd like to be able to use a Font Awesome ( http://fortawesome.github.com/Font-Awesome/ ) icon as a bullet point for unordered lists in a CMS. The text editor on the CMS only outputs raw HTML so ...
Debacle asked 17/9, 2012 at 23:15

11

Solved

I do not know what is going on but in the browser console I can see 3 errors related to font-awesome GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.woff2?v=4.3.0 GET http://...
Compte asked 28/3, 2015 at 0:4

3

Solved

I am writing a Server Side Rendered app with Svelte/Sapper and I am having trouble using Font Awesome fonts. I am using the following to load the font: <script> import Icon from "svelte-aw...
Arrowood asked 30/5, 2020 at 3:36

3

Solved

I'm using SVG Font Awesome icons in a simple HTML doc, and I want add shadows to them. So I tried doing... <div style="text-shadow: 2px 2px 5px #000"> <i class="fa fa-searc...
Kevyn asked 29/1, 2019 at 17:6

6

Solved

downloadable font: rejected by sanitizer (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1) source: http://192.168.1.254/theme/font-awesome/fonts/fontawesome-web...
Cessation asked 25/5, 2016 at 6:37

3

Fontawesome styled icons does not work in vite.js. You may simply create a vite app then add fontawesome to it and you'll notice it. The error: Uncaught ReferenceError: process is not defined at n...
Tipcat asked 15/12, 2022 at 9:57

5

Solved

I want to use font awesome icons for a markup which is automatically generated and I cannot change that. The following markup will display the ol list. I want to replace the numbers with the icons...
Preuss asked 7/10, 2013 at 6:58

5

Solved

I would like to place a number at top right corner of the font awesome cart icon. I have created this simple html. <!DOCTYPE html> <html> <head> <meta name="viewport" c...
Remitter asked 12/7, 2018 at 11:12

4

Solved

I want to render a FontAwesome icon as an SVG dynamically provide it as an image source using Javascript. I want my output to be something like this PS - I will draw the circle myself. Just need...
Rexfourd asked 5/7, 2018 at 17:20

3

Solved

I would like to add fontawesome to my nextjs 13 project. I'm trying to implement solution #3 which was asked a long time ago. I've tried the solution in the fontawesome documentation as well. I'm j...

© 2022 - 2025 — McMap. All rights reserved.