Merge pull request #885 from Stremio/fix/non-latin-chars-font
Some checks failed
Build / build (push) Has been cancelled

App: fix non latin characters font issue
This commit is contained in:
Timothy Z. 2025-04-04 23:29:43 +03:00 committed by GitHub
commit 3530e3c7d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;