From 673afead7362222badd195fc558875ee3ef30ce0 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 16 May 2015 05:17:08 +0200 Subject: [PATCH] Update styles. --- test/styles.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/styles.less b/test/styles.less index 39c00d26..14a85dc3 100644 --- a/test/styles.less +++ b/test/styles.less @@ -25,7 +25,7 @@ right: 0; bottom: 0; z-index: 10000; - font-family: Roboto, Helvetica, Arial, sans-serif; + font-family: "Ubuntu", "Roboto", "Helvetica", "Arial", "sans-serif"; background: @col-white; #mocha-bar { @@ -137,7 +137,7 @@ pre { display: block; - font-family: monospace; + font-family: "Ubuntu Mono", "Monaco", "Lucida Sans Typewriter", "monospace"; font-size: 12px; margin: 4px 0 16px 18px; padding: 0 8px;