diff --git a/src/App/styles.less b/src/App/styles.less index 50819f883..5365e8dc3 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -151,14 +151,13 @@ svg { html { width: @html-width; height: @html-height; - font-family: 'PlusJakartaSans', 'sans-serif'; + font-family: 'PlusJakartaSans', 'Arial', 'Helvetica', 'sans-serif'; overflow: auto; overscroll-behavior: none; user-select: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; - @media (display-mode: standalone) { width: @html-standalone-width; height: @html-standalone-height;