material-design-stock-theme/common/common.scss
2017-04-12 13:57:38 -03:00

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;
}