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;
@@ -123,4 +129,4 @@ $button-dark: rgb(24, 28, 32);
$button-dark-lighter: rgb(32, 36, 40);
$button-gray: rgb(228, 232, 236);
$button-gray-lighter: rgb(238, 242, 246);
$button-gray-darker: rgb(220, 224, 228);
$button-gray-darker: rgb(220, 224, 228);