Skip to content

Instantly share code, notes, and snippets.

@akther80
Created May 24, 2023 11:53
Show Gist options
  • Save akther80/38d7c72bb516fcdf76a051e67ec81ebd to your computer and use it in GitHub Desktop.
Save akther80/38d7c72bb516fcdf76a051e67ec81ebd to your computer and use it in GitHub Desktop.
Geeks - Change font family
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