
A finished example is below:īecause font awesome works off unicode characters, it also allows any text manipulation to apply to it as well, such as font-size, color, and more. After that, just add the icon you want, prefixed with another fa. This denotes an icon and will not work without it. All icons also have the class fa on them. fonts directory to change any i.fa elements to the respective unicode character, as such displaying the icon as text.Īll icon classes have to be an i element, or an italic element, mainly for best practice, but also improves performance with Font Awesome.
#CAMERA RETRO FONTAWESOME INSTALL#
It is freely available under OFL / MIT -License and may be used in open-source or commercial-projects. NuGet: Just search for and install Font-Awesome, or run the below command in the package console: FontAwesome is a set of 600+ vector icons.Most package managers support Font Awesome as a package, and there are some examples below: To reference this, just use a link tag but set the source to the CDN address instead Reference it in the webpage head using a CDN address.Then reference the /css/font-awesome.css in the webpage head like so: Download the zip available here, unzip, and copy the contents to your website.Setupĭifferent approaches can be used to integrate FontAwesome into a website: The simple use-case is to refer to a single icon in its normal size:Ĭreate an empty tag (it is recommended to use used for that) and assign class " fa " and the class corresponding to the desired icon (see list of icons here).

It is freely available under OFL/ MIT-License and may be used in open-source or commercial-projects. FontAwesome is a set of 600+ vector icons.
