Created
April 24, 2020 12:05
-
-
Save abdulawal39/2e9a7f202e325dde5eb69f1dcc6d34a3 to your computer and use it in GitHub Desktop.
To Change fonts of toolbar of PDF Viewer for WordPress Plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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