aboutsummaryrefslogtreecommitdiff
path: root/docs/components/typography.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 08:34:56 -0700
committerMark Otto <[email protected]>2014-07-14 08:34:56 -0700
commitcdb0f8229eb6b5aa9abd7e58cd52a593c485dcd1 (patch)
tree1d2d0c9a185507d460f0387c10231ae28188d93d /docs/components/typography.md
parent8d55c3c0a3b56f68cd6c37977bdc8439a8d5b09a (diff)
downloadbootstrap-cdb0f8229eb6b5aa9abd7e58cd52a593c485dcd1.tar.xz
bootstrap-cdb0f8229eb6b5aa9abd7e58cd52a593c485dcd1.zip
move scaffolding stuff back to layout once more, split off the type docs to typography section
Diffstat (limited to 'docs/components/typography.md')
-rw-r--r--docs/components/typography.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/components/typography.md b/docs/components/typography.md
index 2fb40e38d..d56d8757d 100644
--- a/docs/components/typography.md
+++ b/docs/components/typography.md
@@ -5,6 +5,17 @@ title: Typography
Bootstrap includes simple and easily customized typography across the project. In addition to the standard headings, body text, and lists, utility classes are also included.
+## Global settings
+
+Bootstrap sets basic global display, typography, and link styles. Specifically, we:
+
+- Set `background-color: #fff;` on the `<body>`
+- 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`
+
+These styles can be found within `scaffolding.less`.
+
+
## Headings
All HTML headings, `<h1>` through `<h6>`, are available. `.h1` through `.h6` classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.