Looking at the fs-*
classes can be very helpful, you can find them here:
https://i.sstatic.net/l1Y22.png
The issue I'm facing is that these classes only work for h1 to h6 headings, and not for smaller text.
For example, I am unable to adjust the font size (make it smaller) of regular text within <p>
tags or on a bootstrap link like
<p class="link-secondary">Very Small Link</p>
.
Is there a way in bootstrap to change the font size of normal text (not headings)?