1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-26 04:33:26 +00:00
Files
frontend/src/html/_style_base.html.template
2021-02-19 18:06:36 +01:00

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>