summaryrefslogtreecommitdiff
path: root/temamoeder/collager
ModeNameSize
-rw-r--r--temamoede.mdwn483logplain
ss="hl">// avoid web-loading internally declared default Bootswatch font
  • $web-font-path: "";
  • // fix apply font family setting seemingly missed by quarto
  • $font-family-sans-serif: "Cabin";
  • // use sans-serif for headers and menus
  • $headings-font-family: $font-family-sans-serif;
  • $display-font-family: $font-family-sans-serif;
  • $input-btn-font-family: $font-family-sans-serif;
  • /*-- scss:mixins --*/
  • @mixin font-face($name, $style, $weight, $basedir, $file) {
  • @font-face {
  • font-display: swap;
  • font-family: #{$name};
  • font-style: #{$style};
  • font-weight: #{$weight};
  • src: url("fonts/#{$basedir}/woff2/#{$file}.woff2") format("woff2"),
  • url("fonts/#{$basedir}/opentype/#{$file}.otf") format("opentype");
  • }
  • }
  • /*-- scss:rules --*/
  • @include font-face(ETbb, normal, 400, etbb, ETbb-Regular);