I'm a newbie. I know I can assign different fonts for Bootstrap 4 like this default,
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
What I want to know if I try to build a website with two font pairing for example,
font-family: "Roboto", "Open Sans";
How would the above code affect elements of Bootstrap 4. Which elements will get Roboto or Open Sans.