Files
drupal-leshed/web/themes/custom/leshed/assets/scss/partials/fonts.scss
T
2026-07-13 16:24:52 +02:00

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;
// }