mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
fix #6950: use var for font-family
This commit is contained in:
parent
866c8d60e9
commit
6789a30a3d
@ -24,7 +24,7 @@ html {
|
||||
body {
|
||||
margin: 0;
|
||||
color: @text-color;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: @font-family-base;
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user