Questions tagged [fontawesome-4.4.0]

Font Awesome 4.4.0 is the newest version of font-awesome, the "iconic font and CSS toolkit". It comes with 66 new icons

See for more information about Font Awesome (not only version 4.4.0).

32 questions
4
votes
5 answers

How to use Font Awesome 5 icons in Laravel 6

I already installed Fontawesome in my package.json. "devDependencies": { "@fortawesome/fontawesome-free": "^5.11.2" , //etc. }, "dependencies": { "font-awesome": "^4.7.0" } and import it to my app.scss @import…
gecko
  • 1,081
  • 2
  • 9
  • 25
3
votes
3 answers

Unicode characters for font awesome 'search' not showing up after upgrading Font Awesome

I was using font awesomes 'search' font unicode characters f002 in my search field placeholder like this
user1186050
  • 10,710
  • 18
  • 92
  • 235
3
votes
4 answers

Add fontawesome icons into select2 V4 dropdown items

I am trying to display fontawesome icons in the Select2 v4 dropdown items. But the dropdown is displaying the html and not generating the actual icon. This method works with select2 V3 but does not seem to with v4. Any help is appreciated. Thank…
WildWing
  • 145
  • 3
  • 9
2
votes
1 answer

"npm" can't resolve from npm.fontawesome.com

My Angular project use module from https://npm.fontawesome.com I call command: npm --loglevel info install grun local and it is fine finished, but if call this command in build-server I have an error. .npmrc…
2
votes
1 answer

Can I Override An Existing Font Awesome CSS Icon?

I'm trying to change an exsiting Font Awesome Icon that is created in an app's CSS. I can't change the app or the CSS that it has already in place, but I can add another CSS file. I'm hoping in that file that I can edit I'm able to change one of the…
Blake
  • 109
  • 1
  • 9
2
votes
2 answers

Font awesome icon in placeholder not showing up unless font weight set to 600

I upgraded from Font Awesome 4.4 to 5 and I went from using the downloaded files to the CDN. The fonts work fine, but when using an icon in my search field input placeholder it not showing like I want: input { font-family: Arial, 'Font Awesome…
user1186050
  • 10,710
  • 18
  • 92
  • 235
2
votes
1 answer

Generate a PDF using node, pdfkit and fontawesome?

I'm running a node server and wanted to add some icons to a dynamically created PDF using PDFkit - so I installed fontawesome npm install fontawesome and required it in the .js file creating the pdf var fa = require('fontawesome'); I then tried to…
rcpilotp51
  • 492
  • 1
  • 3
  • 20
2
votes
3 answers

Rails - using font-awesome icons

I have a rails 4 app and am trying to use the font awesome icons in it (for social media login links). I have: /* application.css.css: *= require_framework_and_overrides.css.scss *= require_self *= require_tree . */ /*…
Mel
  • 3,699
  • 13
  • 71
  • 194
1
vote
1 answer

remove font-awesome from landing page of site (Wordpress)

In my header.php file, I only want to load the font-awesome css file if the page is not my main page (it is costing 1 sec of load time and barely does anything). The following code in the html part, does not work:
Dan
  • 43
  • 4
1
vote
1 answer

i am trying to add social media buttons on django template (html file), but bootstrap4 seems to be interfering with the social media icons

I am using bootstrap 4 to style my html pages. And i am using font awesome to add social media icons on the webpage too.
n0obcoder
  • 391
  • 1
  • 9
1
vote
1 answer

How to use font-awesome with node + express framework

Without less file is there any chance to use font-awesome in node with express framework Please help Thank You
Lalit Mohan
  • 419
  • 2
  • 16
1
vote
3 answers

How to create Angular JS ON-OFF Switch

I am trying to create ON-OFF switch by referring the link Here i can not use the FontAwesome reference in the index.html file and what i have done is i have copied the font-awesome-css file in my project. But the switch ON-OFF button is not getting…
1
vote
1 answer

vertical alignment of stacked icons in font awesome

I can't manage to vertically align a stacked icon fa-stack to a normal icon fa-fw in Font awesome 4.7 and bootstrap 3:
wehrs
  • 25
  • 3
1
vote
1 answer

Use android-iconics within an adapter

I'm new to android so this is probably very easy to clarify. I want to use fontawesome icons in my app. For that purpose, I'm trying to use this library https://github.com/mikepenz/Android-Iconics This is my question: I have gridview that is filled…
Gonzalo Ortellado
  • 483
  • 1
  • 5
  • 8
1
vote
1 answer

Font Awesome Icons in CSS - Larger Sizes

I am using this in my CSS: #ribbon h2:before { content: '\f145'; font-family: 'FontAwesome'; color: #FFF; } I'd like the icon to be larger using what's here: http://fontawesome.io/examples/ fa-lg
1
2 3