mirror of https://github.com/chubin/wttr.in
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
529 B
19 lines
529 B
body {
|
|
background: black;
|
|
color: #bbbbbb;
|
|
}
|
|
pre {
|
|
/* font-family: source_code_proregular; */
|
|
|
|
/*
|
|
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
|
font-size: 70%;
|
|
*/
|
|
|
|
/*font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; */
|
|
/*Droid Sans Mono*/
|
|
font-family: "DejaVu Sans Mono", Menlo, "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
|
|
/*font-family: bitstream_vera_sans_monoroman;*/
|
|
font-size: 75%;
|
|
}
|