1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-17 13:40:15 +01:00
Files
frontend/src/html/_style_base.html.template
2025-05-07 17:38:07 +03:00

13 lines
332 B
Plaintext

<meta name="viewport" content="width=device-width, user-scalable=no, viewport-fit=cover, initial-scale=1">
<style>
body {
font-family: Roboto, Noto, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-weight: 400;
margin: 0;
padding: 0;
height: 100%;
}
</style>