Skip to content

Commit 642bdde

Browse files
Merge pull request #701 from TechnologyEnhancedLearning/Develop/Fixes/TD-4251-Font-for-title-bold-on-AdminUI-compared-to-WebUI-on-Safari
TD-4251: Fixed title bold issue on admin UI compared to web UI on safari browser
2 parents 6d49b4a + 99365e4 commit 642bdde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Styles/Pages/page_detail.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ h4 {
252252
font-size: 16px;
253253
}
254254

255+
.information-page__row h1,h2,h3,h4 {
256+
font-family: "Frutiger W01", Arial, sans-serif !important;
257+
}
258+
255259
/* desktop */
256260
@media (min-width: 990px) {
257261
}

0 commit comments

Comments
 (0)