Closed godambrosio closed 8 years ago
Use getting started template, make sure that FontAwesome icons are included
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Modulr.css Starter Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- font awesome icons library -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- modulr.css cdn -->
<link rel="stylesheet" href="https://decorator.io/tools/modulr.min.css">
</head>
<body>
<!-- Content Start -->
<!-- Content End -->
</body>
</html>
Ok thanks a lot
This is my code
and the icons are not showed on the navigation bar
Thanks