Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

font awesome icons

Use this CDN link in your HTML(This only has the free icons of Font Awesome :)
<head>
	<link rel="stylesheet" href="https://fontawesome.com/releases/v5.15/css/all.css"/>
</head>
<body>
	<i class="fab fa-google"></i>
</body>
 
PREVIOUS NEXT
Tagged: #font #awesome #icons
ADD COMMENT
Topic
Name
1+5 =