Created
May 24, 2023 11:53
-
-
Save akther80/38d7c72bb516fcdf76a051e67ec81ebd to your computer and use it in GitHub Desktop.
Geeks - Change font family
This file contains hidden or 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
body, | |
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .quiz-builder-tab-container .h1, | |
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .quiz-builder-tab-container h1, | |
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .tutor-quiz-feedback-mode-option .tutor-quiz-feedback-option-option-title, | |
#courseForm.create-course .tutor-course-builder-section .modal-header .modal-title .h1, | |
#courseForm.create-course .tutor-course-builder-section .modal-header .modal-title h1, | |
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ | |
font-family: "Inter", "sans-serif"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment