Top "Font-awesome" questions

Font Awesome is an iconic standalone vector font, initially developed for use with the Twitter Bootstrap front-end framework.

How to use icons and symbols from "Font Awesome" on Native Android Application

I'm trying to use Font Awesome on my application, I was able to integrate the font using Typeface.createFromAsset(), but …

android font-awesome
Is it possible to make Font Awesome icons larger than 'fa-5x'?

I am using this HTML code: <div class="col-lg-4"> <div class="panel"> <div class="panel-heading"&…

html css twitter-bootstrap font-awesome
Add tooltip to font awesome icon

Has anyone here added tooltips to font-awesome icons? I have the following jsfiddle, but cannot seem to find a guide …

icons tooltip font-awesome
Alt or title attribute for i tag

I use font-awesome and display their fonts like that: <i class="icon-lock"></i> This will display …

html tags font-awesome
Font Awesome icons not showing in Chrome, a MaxCDN related Cross-Origin Resource Sharing policy issue

just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following …

google-chrome cdn font-awesome access-control cross-domain-policy
Font-Awesome error 404 on fonts

I do not know what is going on but in the browser console I can see 3 errors related to font-awesome …

css fonts font-awesome
Space between link and icon, fontawesome

What's the best way to get a space between the link/paragraph and the icon? Doesn't work to just put …

html css font-awesome
How to add badge on top of Font Awesome symbol?

I would like to add badge with some number (5, 10, 100) on top of the Font Awesome symbol (fa-envelope). For example: But, …

css font-awesome badge
Put an icon after list item with :after and font awesome

I am having a problem getting the icon to appear directly after a list item in a ul using font …

css font-awesome
To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. in Angular 4

I created a new project with angular-cli (ng new my-project-name) When I run npm run test it run without any …

angular typescript font-awesome