So I don't understand how to change the Bootstrap font family. I searched for the answer already and found this link: https://stackoverflow.com/a/29952126/9183058. I understand this link says what to do, but it doesn't tell me HOW to do it in simple terms. Like even though there is a breakdown in the link, it still isn't simple enough for me to understand.
$font-family-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
Do I just completely remove everything from -apple-system forward, and then do the Google Fonts link? Like I don't understand. And there are no video tutorials I could find.
I also imported the Google Fonts stylesheet link in my HTML, and then called it in the body { in my SCSS file, but it's not overwriting the Bootstrap font family.
Any help is appreciated. If someone has a video I didn't find, please link it. Thanks!