]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
leave a note in the docs
authorMark Otto <markdotto@gmail.com>
Tue, 3 Jan 2017 21:50:49 +0000 (13:50 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 4 Jan 2017 03:32:57 +0000 (19:32 -0800)
docs/content/typography.md

index 0737347681351559fe87278565bc20e091235c5e..674b19b2e33ba8ef43a27fa43e8c948f40ca218c 100644 (file)
@@ -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).