32 lines
444 B
SCSS
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;
|
|
// }
|
|
|