You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
329 B
CSS

@import url("https://static.netsyms.net/fonts/roboto/Roboto.css");
@import url("https://static.netsyms.net/fonts/roboto-mono/Roboto_Mono.css");
body, input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
pre, code, kbd {
font-family: "Roboto Mono", "Courier New",
Courier, monospace;
}