Resource: Global Font Change

This is a code snippet to use in the "Advance Settings" area of the Theme Manager for updating the font in your CampaignDrive instance.

@import url('https://fonts.googleapis.com/css?family=Oswald');


.navbar-primary .navbar-nav > li > a,
ul.dropdown ul li > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}


@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
      font-family: 'Montserrat', sans-serif;
}