10 lines
333 B
CSS
10 lines
333 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
|
|
|
|
body, html {
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
}
|
|
|
|
/* You might need more specific selectors depending on what you want to change */
|
|
.widget-content {
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
} |