All the font classes in dopefonts.css and how to implement them
<link rel="stylesheet" type="text/css" href="fonts.css"> <!--font.css should be replaced with your location--> |
See the below example
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>DopeFonts.css Example</title> | |
<link rel="stylesheet" type="text/css" href="dopefonts.css"> | |
</head> | |
<body> | |
<div class="ubuntu"> | |
<p>This is the Example of dopefonts.css</p> | |
</div> | |
</body> | |
</html> |