8 lines
200 B
SCSS
8 lines
200 B
SCSS
//use Roboto font
|
|
html {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
body input, body button, body select, body textarea {
|
|
font-family: "Roboto", Helvetica, Arial, sans-serif;
|
|
} |