27 lines
1.0 KiB
PHP
27 lines
1.0 KiB
PHP
<script src="<?php echo base_url()?>assets/js/plugin/webfont/webfont.min.js"></script>
|
|
<script>
|
|
WebFont.load({
|
|
google: {
|
|
"families": ["Lato:300,400,700,900"]
|
|
},
|
|
custom: {
|
|
"families": ["Flaticon", "Font Awesome 5 Solid", "Font Awesome 5 Regular", "Font Awesome 5 Brands",
|
|
"simple-line-icons"
|
|
],
|
|
urls: ['<?php echo base_url()?>assets/css/fonts.min.css']
|
|
},
|
|
active: function() {
|
|
sessionStorage.fonts = true;
|
|
}
|
|
});
|
|
</script>
|
|
|
|
|
|
|
|
<!-- CSS Files -->
|
|
<link rel="stylesheet" href="<?php echo base_url()?>assets/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url()?>assets/css/atlantis.css">
|
|
<link rel="shortcut icon" href="<?php echo base_url()?>assets/img/icon.png">
|
|
<link rel="stylesheet" href="<?php echo base_url()?>assets/js/plugin/select2/select2.min.css">
|
|
<link rel="stylesheet" href="<?php echo base_url()?>assets/css/style.css">
|
|
<link rel="stylesheet" href="<?php echo base_url()?>assets/js/plugin/sweetalert2/sweetalert2.min.css"> |