6 lines
91 B
CSS
6 lines
91 B
CSS
/* Setting: monospace_font */
|
|
|
|
textarea {
|
|
font-family: "Cousine webfont", monospace;
|
|
}
|