Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 15fa6d1

Browse files
committed
Errors now display using browser's default monospace font, using Courier New as a fallback
1 parent 7943a81 commit 15fa6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassutils/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __call__(self, environ, start_response):
145145
self.quote_css_string(str(e)).encode('utf-8'),
146146
b'; color: maroon; background-color: white',
147147
b'; white-space: pre-wrap; display: block; ',
148-
b'font-family: "Courier New"; user-select: text; }'
148+
b'font-family: monospace, "Courier New"; user-select: text; }'
149149
]
150150

151151
def read_file(path):

0 commit comments

Comments
 (0)