diff options
| author | Mark Otto <[email protected]> | 2013-02-15 16:51:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-15 16:51:16 -0800 |
| commit | 6789a30a3d4f184b02cd5c686309aa7bd547ea4c (patch) | |
| tree | c6d986e7bb93769d1dc07028dda99501acfb569a /less | |
| parent | 866c8d60e966683af221af722df3f2f97ed2b16b (diff) | |
| download | bootstrap-6789a30a3d4f184b02cd5c686309aa7bd547ea4c.tar.xz bootstrap-6789a30a3d4f184b02cd5c686309aa7bd547ea4c.zip | |
fix #6950: use var for font-family
Diffstat (limited to 'less')
| -rw-r--r-- | less/scaffolding.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 715805a5a..d885c765e 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -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; |
