Introduction
NOTE: To see how to
create this override for
all client modules, see the
Create a Theme Override That Applies to all Client Modules
guide.
|
NOTE: The URL and name of the font family will need to be updated to what the client is requesting. Most fonts are not free. The client should be able to provide you with a URL or access to the font. If the client is using Google Fonts, go to fonts.google.com to locate the import URL. |
/*---Font Override for Content, Headers and Navigation Pane---*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
#content, .section-title, .subnav-child a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Open Sans', sans-serif; }
/*---End Font Override---*/
NOTE: To see how to
create this override for one
client module, see the
Create a Theme Override That Applies to one Client
Module
guide.
|
NOTE: The URL and name of the font family will need to be updated to what the client is requesting. Most fonts are not free. The client should be able to provide you with a URL or access to the font. If the client is using Google Fonts, go to fonts.google.com to locate the import URL. |
/*---Font Override for Content, Headers and Navigation Pane---*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
#content, .title, .section-title, .subnav-child a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Open Sans', sans-serif; }
/*---End Font Override---*/