_child_theme_variables.scss
1.06 KB
// Use this file to overwrite the basic Bootstrap variables and add your own variables
// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
// Just copy a variable from src/sass/assets/bootstrap5/_variables.scss, paste it here and edit the value.
$purple: #5533ff; // Thats a sample how you could change a BootStrap variable.
$primary: #000; // Once we've changed the value, we'll also make it the primary brand color.
$modal-header-border-color: transparent;
$modal-footer-border-color: transparent;
$modal-content-bg: transparent;
$modal-content-border-color: transparent;
@font-face {
font-family: "PT Sans",sans-serif; font-weight:bold;
src: local("/../fonts/PTSans-Bold.ttf");
}
@font-face {
font-family: "PTSans-BoldItalic";
src: local("/../fonts/PTSans-BoldItalic.ttf");
}
@font-face {
font-family: "PTSans-Italic";
src: local("/../fonts/PTSans-Italic.ttf");
}
@font-face {
font-family: "PT Sans",sans-serif;
src: local("/../fonts/PTSans-Regular.ttf");
}