Questions tagged as 'font-awesome'

4
answers

How to put a Fontawesome icon on a DataTable button? - Angular

I'm used angular-fontawesome and datatables and I want to create a button in the table, but instead of text I want to place an icon using fontawesome . I have the following code: this.dtOptions = { //... buttons: [ //......
asked by 04.05.2018 / 19:04
0
answers

some FontAwesome icons do not look correctly in nativescript-vue

Hello I am developing a mobile app with nativescript-vue, in this application I use FontAwesome 5.3.1 icons with cheatsheet codes, the problem is that some icons are not rendered as they should be. here I import the styles and fontawesome in...
asked by 23.09.2018 / 06:18
1
answer

loading font awesome icons [duplicated]

I'm having problems with loading the icons with font awesome and when he uses it he puts it to me like this:  This way I charge the icons. <!-- CARGANDO FUENTES --> <link href="https://fonts.googleapis.com/css?family=Lato" rel="sty...
asked by 13.02.2018 / 13:04
2
answers

Enter a fontawesome icon) in a cell with javascript

I have a table of 5 columns in html and almost 300 rows, the last column has no data , I want to insert a fontawesome icon and give it an action using javascript, which takes the data from your row and enter them in a textarea Here's the c...
asked by 07.10.2017 / 05:51
3
answers

Problem with FontAwesome, I do not recognize any icon

I'm using bootstrap but I've been trying to add FontAwesome for a while and it will not let me do the one that puts me on the page for a while now <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/solid.js" integrity="sha384...
asked by 18.03.2018 / 00:59
1
answer

CDN font-awesome does not work correctly

Greetings! I have the following problem with font-awesome where I want to use the CDN provided by this library but I do not get the necessary result. <!DOCTYPE html> <html> <head> <link href="https://...
asked by 18.09.2017 / 16:05
2
answers

How to do Binding to the "Icon" property of FontAwesome UWP?

I have this gallery of icons that I downloaded for my UWP project link I need to do a Binding to Icon's property so the xaml called it that way: xmlns:fa="using:FontAwesome.UWP" and in the grid or in a stackpanel I call it this way:...
asked by 19.11.2018 / 14:50
1
answer

Because when I add a font awesome icon to a text box does the icon only show me a rectangle?

Currently I would like to add a icono within my textfield so that the user can see something related to what the field represents. HTML code: <input type="text" name="nombre" placeholder="&#xf075; Add Comment" id="txtno...
asked by 13.07.2017 / 20:48
0
answers

Fontawesome in polymer 2

When I try to load the fontawesome script into a polymer 2 component I can not see the icons. This is what I do: <link rel="import" href="../../bower_components/polymer/polymer-element.html"> <script defer src="https://use.fontawesome...
asked by 02.02.2018 / 23:29
3
answers

How to align icons in the cells

Hello, I'm using the fontawesome library to show some icons in some cells <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> I try to put it in the upper part of the cell, and with valign=...
asked by 14.03.2018 / 19:42