fix teacher and parent pages text font
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m18s

This commit is contained in:
root
2026-08-26 21:43:37 -04:00
parent 9676261d65
commit 7b86cf5218
25 changed files with 66 additions and 34 deletions
+11
View File
@@ -8,6 +8,17 @@ body {
font-family: Arial, sans-serif;
}
body[data-app-role="parent"],
body[data-app-role="teacher"],
body[data-app-role="teacher_assistant"],
body[data-app-role="parent"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6),
body[data-app-role="teacher"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6),
body[data-app-role="teacher_assistant"] :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6) {
font-family: Arial, sans-serif !important;
font-style: normal;
letter-spacing: 0;
}
.content-wrapper {
flex: 1;
padding-bottom: 50px;