소스 검색

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

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
LB (Ben Johnston) 2 년 전
부모
커밋
30e1e06a59
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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',