Add a Google font with the @import syntax at the top of the CSS file. code example
Example: import google font css
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.generic_class {
font-family: 'Open Sans', sans-serif;
}