30 lines
537 B
SCSS
30 lines
537 B
SCSS
// @import "/assets/fonts/fredoka/stylesheet.css";
|
|
// @import "/assets/fonts/Schibsted_Grotesk/stylesheet.css";
|
|
|
|
|
|
// body{
|
|
// font-family: "Schibsted Grotesk";
|
|
// font-weight: normal;
|
|
// font-style: normal;
|
|
// color: $bleu_typo;
|
|
// }
|
|
|
|
// @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;
|
|
// }
|
|
|