mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(App): non latin chars font
This commit is contained in:
parent
f451af161c
commit
9aa0490989
1 changed files with 1 additions and 2 deletions
|
|
@ -151,14 +151,13 @@ svg {
|
||||||
html {
|
html {
|
||||||
width: @html-width;
|
width: @html-width;
|
||||||
height: @html-height;
|
height: @html-height;
|
||||||
font-family: 'PlusJakartaSans', 'sans-serif';
|
font-family: 'PlusJakartaSans', 'Arial', 'Helvetica', 'sans-serif';
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
|
|
||||||
@media (display-mode: standalone) {
|
@media (display-mode: standalone) {
|
||||||
width: @html-standalone-width;
|
width: @html-standalone-width;
|
||||||
height: @html-standalone-height;
|
height: @html-standalone-height;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue