From 5728424c7556f0080a987c1ddeacac9dc8dbee24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 21 Sep 2017 01:59:06 -0400 Subject: [PATCH] Use monospace font in custom CSS textarea --- client/css/style.css | 3 ++- client/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 807aae85..7c0e79de 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -83,7 +83,8 @@ button { } code, -kbd { +kbd, +textarea#user-specified-css-input { font-family: Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; } diff --git a/client/index.html b/client/index.html index 26f4c4f4..dc7e4a05 100644 --- a/client/index.html +++ b/client/index.html @@ -376,7 +376,7 @@

Custom Stylesheet

- +