diff options
| author | Mark Otto <[email protected]> | 2017-01-03 13:50:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-03 19:32:57 -0800 |
| commit | 57d3a25fec7269fbb3795f320d73460135f39f5e (patch) | |
| tree | a2fe605e5cda4e602abcef2f8e71ca4956014a8a /docs/content | |
| parent | bd38a2a2180fe585f2279aa205910933213e7fc9 (diff) | |
| download | bootstrap-57d3a25fec7269fbb3795f320d73460135f39f5e.tar.xz bootstrap-57d3a25fec7269fbb3795f320d73460135f39f5e.zip | |
leave a note in the docs
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 073734768..674b19b2e 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -17,6 +17,7 @@ Bootstrap includes simple and easily customized typography for headings, body te Bootstrap sets basic global display, typography, and link styles. Specifically, we: - Use a [native font stack]({{ site.baseurl }}/content/reboot/#native-font-stack) that selects the best `font-family` for each OS and device. +- For a more inclusive and accessible type scale, we assume the browser default root `font-size` (typically 16px) so visitors can customize their browser defaults as needed. - 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). |
