Template use font families "Poppins" & "Nunito". Go to SCSS folder > base > _typography.scss
HTML head tag includes h1 to h6. and also available classes ".h1" to ".h6" in bootstrap.
- Preview
- Code
Heading tag h1
Heading tag h2
Heading tag h3
Heading tag h4
Heading tag h5
Heading tag h6
Heading tag h1
Heading tag h2
Heading tag h3
Heading tag h4
Heading tag h5
Heading tag h6
Typography in documentation involves selecting readable fonts, maintaining appropriate font sizes, creating a hierarchy with varying styles, spacing lines for clarity, and using whitespace and alignment to balance content. Ensure good contrast, use bullet points for lists, maintain consistency, and prioritize accessibility for a visually pleasing and easily understandable document.
Color Style
Just use classes to change color".text-primary, .text-secondary, .text-success, .text-danger, .text-warning and .text-info" in bootstrap.
- Preview
- Code
Heading tag h1
Heading tag h2
Heading tag h3
Heading tag h4
Heading tag h5
Heading tag h6
Heading tag h1
Heading tag h2
Heading tag h3
Heading tag h4
Heading tag h5
Heading tag h6
Responsive images
Images in Bootstrap are made responsive with .img-fluid. max-width: 100%; and height: auto; are applied to the image so that it scales with the parent element.
Image thumbnails
In addition to our border-radius utilities, you can use .img-thumbnail to give an image a rounded 1px border appearance.
Image Style
Four types of image style in template: .img-rectangle, .img-round-radius, .img-round, .img-pill.