Lae/resources/sass/app.scss

24 lines
235 B
SCSS
Raw Normal View History

2022-11-14 10:37:09 +00:00
// Fonts
2022-11-16 12:52:10 +00:00
// @import url("https://fonts.bunny.net/css?family=Nunito");
2022-11-14 10:37:09 +00:00
// Variables
@import "variables";
// Bootstrap
@import "bootstrap/scss/bootstrap";
2022-11-16 10:50:38 +00:00
2023-01-05 10:51:49 +00:00
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
2022-11-14 10:37:09 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
2023-01-05 10:51:49 +00:00
font-weight: 400;
2022-11-14 10:37:09 +00:00
}