diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:09:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:09:32 -0800 |
| commit | fffaaed0fdb6203dceaeff0cdd663b79bb7f81eb (patch) | |
| tree | b5f7672e99d1a969a3072d5b9c6535474c0f6cd5 /docs/content/typography.md | |
| parent | 844a180fae817b8db027404cd76af9fe6c77382f (diff) | |
| parent | c344ff5b17101bec9840a5439b4b79684606c4ba (diff) | |
| download | bootstrap-fffaaed0fdb6203dceaeff0cdd663b79bb7f81eb.tar.xz bootstrap-fffaaed0fdb6203dceaeff0cdd663b79bb7f81eb.zip | |
Merge branch 'v4-dev' into v4-grid-redux
Diffstat (limited to 'docs/content/typography.md')
| -rw-r--r-- | docs/content/typography.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 82f80a8a8..045620584 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -15,9 +15,10 @@ Bootstrap includes simple and easily customized typography for headings, body te Bootstrap sets basic global display, typography, and link styles. Specifically, we: -- Use `$body-bg` to set a `background-color` on the `<body>` (`#fff` by default) -- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base -- Set the global link color via `$link-color` and apply link underlines only on `:hover` +- Use a [native font stack](/content/reboot/#native-font-stack) that selects the best `font-family` for each OS and device. +- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base applied to the `<body>`. +- Set the global link color via `$link-color` and apply link underlines only on `:hover`. +- Use `$body-bg` to set a `background-color` on the `<body>` (`#fff` by default). These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`. |
