1@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
2.generic_class {
3 font-family: 'Open Sans', sans-serif;
4}
1<!-- To Add Montserrat font or any font as such -->
2<!-- Go to https://fonts.google.com browse the font you like here, Montserrat-->
3<!-- On the right click embbed and get the link similar to one given below-->
4<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
5<!-- add this ^ link inside your <head> tag i.e. before </head> -->
6<!-- In css you can specify the font family as -->
7font-family: "Montserrat", sans-serif;