Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abdulawal39/2e9a7f202e325dde5eb69f1dcc6d34a3 to your computer and use it in GitHub Desktop.
Save abdulawal39/2e9a7f202e325dde5eb69f1dcc6d34a3 to your computer and use it in GitHub Desktop.
To Change fonts of toolbar of PDF Viewer for WordPress Plugin
#toolbarContainer{
font-family: 'Nanum Gothic', sans-serif; // replace with your preferred font family
}
#sidebarContainer{
font-family: 'Nanum Gothic', sans-serif; // replace with your preferred font family
}
#secondaryToolbar{
font-family: 'Nanum Gothic', sans-serif; // replace with your preferred font family
}
input, button, select, label{
font-family: 'Nanum Gothic', sans-serif; // replace with your preferred font family
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment