From 6bee40282b9a0343aad688df4fedf7bb2cb65594 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 13 May 2021 15:14:57 +0300 Subject: [PATCH] Message: Fix cyrillic monopace (#1096) --- src/styles/reboot.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/reboot.css b/src/styles/reboot.css index f4818d9be..3efa8db8e 100644 --- a/src/styles/reboot.css +++ b/src/styles/reboot.css @@ -149,8 +149,8 @@ pre, code, kbd, samp { - font-family: monospace, monospace; - font-size: 1em; + font: .9375rem/1.25 'Courier', 'Courier New', 'Nimbus Mono L', 'Courier 10 Pitch', 'FreeMono', sans-serif-monospace, monospace; + font-size-adjust: .43; } pre {