Initially, I created a CSS file for my website. However, in the middle of development, I decided to incorporate Bootstrap by including the Bootstrap CDN in the HTML file. Unfortunately, this change ended up reducing the font size of the entire project.
BEFORE
AFTER
Is there a way to revert it back to its original state without resorting to using !important
on the font-size property for every class in the CSS?