Skip to content

Commit 8b80acf

Browse files
author
l
committed
make body default to use correct font variable
1 parent 4f89480 commit 8b80acf

File tree

1 file changed

+1
-1
lines changed
  • common-theme/assets/styles/03-elements

1 file changed

+1
-1
lines changed

common-theme/assets/styles/03-elements/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44
body,
55
html {
6-
font-family: var(--theme-font--copy);
6+
font: var(--theme-font--copy);
77
font-size: 100%;
88
background-color: var(--theme-color--paper);
99
color: var(--theme-color--ink);

0 commit comments

Comments
 (0)