diff --git a/static/css/common.css b/static/css/common.css index d1c76a77b3..c70f19624b 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -480,7 +480,7 @@ body.hebrew #talmudicPeoplePage #textTocLink { } #browserPreview .segment .he { font-size: 130%; - font-family: "Taamey Frank", "adobe-garamond-pro", "Crimson Text", Georgia, "Times New Roman", serif; + font-family: "jomolhari"; text-align: left; direction: ltr; } diff --git a/static/css/s2.css b/static/css/s2.css index 93e6f7828c..6f8774d835 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -468,7 +468,7 @@ Legacy Style Guide Font Hierarchy -- the below should be refactored away in favo .smallText .int-en, .smallText .int-he.enInHe { - font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif; + font-family: "jomolhari"; font-size: 14px; font-weight: normal; color: #999; diff --git a/static/css/sheets.css b/static/css/sheets.css index c814d487a0..18568cce80 100755 --- a/static/css/sheets.css +++ b/static/css/sheets.css @@ -1433,6 +1433,7 @@ body.hasBannerMessage .sheetsEditNavTop { color: #333; } #sheet p { + font-family: "jomolhari" !important; font-size: inherit; line-height: inherit; margin: inherit;