Font Awesome

Integrate font awesome

<html>
	<head>
		<link href="<? echo get_stylesheet_directory_uri().'/css/font-awesome.css'; ?>" rel="stylesheet">
	</head>
	
	<body>
	
		<div style='padding: 50px;'>
		
			<i class="fa fa-facebook" aria-hidden="true"></i>
			<i class="fa fa-twitter" aria-hidden="true"></i>
			<i class="fa fa-youtube" aria-hidden="true"></i>
			<i class="fa fa-youtube-play" aria-hidden="true"></i>
			<i class="fa fa-instagram" aria-hidden="true"></i>
		
		</div>
	
	</body>
</html>

Don’t forget to add the folder/file “css/font-awesome.css” and then of course the “fonts/ALLTHEFONTS” in the theme directory

Comments