Answers for "how to increase font size in bootstrap 5"

4

bootstrap text sizing

<p class="fs-1">.fs-1 text</p>
<p class="fs-2">.fs-2 text</p>
<p class="fs-3">.fs-3 text</p>
<p class="fs-4">.fs-4 text</p>
<p class="fs-5">.fs-5 text</p>
<p class="fs-6">.fs-6 text</p>
Posted by: Guest on August-02-2021
1

bootstrap costumize font

/* inside your custom.css file*/
font-family: "Times New Roman", Times, serif !important;
Posted by: Guest on November-02-2021

Code answers related to "how to increase font size in bootstrap 5"

Browse Popular Code Answers by Language