6 lines
90 B
CSS
6 lines
90 B
CSS
/* Setting: monospace_font */
|
|
|
|
textarea {
|
|
font-family: "Intel One Mono", monospace;
|
|
}
|