Kaynağa Gözat

Make new font stacks available as css custom properties (3.0) (#8415)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
LB (Ben Johnston) 2 yıl önce
ebeveyn
işleme
30e1e06a59
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      client/scss/elements/_root.scss

+ 3 - 0
client/scss/elements/_root.scss

@@ -1,4 +1,7 @@
 :root {
+  --w-font-sans: #{$font-sans};
+  --w-font-mono: #{$font-mono};
+
   @include define-color('color-primary', #007d7e);
   @include define-color(
     'color-primary-darker',