mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54: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 {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: @font-family-base;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user