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...
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...
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:<...
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($_...
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...
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...
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...
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.
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...
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...