Icons out of bundle

This commit is contained in:
kbe
2025-08-20 00:45:19 +02:00
parent 2f98e9f3fc
commit aabcd5eaa2
6 changed files with 20 additions and 9976 deletions

View File

@@ -1,11 +1,17 @@
//
// Font //
//
$font-family-primary: 'Open Sans', sans-serif;
$font-family-playfair: 'Playfair Display', serif;
$font-family-poppins: 'Poppins', sans-serif;
$font-family-nunito: 'Nunito', sans-serif;
$font-family-outfit: 'Outfit', sans-serif;
// $font-family-primary: 'Open Sans', sans-serif;
// $font-family-playfair: 'Playfair Display', serif;
// $font-family-poppins: 'Poppins', sans-serif;
// $font-family-nunito: 'Nunito', sans-serif;
// $font-family-outfit: 'Outfit', sans-serif;
$font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
$font-family-playfair: Georgia, "Times New Roman", Times, serif;
$font-family-poppins: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
$font-family-nunito: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
$font-family-outfit: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
$font-weight-black: 900;
$font-weight-extra-bold: 800;
$font-weight-bold: 700;

View File

@@ -14,8 +14,8 @@
<!-- Individual CSS files (uncomment if needed for development) -->
<!-- <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="/assets/css/theme.css" rel="stylesheet"> -->
<!-- <link href="/assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> -->
<!-- <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet"> -->
<link href="/assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
<!-- Optional CSS files (uncomment as needed) -->
<!-- <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> -->

View File

@@ -4,9 +4,7 @@ const path = require('path');
// Define the CSS files to bundle in order
const cssFiles = [
'static/assets/plugins/bootstrap/bootstrap.min.css',
'static/assets/css/theme.css',
'static/assets/plugins/bootstrap-icons/bootstrap-icons.css',
'static/assets/plugins/font-awesome/css/all.css'
'static/assets/css/theme.css'
];
// Output file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long