Bootstrap Typography
Advertisements
Typography in Bootstrap
Bootstrap sets basic global display, typography, and link styles. Bootstrap's global default font-size is 14px, with a line-height of 1.428. This is applied to the <body> and all paragraphs.
Default Bootstrap's Setting
- Background-color: #fff; on the body
- font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
- font-size:14px
- line-height:1.428
- link-color:#337ab7
Bootstrap Alert Example
<p>This is my first code</p> <a href="#">Click Me</a>
Output
This is my first code
Click MeGoogle Advertisment