Questions tagged as 'font-awesome'

2
answers

Open input from icon font awesome

What happens is that I want to click on the fa-paperclip icon to open the window to choose which files I want to attach. I currently have this: <html> <head> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4...
asked by 14.11.2018 / 18:43
1
answer

How to install Font Awesome 5 in Angular 6?

Since I do not use yarn search for npm ( link ). In src / app / app.module.ts    Import {FontAwesomeModule} from '@ fortawesome / angular-fontawesome' I add it to imports    FontAwesomeModule And this causes m...
asked by 03.10.2018 / 17:13
1
answer

integrate awebsome font in HTML page [duplicated]

How can I integrate the catalog of font icons awebsome on my page and when the user selects one can know the tag of the icon that the user selected     
asked by 16.11.2017 / 22:25
1
answer

How to install "font awesome" in angular2 with angular-cli?

What would be the way to add "Font Awesome" to a project with Angular2 built with anguar-cli? The goal is not to use the font awesome CDN.     
asked by 07.03.2017 / 17:31
1
answer

I have problems with Font Awesome

Hello, I downloaded font awentsome, put the stylesheet as follows: <link rel="stylesheet" href="css/fontawesome.min.css"> I have the folder "webfonts" at the same level of the index. But he does not show me the icons. Any help?    ...
asked by 30.11.2018 / 17:13
1
answer

Fontawesome icons are not displayed, I am working with angular

I'm working on angular, I try to include some personal icons in icomoon, download fontawesome and in the css folder / I placed fontawesome.css and fontawesome.min and with regard to the new icons I also called them. This is my example: The pr...
asked by 07.11.2018 / 02:59
0
answers

Font Awesome in Laravel 5.7

I'm trying to include Font Awesome to a Laravel 5.7 Project. For this I did this: 1) npm install --save-dev @fortawesome/fontawesome-free --check and the folder is in node_modules 2) In Resources / sass / app.scss I add this: $...
asked by 20.09.2018 / 20:47
0
answers

FontAwesome in Asp.Net Core 2

I am trying to include the FontAwesome library in my project based on .Net Core 2.x, being unable to make it work. For this I have tried the following. In the file bundleconfig.json I have included the following: // Configure bundling...
asked by 07.05.2018 / 19:43