Created: 24/06/2018
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our support forum
<!-- Google font --> @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Rubik:300,400,500,700,900');
<!-- All css files are included here. --> <!-- Google font (font-family: 'Roboto', sans-serif; Poppins ; Satisfy) --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,600i,700,700i,800" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet"> <!-- Stylesheets --> <link rel="stylesheet" href="css\bootstrap.min.css"> <link rel="stylesheet" href="css\plugins.css"> <link rel="stylesheet" href="style.css"> <!-- Cusom css --> <link rel="stylesheet" href="css\custom.css">
<!-- All js file here --> <script src="js\vendor\jquery-3.2.1.min.js"></script> <script src="js\popper.min.js"></script> <script src="js\bootstrap.min.js"></script> <script src="js\plugins.js"></script> <script src="js\active.js"></script>