mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-26 04:33:26 +00:00
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
<meta name='viewport' content='width=device-width, user-scalable=no, viewport-fit=cover'>
|
|
<style>
|
|
body {
|
|
font-family: Roboto, sans-serif;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
</style>
|