Skip to content

Commit d1d6943

Browse files
author
Ryan A. Johnson
committed
refactor(CSS): use font vars for base typography
* use variable to avoid potential bugs in future
1 parent 9930e92 commit d1d6943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helix-ui/styles/base/typography.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
html {
2-
font-family: "Roboto", sans-serif;
2+
font-family: @font-sans-serif;
33
font-size: 16px;
44
}
55

66
body {
77
color: @gray-900;
8-
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
8+
font-family: @font-sans-serif;
99
font-size: 1rem;
1010
font-weight: 400;
1111
line-height: 1.5;

0 commit comments

Comments
 (0)