Files
2026-07-17 15:39:01 +02:00

32 lines
444 B
SCSS

@import "/assets/fonts/epilogue/stylesheet.css";
body{
font-family: 'Epilogue';
font-weight: normal;
font-style: normal;
}
@mixin titre{
}
// @mixin titre_h2{
// font-family: 'Fredoka';
// font-size: 3em;
// font-weight: 400;
// color: $bleu_typo;
// line-height: 1;
// }
// @mixin titre_h3{
// @include titre_h2();
// font-size: 2em;
// }
// @mixin titre_h4{
// @include titre_h2();
// font-size: 1.323em;
// }