diff --git a/public/shell.php b/public/shell.php index a72c572..d6805da 100644 --- a/public/shell.php +++ b/public/shell.php @@ -63,7 +63,7 @@ } body { - font-family: 'IBM Plex Sans Arabic', 'Outfit', sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'IBM Plex Sans Arabic', Roboto, Helvetica, Arial, sans-serif; background: var(--bg); color: var(--text-1); -webkit-font-smoothing: antialiased; @@ -72,15 +72,12 @@ } .premium-font { - font-family: 'Outfit', sans-serif; + font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif; } - h1, - h2, - h3, - h4 { - font-family: 'El Messiri', 'IBM Plex Sans Arabic', sans-serif; - line-height: 1.35; + h1, h2, h3, h4, h5, h6 { + font-family: 'El Messiri', 'IBM Plex Sans Arabic', -apple-system, sans-serif; + font-weight: 700; } [x-cloak] { @@ -1530,7 +1527,7 @@