mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-17 13:40:15 +01:00
03ccf014d9
Use ha-font-family
13 lines
332 B
Plaintext
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>
|