Questions tagged as 'font-awesome'

2
answers

How to select only the characters I want from a source?

I'd like to decrease the disk's font size so the page loads faster. It is the font of Awesome Font icons. I want to know if there is any tool so I can remove the characters I do not use and leave the font "leaner." For example, if I only use...
asked by 06.09.2017 / 04:36
1
answer

Are all FontAwesome folders useful?

I use Font Awesome 5.2 just this way to insert the icons: <i class="fab fa-500px"></i> I would like to know if it is necessary to leave in the project all those folders and files that come in the file downloaded from the site, i...
asked by 14.12.2018 / 17:15
2
answers

Error - Icon Font-Awesome

I need to add an icon to a menu, the icon I want to use is:    fa-file-pdf-o (PDF) Of class:    font-awesome.min.css Only one problem exists when I add the same. It appears as follows: TheHTMLcodethatcreatesthismenuitemisbelow:<...
asked by 08.09.2017 / 15:14
3
answers

How do I make icone font awesome change the color to indicate the current page? [closed]

Use awesome font as menu. The initial icon color is yellow. How do I make the icon remain white when it is on the current page? I have tried using css, but without success. <div class="centralizar"> <?php $paginaCorrente = basename($_...
asked by 19.06.2017 / 14:36
1
answer

How do I use a font-awesome icon with the Knob button?

In the Angular Material documentation there are examples of how to use icons in buttons through an SVG icon. / p> Example: <md-button class="md-icon-button md-primary" aria-label="Settings"> <md-icon md-svg-icon="img/icons/m...
asked by 14.02.2017 / 16:19
1
answer

How to change an element's class - Awesome Font

I have an Awesome Font icon in which I am trying to make the element clickable, change the icon from fa fa-plus to fa fa-minus and clicking again, the icon returns to fa fa-plus . How can I do this? Here is the code for...
asked by 17.11.2015 / 01:17
2
answers

Put two icons in the same paragraph

I have a paragraph in my view. In this paragraph, I have the indication of my cell phone and I got the bootstrap symbol, like this: <p><i class="fa fa-phone"></i> Phone (Brasil) : +55 11 99999-8888</p> I would like y...
asked by 22.05.2017 / 20:16
1
answer

Icon next to input

I want to create a page to run on the captive portal, and I really enjoyed the inputs from the King Debrid login page, but it uses Bootstrap. I wanted the same effect, but without using Bootstrap.     
asked by 02.02.2016 / 18:44
2
answers

Problem in implementing awesome font icone by css

I'm having a problem loading my font via css I'm using font awesome 5 I'm implementing icones via content on css but the icon I want to use is not working that would be the icon link I want to use F0da but he does n...
asked by 09.05.2018 / 17:33
2
answers

How to add sort indicators to a table?

I have created a sort algorithm [ascending - descending] of [letters - numbers]. I'm trying to add some sort order in the column title, but it's not working as it should. Example: function sortTable(table, col, reverse) { var tb...
asked by 19.02.2016 / 11:45