9 lines
144 B
CSS
9 lines
144 B
CSS
html {
|
|
font-family: Roboto, sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
* {
|
|
font-family: Roboto, serif;
|
|
}
|