NOTE: THIS PAGE IS A EMBED
Adding icons to your website can enhance user experience. As simple as adding a home icon to your navbar can save on space and makes it easier than reading the word “home” to do this we will be using Font Awesome.
NOTE: Fontawesome did not pay me for this. Font Awesome is Copyright/Trademark of Font Icons, Inc.
To get started visit Fontawesome Website sign in or make an account. By making an account you agree to Fontawesome terms of service. Once you have that made go to Your Kits and click “add new kit” (top right).
add image here
Select the styles you want. NOTE: Fontawesome does have a paid plan Now you should have a line of code that looks like this.
<script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script>
This is your kit if you have a paid plan do not share it with anyone you can do this by adding domains to you kit. Which we will cover later.
Now your head should look like this.
<!DOCTYPE html>
<html lang="en">
<head>
<title>MBD DEV | The development website for developers</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://dev.madebydanny.uk/mbd-css/v1/stable.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/0ca27f8db1.js" crossorigin="anonymous"></script>
Copyright 2024 MBD Team | Made in Dillinger | This page is a embed