I have this simple problem, download the family = Material + Icons package for my AdminBSBMaterialDesign-master template and I need to include these icons in my base template to be able to use them:
Welcome To | Bootstrap Based Admin Template - Material Design
<!-- Google Fonts -->
<link href="{{ asset('plantilla/bootswatch/themes/cosmo/bootstrap.min.css') }}" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<link href="{{ asset('plugins/bootstrap/css/bootstrap.css') }}" rel="stylesheet">
<!-- Waves Effect Css -->
<link href="plugins/node-waves/waves.css" rel="stylesheet" />
<!-- Animation Css -->
<link href="plugins/animate-css/animate.css" rel="stylesheet" />
<!-- Morris Chart Css-->
<link href="plugins/morrisjs/morris.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet">
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
<link href="css/themes/all-themes.css" rel="stylesheet" />
Something similar to the labels below that refer to a local directory. For example what I do in Bootstrap Core Css that works for me ok. Please, I need you to respond as soon as possible. Thanks !!!