Found font! Also tests and styling
This commit is contained in:
parent
23aefa268a
commit
83b45a5e46
36 changed files with 616 additions and 415 deletions
|
@ -1,6 +1,6 @@
|
|||
export default function isLandscape(): boolean {
|
||||
return (
|
||||
Math.min(screen.availHeight, window.innerHeight) <
|
||||
Math.min(screen.availWidth, window.innerWidth)
|
||||
);
|
||||
return (
|
||||
Math.min(screen.availHeight, window.innerHeight) <
|
||||
Math.min(screen.availWidth, window.innerWidth)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue